#str_menuAndContents a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#str_menuAndContents h1{
	margin-bottom:10px;
}
#str_menuAndContents .read{
	margin:0 10px 20px;
}

#present_list{
	margin-bottom:30px;
	border-bottom:5px solid #094bad;
}

.presentbox{
	height:290px;
	width:960px;
	border-top:5px solid #094bad;
	position:relative;
}
.ttl_level{
	margin:0 0 0 10px;
	width:425px;
}
.ttl_level h2{
	margin:25px 0 15px;
}


.list_images li{
	width:120px;
	height:120px;
	position:absolute;
}
.list_images li img{
	position:relative;
}
.list_images li span{
	padding:2px 2px;
	position:absolute;
	bottom:1px;
	_bottom:3px;
	left:1px;
	background:#fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	font-size:10px;
	letter-spacing:0px;
}
.list_images li span em{
	font-size:5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.list_images li span{
	font-size:8px;
}
}

.list_images li.img_level_01{
	top:20px;
	left:450px;
}
.list_images li.img_level_01 span{
	width:114px;
}
.list_images li.img_level_02{
	bottom:20px;
	left:450px;
}
.list_images li.img_level_02 span{
	width:114px;
}
.list_images li.img_level_03{
	top:20px;
	left:580px;
}
.list_images li.img_level_03 span{
	width:114px;
}
.list_images li.img_level_04{
	bottom:20px;
	left:580px;
}
.list_images li.img_level_04 span{
	width:114px;
}
.list_images li.img_level_05{
	width:250px;
	height:190px;
	top:20px;
	right:0;
}
.list_images li.img_level_05 span{
	width:238px;
}
.list_images li.img_level_06{
	height:50px;
	bottom:20px;
	left:710px;
}
.list_images li.img_level_07{
	height:50px;
	bottom:20px;
	right:0px;
}





#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:11em;
	margin:0 0 0 5px ;
	float:left;
	font-weight:bold;
	clear:both;
}
#infomation dl dd{
	margin-bottom:10px;
	padding: 0 0 10px 12em;
	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;
}