﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック";
	background: #EEEEEE;
	text-align: center;
	color: #333333;
	font-size: 12px;
	background-image:url(../img/bg.gif);
}

img {
	border: none;
	vertical-align: top;
}

#wrapper {
	width: 770px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/*ヘッダー*/
#header {
	position: relative;
	background-color:#413732;
	height: 25px;
	z-index: 100;
	text-align:center;
	vertical-align:middle;
}

h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
	padding-top:6px;
}

h2 {
	font-size: 14px;
	color: #CC0000;
	font-weight:bold;
	float: left;
	width:100%;
	/*background-image:url(../img/subtitle_mark.gif);
	background-repeat:no-repeat;*/
}

h3 {
	font-size: 13px;
	color: #666666;
	font-weight:bold;
	float: left;
	width:100%;
	/*background-image:url(../img/subtitle_mark.gif);
	background-repeat:no-repeat;*/
}

h4 {
	font-size: 14px;
	color: #666666;
	font-weight:bold;
	/*background-image:url(../img/subtitle_mark.gif);
	background-repeat:no-repeat;*/
}

/*コンテンツ-----------------------------------------*/
#contents_box {
	overflow: hidden !important;
	overflow: /**/: hidden;
	/*position: relative;*/
	margin-bottom: 25px;
	text-align: center;
	width: 770px;
}

#contents_margin {
	/*position: absolute;*/
	width: 740px;
	margin: 0 auto;
	/*padding: 10px;*/
	text-align: center;
	z-index: 100;
}

#contents {
	overflow: hidden !important;
	overflow: /**/: hidden;
	margin-top: 25px;
	float:right;
	width:495px;
	text-align:left;
	line-height:20px;
}


#contents_text0 {
	overflow: hidden !important;
	overflow: /**/: hidden;
	float:left;
	text-align:left;
	line-height:20px;
	margin-bottom:20px;
}

#contents_text {
	overflow: hidden !important;
	overflow: /**/: hidden;
	margin-left:12px;
	float:left;
	text-align:left;
	line-height:20px;
	margin-bottom:20px;
	width:483px;
}

#contents_qph_text {
	overflow: hidden !important;
	overflow: /**/: hidden;
	width: 100%;
	margin-left:12px;
	float:left;
	text-align:left;
	line-height:20px;
	margin:10px 0px 20px 0px;
}


/*---Navi----------------------------------------*/
#navi {
	overflow: hidden !important;
	overflow: /**/: hidden;
	margin-top: 25px;
	float:left;
	width:220px;
	text-align:left;
	line-height:25px;
}

/*---Navi-こだわり-------------------------------*/
#knavi li {
	border-bottom: dotted 1px #413732;
	padding-left:10px;
	background-color:#bfaa7f;
}

#knavi a {
	font-size:15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#knavi a:hover {
	font-size:15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/*---Navi-通常-------------------------------*/
#unavi {
	margin: 20px 0px 10px 0px;
	font-size:14px;
}

#unavi li {
	font-size:14px;
	color:#666666;
	border-bottom: dotted 1px #413732;
	padding-left:14px;
}

#unavi a {
	font-size:14px;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}

#unavi a:hover {
	font-size:14px;
	color:#666666;
	font-weight: bold;
	text-decoration: underline;
}

/*---Navi--------------------------------*/


/*フッター---------------------------------------------------*/
#footer_contact {
	width: 770px;
	heigth: 200px;
	margin: 0 auto;
	text-align: left;
	background-color: #bfaa7f;
	color: #FFFFFF;
}

#footer_contact_left {
	float:left;
	width: 420px;
	heigth: 200px;
	margin: 0 auto;
	text-align: left;
	background-color: #bfaa7f;
	color: #FFFFFF;
}

#footer_contact_left table{
	margin: 10px 0px 10px 30px;
}

#footer_contact_left th{
	white-space:nowrap;
	text-align:right;
	color: #FFFFFF;
}

#footer_contact_right {
	float:right;
	width: 330px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	background-color: #bfaa7f;
	color: #FFFFFF;
}


#footer {
	clear:both;
	width: 770px;
	heigth: 200px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color:#413732;
	color:#FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------------*/

#mhimg {
	margin: 5px 0px 0px 0px;
	float: right;
}

#staffimg {
	float: right;
	border:solid 1px #CCCCCC;
}

#staffhr {
	height: 1px;
	margin: 0px 0px 0px 0px;
}

#err {
	color:#CC0000;
	font-weight:bold;
}