#str_menuAndContents a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#str_menuAndContents{
	width: 960px;
}
#str_menuAndContents h1{
	margin-bottom:10px;
}
#str_menuAndContents h2{
}
#str_menuAndContents .read{
	margin:0 10px 20px;
}
.btn{
	margin:30px;
	text-align:center;
}

.btn a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);	/* IE6、IE7対応 */
	-moz-opacity: 0.7;		/* Firefox1.5以前対応 */
}

#infomation{
	padding:15px 0;
	background:#f1f1f1;
	
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
#infomation h2{
	margin:0 10px 15px;
	padding:0 0 5px 5px;
	border-bottom:3px solid #094bad;
}

#infomation dl{
	width:940px;
	margin:0 10px;
	overflow:hidden;
	color:#333;
}

#infomation dl dt{
	width:13em;
	margin:0 0 0 5px ;
	float:left;
	font-weight:bold;
	clear:both;
}
#infomation dl dd{
	margin-bottom:10px;
	padding: 0 0 10px 14em;
	border-bottom:1px dashed #ccc;
}
#infomation dl dd.last{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
#infomation dl dd dl{
	margin:10px 0;
	padding:0;
}
#infomation dl dd dt{
 	width:11em;
	margin:0;
	padding:0;
}
#infomation dl dd dd{
	margin:0;
	padding:0 0 0 11em;
	border:none;
}

#str_container #infomation dl dd li{
	list-style:disc inside;
}


.bnr{
	margin:15px 0;
	text-align:center;
}

.t_center {
	text-align: center;
}


/* .ifream -----------------------------------------*/
 ul.noteList {
	float:left;
	width:520px;
}

 ul.noteList li {
	margin-bottom:0;
}

div.noteBox {
	float:left;
	width:520px;
}

.courselist {
	float:right;
	width:237px;
}

.tabNavi {
	margin-top:7px;
}

:root .tabNavi {
	position:relative;
	bottom:4px;
	margin-top:0;
	margin-bottom:6px;
}

.tabNavi .sort{
	margin:5px 0;
	text-align:right;
	clear:both;
}

 .tabNavi .sort dt{
	margin-right:10px;
	display:inline;
	font-weight:bold;
}
 .tabNavi .sort dd{
	margin-right:10px;
	padding-right:10px;
	display:inline;
	border-right: 1px solid #ccc;
}
 .tabNavi .sort dd.last{
	margin-right:0;
	border-right:0;
}

.tabNavi .dayMenu ul{
	margin:0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

.tabNavi .dayMenu{
    padding:1px 0 3px;
    background:#003366;
	overflow:hidden;
}
.tabNavi .dayMenu li{
	margin:0 0 0 10px;
	padding:0;
	float:left;
}
 .tabNavi .dayMenu li.current,
 .tabNavi .dayMenu li a:hover,
 .tabNavi .dayMenu li a.current{
	background:url(/resource/images/tabnavi/bg_thirdmenu_cobaltblue_left.gif) no-repeat left #5986B1;
	background-position:0 1px;
}

.tabNavi .dayMenu li a{
    margin:0 5px 0 0;
    padding:3px 5px 1px 13px;
    background:url(/resource/images/iconmark/mrk_triangle_dlgray.gif) no-repeat;
    background-position:5px 7px;
    color:#fff;
    display:block;
}
.tabNavi .dayMenu li.holiday a{
    color:#FF9FAC;
}

.tabNavi .dayMenu li a.current,
.tabNavi .dayMenu li a:hover{
    background:url(/resource/images/tabnavi/bg_thirdmenu_cobaltblue_left.gif) no-repeat left #5986B1;
    background-position:0 1px;
}

.tabNavi .dayMenu li.nolist{
    margin:0 0 0 10px;
    padding:0;
    float:left;
}
.tabNavi .dayMenu li.nolist span,
.tabNavi .dayMenu li.notlist span{
    margin:0 5px 0 0;
    padding:3px 5px 1px 13px;
    background:url(/resource/images/iconmark/mrk_triangle_dlgray.gif) no-repeat;
    background-position:5px 7px;
    color:#999;
    display:block;
}

.tabNavi .secondMenu li.nolist{
	display:block;
	float:left;
	margin:0;
	padding:0 3px 0 4px;
	list-style:none;
	font-weight:bold;
}
	
.tabNavi .secondMenu li.nolist span{
	background:url(/resource/images/tabnavi/bg_secondmenu_gray_left.gif) no-repeat left top;
	display:inline-block;
	padding:3px 16px 0px 14px;
	text-decoration:none;
	color:#999;
	white-space:nowrap;
	float:left;
} 

.tabNavi .secondMenu li.nolist span .noday{
	background:url(/resource/images/tabnavi/bg_secondmenu_gray_right.gif) no-repeat right top;
	padding:3px 16px 0px 0px;
	display:inline-block;
	height:17px;
	cursor:default;
	float:left;
} 
.tabNavi .secondMenu li.other{
	padding:7px 16px 0px 14px;
}
/* .ifream -----------------------------------------*/