@charset "UTF-8";
/* テーマ別ページ用ヘッダーCSS */

/* ==========================================================================
   ヘッダーフレーム
   ========================================================================== */
#top_header{
	margin : 0;
	padding : 0;
	width : 100%;
	height : 500px;
	background-color : #ffffff;
}

#header{
	margin : 0;
	padding : 0;
	width : 100%;
	height : 350px;
	background-color : #ffffff;
}

#header_in{
	margin : 0 auto;
	padding : 0;
	width : 980px;
	height : 100px;
}



/* ==========================================================================
   ロゴ
   ========================================================================== */
.logo{
	margin : 10px 0 0 0;
	padding : 0;
	width : 290px;
	height : 80px;
	float : left;
}



/* ==========================================================================
   メニュー
   ========================================================================== */
#header_in ul{
	margin : 0;
	padding : 0;
	width : 480px;
	height : 100px;
	float : right;
	list-style-type : none;
}

#header_in ul li{
	margin : 0;
	padding : 0;
	width : 120px;
	height : 100px;
	font-size : 80%;
	line-height : 100px;
	text-align : center;
	float : left;
	position : relative;
}

.navi_btn a,
.navi_btn a:link,
.navi_btn a:visited{
	margin : 0;
	padding : 0;
	width : 120px;
	height : 100px;
	color : #3e3a39;
	text-decoration : none;
	display : block;
}

.navi_btn a:hover{
	margin : 0;
	padding : 0;
	width : 120px;
	height : 100px;
	color : #ffffff;
	text-decoration : none;
	background-color : #736451;
	background-image : url(../../images/menu_bk.gif);
	background-repeat : no-repeat;
	background-position : center top;
}

.navi_btn_sub a,
.navi_btn_sub a:link,
.navi_btn_sub a:visited{
	margin : 0;
	padding : 0;
	width : 120px;
	height : 100px;
	color : #ffffff;
	text-decoration : none;
	background-color : #736451;
	background-image : url(../../images/menu_bk.gif);
	background-repeat : no-repeat;
	background-position : center top;
	display : block;
}

.navi_btn_sub a:hover{
	margin : 0;
	padding : 0;
	width : 120px;
	height : 100px;
	color : #ffffff;
	text-decoration : none;
	background-color : #736451;
	background-image : url(../../images/menu_bk.gif);
	background-repeat : no-repeat;
	background-position : center top;
}



/* ==========================================================================
   ヘッダーイメージ
   ========================================================================== */
/* テーマ別検索トップページ */

#head_img1{
	margin : 0;
	padding : 0;
	width : 100%;
	min-width : 980px;
	height : 400px;
	text-align : center;
	background-repeat : no-repeat;
	background-position : center center;
	background-size: cover;
	position : relative;
	clear : both;
	background-color : #666666;
}

#head_img2{
	margin : 0;
	padding : 0;
	width : 100%;
	min-width : 980px;
	height : 250px;
	text-align : center;
	background-repeat : no-repeat;
	background-position : center center;
	background-size: cover;
	position : relative;
	clear : both;
	background-color : #666666;
}

.credit1{
	margin : 0;
	padding : 0;
	font-size : 70%;
	text-align : right;
	line-height : 1.5;
	color : #ffffff;
	position : absolute;
	right : 10px;
	top : 380px;
}

.credit2{
	margin : 0;
	padding : 0;
	font-size : 70%;
	text-align : right;
	line-height : 1.5;
	color : #ffffff;
	position : absolute;
	right : 10px;
	top : 230px;
}