@charset "utf-8";


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

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

#main_cont h2 {
	width: 290px;
	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: #3F96D3;
	background: url(../img/bg_line.gif) left bottom repeat-x;
	font-size: 123.4%;
}

#main_cont .high h3 {
	color: #0273B3;
	background: url(../../common/img/bg_line_high.gif) left bottom repeat-x;
}
#main_cont .high h3 a { color: #0273B3; }
#main_cont .high h3 a:hover { color: #CC0000; }

#main_cont .junior h3 {
	color: #00A2D1;
	background: url(../../common/img/bg_line_junior.gif) left bottom repeat-x;
}
#main_cont .junior h3 a { color: #00A2D1; }
#main_cont .junior h3 a:hover { color: #CC0000; }

.entry p.high_03 { background: url(../img/icon_high_03.gif) 0 3px no-repeat; }
.entry p.high_02 { background: url(../img/icon_high_02.gif) 0 3px no-repeat; }
.entry p.high_01 { background: url(../img/icon_high_01.gif) 0 3px no-repeat; }

.entry p.junior_03 { background: url(../img/icon_junior_03.gif) 0 3px no-repeat; }
.entry p.junior_02 { background: url(../img/icon_junior_02.gif) 0 3px no-repeat; }
.entry p.junior_01 { background: url(../img/icon_junior_01.gif) 0 3px no-repeat; }

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

#main_nav {
	text-align: center;
}

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

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

#main_nav .sect_h2 ul li img {
	margin-right: 5px;
	vertical-align: middle;
}

/*　高等学校ナビ　*/
#main_nav #nav_high h2 { background-color: #1EA1FF; }

#nav_high ul{
	color: #0273B3;
	background: #E5EEF9;
}

#nav_high ul a { color: #0273B3; }

#nav_high ul a:hover {
	color: #FF0000;
	text-decoration: none;
}

#main_nav #nav_high ul ,
#main_nav #nav_junior ul {
	padding-top: 0;
	border-bottom: 0;
}

#main_nav #nav_high ul li,
#main_nav #nav_junior ul li {
	margin: 0;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #231815;
}

/*　中学校クラブナビ　*/

#main_nav #nav_junior h2 { background-color: #46BFE5; }

#nav_junior ul{
	color: #00A2D1;
	background: #E6F0FF;
}

#nav_junior ul a { color: #00A2D1; }

#nav_junior ul a:hover {
	color: #FF0000;
	text-decoration: none;
}

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

