@charset "utf-8";
/* CSS Document */

/*-------*/
/* contents*/
/*-------*/


.top_header {
	height: 59px;
	margin: 0 auto;
	position:relative;
	padding: 10px 0 0 0;
	background-color: #FA2A02;
	background-image: url(../images/top_img.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.top_h1  {
	background:url("../images/top_logo.png") no-repeat center top;
	text-indent:-1000px;
	width: 152px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
}
.top_logo {
	background:url("../images/top_logo.png") no-repeat center top;
	text-indent:-1000px;
	width: 152px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
}
.top_comment {
	text-align:center;
	background:#39F;
	padding:5px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin:0 0 0 -10px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 0 1px 1px #333;
}
h1 {
	text-align:center;
	background:#39F;
	padding:5px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin:0 0 0 -10px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 0 1px 1px #333;
}

.top_contents {
	background-color: #FFD0E8;
	background-image: url(../images/top_bkimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 280px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	}
.top_search_btn {
	padding: 10px 0 0 103px;
	float:right;
	width:70%;
	max-width:700px;
}
.top_contents img {
	vertical-align: middle;
}
.top_search_btn p {
	margin:0 0 15px 0;
}

.top_search_btn a {
	-webkit-tap-highlight-color: #F30;
}
.top_info_area {
	padding:5px 0 25px 0;
}
.topics {
	margin-bottom:20px;
}
