@charset "utf-8";

.top_main_img {
	display: block;
	width: 950px;
	height: 330px;
	float: left;
	margin-bottom: 10px;
}

.top_content01 {
	display: block;
	width: 475px;
	height: 200px;
	float: left;
	background: url(../images/top/top_01.png) top left no-repeat;
}

.top_content02 {
	display: block;
	width: 475px;
	height: 200px;
	float: left;
	background: url(../images/top/top_02.png) top left no-repeat;
}
.top_content03 {
	display: block;
	width: 475px;
	height: 200px;
	float: left;
	background: url(../images/top/top_03.png) top left no-repeat;
}
.top_content04 {
	display: block;
	width: 475px;
	height: 200px;
	float: left;
	background: url(../images/top/top_04.png) top left no-repeat;
}

.top_content01 a,
.top_content02 a,
.top_content03 a,
.top_content04 a{
	display: block;
	width: 475px;
	height: 200px;
}


.top_content_btn {

}

.under_top_contents {
	float: left;
	margin-top: 30px;
	width: 950px;
	height: 60px;
}

.under_top_contents img {
	float: left;
}
	
.under_top_contents a:hover { opacity: 0.8; }

.top_caution{
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 0.4em;
	background: rgba(255,255,255,0.2);
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: rgb(92, 26, 26);
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	margin: 16px;
}