@charset "utf-8";


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

#main_cont {
	width: 473px;
}


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

#main_cont h2.teacher {
	background: url(../img/bg_h2t.gif) left top no-repeat;
}

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

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

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

/*-----------------------------------*/

.entry {
	width: 410px;
	padding-left: 34px;
}

.entry p.date span { color: #FFB100; }


.entry p.date {
	min-height: 17px;
	margin-left: -33px;
	padding-left: 64px;
}
* html .entry p.date { height: 17px; }


.entry p.high,
.entry p.junior,
.entry p.double { padding-left: 34px; background: 14px 3px no-repeat; }

.entry p.high {	background-image: url(../img/icon_high.gif); }
.entry p.junior { background-image: url(../img/icon_junior.gif); }
.entry p.double { background: url(../img/icon_double.gif) 0 3px no-repeat; }




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

#main_nav a { color: #231815; }
#main_nav a:hover { color: #CC0000; }

#main_nav .sect_h2 h2 { background-color: #FF9E00; }
#main_nav .teacher h2 { 
	background-color: #8B8A8A; 
	color:#fff;
}


#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 .sect_h2 dl{
	background: #FFF0B4;
	color: #CCCCCC;
}
#main_nav .sect_h2 dl dt {
	background: url(../img/arrow_global.gif) 15px 8px no-repeat;
}
#main_nav .sect_h2 dl dt {
	padding: 5px 0 5px 30px;
	border-bottom: 1px solid #231815;
	width: 120px;
}


#main_nav .teacher dl{
	background: #D9DADA;
}
#main_nav .teacher dl dt {
	background: url(../img/arrowt.gif) 15px 8px no-repeat;
}
#main_nav .teacher dl dt {
	padding: 5px 0 5px 30px;
	border-bottom: 1px solid #000;
	width: 120px;
}

