#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;
}
.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;
}