
@import "/special/gw/2012/css/2012.css";
@import "/special/css/search.css";

#str_contents h1{
	margin:0 0 10px;
	padding:0;
}

.btn{
	padding:30px;
	text-align:center;
}
.btn a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);	/* IE6、IE7対応 */
	-moz-opacity: 0.7;		/* Firefox1.5以前対応 */
}

#attentionbox{
	width:770px;
	background:#f5f5e5;
	overflow:hidden;
}

#attentionbox dt{
	width:160px;
	padding:10px 0 0 10px;
	font-weight:bold;
	color:#a4a020;
	float:left;
}
#attentionbox dd{
	padding:10px 10px 10px 180px;
	border-bottom:1px dotted #a4a020;
}
#attentionbox dd.last{
	border:0;
}
