@charset "utf-8";


/*===================================================
                メインコンテンツ
==================================================*/

#main_cont { background: url(../img/bg_cliub_mark.gif) right top no-repeat; }

#main_cont h2 {
	width: 325px;
	background: url(../img/bg_h2.gif) left top no-repeat;
	border-bottom: 1px solid #727172;
}

#main_cont h3 {
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	color: #2fb693;
	background: url(../img/bg_line.gif) left bottom repeat-x;
	font-size: 123.4%;
}

#main_cont .high h3 {
	color: #2FB693;
	background-image: url(../img/bg_line_high.gif);
}
#main_cont .high h3 a { color: #2FB693; }
#main_cont .high h3 a:hover { color: #CC0000; }

#main_cont .junior h3 {
	color: #69bba2;
	background-image: url(../img/bg_line_junior.gif);
}
#main_cont .junior h3 a { color: #69bba2; }
#main_cont .junior h3 a:hover { color: #CC0000; }

.entry p.date span { color: #2FB693; }

.entry p.high {
	padding-left: 18px;
	background: url(../img/icon_high.gif) 0 3px no-repeat;
}

.entry p.junior {
	padding-left: 18px;
	background: url(../img/icon_junior.gif) 0 3px no-repeat;
}

/* メインナビ
------------------------------------------------------*/

#main_nav .sect_h2 h2 {	background-color: #2fb693; }


#main_nav .sect_h2 h2.senior { background-color: #2fb693; }
#main_nav .sect_h2 h2.junior { background-color: #69bba2; }

#main_nav .sect_h2 ul {
	padding-top: 5px;
	border-bottom: 1px solid #231815;
}

#main_nav .sect_h2 ul li {
	margin: 0 0 5px 15px;
	line-height: 1.4;
}

#main_nav .sect_h2 ul li a.here { color: #2CA6FF; }
#main_nav .sect_h2 ul li.here a.here:hover { color: #CC0000; }


/*　高等学校クラブナビ　*/
#main_nav #nav_high h2 { background-color: #2fb693; }

#nav_high dl{
	background: #acd9c9;
	color: #000000;
}

#nav_high dl dt { background: url(../img/arrow_club_high.gif) 15px 8px no-repeat; }
#nav_high dl dt.open { background: url(../img/arrow_club_high_open.gif) 15px 8px no-repeat; }

#nav_high dl dt,
#nav_junior dl dt {
	padding: 5px 0 5px 30px;
	border-bottom: 1px solid #231815;
	display: block;
	cursor: pointer;
	width: 120px;
}

#nav_high dl dd,
#nav_junior dl dd {
/*	border-bottom: 1px solid #231815;*/
	display: none;
}

#nav_high dl dd.open,
#nav_junior dl dd.open {
	display: block;
}

/*　中学校クラブナビ　*/
#main_nav #nav_junior h2 {
	background-color: #69bba2;
}

#nav_junior dl{
	background: #cae7dd;
	color: #333333;
}

#nav_junior dl dt { background: url(../img/arrow_club_junior.gif) 15px 8px no-repeat; }
#nav_junior dl dt.open { background: url(../img/arrow_club_junior_open.gif) 15px 8px no-repeat; }

/* 最近のエントリー */
#entry_lately h2 { background-color: #2fb693; }

