@charset "utf-8";

/*カテゴリー別メニュー・カレンダー用*/
/*------------------------------*/
#contents2 dl.calendar {
	background-repeat: no-repeat;
	background-position: bottom;
	/*padding-bottom: 10px;
	margin-bottom:6px;
	height:92px;*/
}
#contents2 .calendar dt {
	background-repeat: no-repeat;
	height: 65px;
	background-image: url(img/menu_evnt.gif);
}
#contents2 .calendar dt a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:19px;
}
#contents2 .calendar dd {
	margin:0px;
	width:680px;
}
iframe {
	width: 680px;
	height: 80px;
	margin: 0px auto;
	display:block;
	border:none;
}
#contents2 .calendar ul {
	width: 680px;
	margin: 2px auto 0 auto;
}
#contents2 .calendar li {
	float:left;
	margin-right:2px;
	list-style:none;
}
#contents2 .calendarBox {
	background-color:#FFF;
	padding-bottom:10px;
}
/*#contents2 .calendar li:first-letter {
	margin-right:0.5em;
}
#contents2 .calendar #cTrial {
	color:#FF0000;
}
#contents2 .calendar #cTaikenOther {
	color:#FF00FF;
}
#contents2 .calendar #cExplanation1 {
	color:#009900;
}
#contents2 .calendar #cExplanation2 {
	color:#FF9900;
}
#contents2 .calendar #cSpecial {
	color:#0099FF;
}

#contents2 .menu dt {
	background-image: url(img/menu_tit.gif);
}
#contents2 p {
	font-size:10px;
	_font-size:85%;
	margin:1em;
	line-height:120%;
}*/


/*j[]*/
body#index #categoryMenu .menu #mIndex a ,
body#trial #categoryMenu .menu #mTrial a ,
body#special #categoryMenu .menu #mSpecial a ,
body#explanation #categoryMenu .menu #mExplanation a ,
body#bus #categoryMenu .menu #mBus a ,
body#school #categoryMenu .menu #mSchool a {
	background-position: 200px center;
}

/*index.html ２カラム用レイアウト*/
/*------------------------------*/
#index #categoryMenu {
	margin:1em 0;
}
#contents2 {
	margin:0 0 2em 0px;
	overflow: hidden;
	/*width:680px;*/
}


/*index.html専用 */
/*------------------------------*/
#contents2 .one {
	background:url(img_2011/day_back.jpg) left top no-repeat;
	zoom:1;
}

#contents2 .one .sch{
	width:510px;
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#FF4100;
	/*line-height: 120%;*/
}
#contents2 .one .sch h3{
	padding:5px 0px 5px 0px;
}
#contents2 .one .sch2{
	font-size:12px;
	font-weight:bold;
	color:#FF4100;
}
#contents2 .one .sch3{
	color:#009499;
	font-size:12px;
}


#contents2 .one .eventTextGray{
	font-size:12px;
	color:#666666;
}
#contents2 .one .eventTextGreen{
	font-size:12px;
	color:#339900;
}

#contents2 .taikenBtn {
	padding:20px 0px 0px 0px;
	width:680px;
	overflow: hidden;
}
#contents2 .taikenBtn li {
	float:left;
	padding:0px 5px 5px 0px;
	list-style:none;
}

#contents2 .meritBox {
	padding:15px 0px;
	text-align:center;
}

/*index.html専用(コースボタン2011用） */
/*------------------------------*/
#contents2 .taikenBtn2011 li {
	float:left;
	padding:0px 0px 5px 0px;
	list-style:none;
}



/*index.html専用(スペシャルイベント） */
/*------------------------------*/
#contents2 .sp{
	text-align:center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents2 .sp h4{
	margin-bottom:10px;
}
#contents2 .sp img{
	margin:0px 0px 5px 0px;
}

/*index.html専用(説明会） */
/*------------------------------*/
#links {
	padding:0px 0px 20px 0px;
}

#links ul {
	list-style-type: none;
	/*width: 320px;
	overflow: hidden;*/
}
#links li {
	width:320px;
	float:left;
	margin:10px 5px;
	_margin:10px 4px;
	border:solid 5px #EEEEEE;
	/*background:url(img_2011/back_expla.jpg) left bottom repeat-x;*/
	/*display: inline ;*/
}
#links li .explanationBox {
	margin:0px 10px 0px 10px;
	padding:10px 0px 0px 0px;
}
#links li h5 {
	background:url(img_2011/line_expla.gif) bottom left no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#009900;
	height:30px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 10px 55px;
}
#links li .photo {
	padding:0px 0px 10px 5px;
	float:right;
}
#links li a {
	/*color: #990000;*/
	display: block;
	padding: 0px;
	text-decoration: none;
}
* html #links li a {  /* make hover effect work in IE */
	width: 320px;
}
#links li a:hover {
	background: #ffffcc;
}
#links a p {
	color:#FF4400;
	font-weight:bold;
}
#links .btnExpla  {
	padding:10px 0px;
	clear: both;
	text-align:center;
}

/*画像反転 */
/*------------------------------*/
a.imghover:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
}

