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

/*=== 基本ベースを設定します ===*/
* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-size: 14px;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color:#333;
	background:#F7F3EA;
	margin:0px;
	border-top:10px solid #601A12;
	}

a   {color:#b81649;text-decoration:none;}
a:hover   {color:#fa1960;text-decoration:underline;}

a img {border: 0;}
ol,ul,li,dl,dt,dd {list-style-type: none;}
h1,h2,h3,h4,ol,ul,li,dl,dt,dd,p,img {
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
}
/*=== コンテナー（HPの横幅を指定します）===*/
#container {
	width:840px;
	margin:0px auto 10px;
}

/*=== ヘッダー部分のスタイル ===*/
#header {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:80px;
	padding:0px;
	width:840px;
	background:#F7F3EA;
}

.logo {
	padding:0px;
	float:left;
	width:180px;
	margin:10px 0px 0px 15px;
}

.headimg{
	float:right;
	margin:0px;
	
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	padding:10px 10px 0px 10px;
	color:#601A12;
	text-align:right;
	float:right;
	width:400px;
}
h1 a,h1 a:hover{
	color:#601A12;
}
h2{
	font-size:12px;
	color:#601A12;
	padding:5px 10px 0px 10px;
	margin:0px;
	text-align:right;
	float:right;
	width:400px;
}
/*=== トップメニュー部分のスタイル ===*/
#sidemenu {
	width:200px;
	margin:0px;
	padding :0px;
	float:left;
	height:250px;
	
	}

#sidemenu ul {
	padding:0px;
	margin:0px 10px 0px 0px;
	
}

#sidemenu li {
	width:200px;
	display:block;
	font-size:13px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:10px;
	float:left;
	text-align:right;
}

#sidemenu li a {
	background:url(/data/template/65/images/menu_bg.gif) no-repeat right center;
	color:#86861E;
	text-decoration:none;
	display:block;
	padding:0px;
	padding:5px 50px 5px 0px;
}

#sidemenu li a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(/data/template/65/images/menu_h.gif) no-repeat right center #86861E;
	display:block;
	padding:0px;
	padding:5px 50px 5px 0px;
}

/*=== メインコンテンツ部分のスタイル ===*/
#main {
	width:550px;
	float:right;
	clear:both;
	padding:0px 0px;
}
#contents p{
margin:0px 0px 15px 10px;
}
#contents{
clear:both;
width:810px;
margin:0px 0px 10px 0px;
padding:10px 15px;
}
#side {
float:left;
}

h3 {
	font-size:16px;
	font-weight:bold;
	height:17px;
	padding:6px 6px 6px 10px;
	margin-bottom:8px;
	background:url(/data/template/65/images/h3.gif) no-repeat left bottom;
}

.clear {
	clear:both;
}
h4,h5 {
	font-size:15px;
	font-weight:bold;
	color:#333;
	padding:5px 10;
}


/* === フッター部分のスタイル === */
.pagetop {
	font-size:11px;
	text-align:right;
	font-weight:bold;
	clear:both;
	width:800px;
	padding-top:20px;
}

.pagetop a {
	color:#333;
	text-decoration:none;
}

.pagetop a:visited {
	color:#333;
	text-decoration:none;
}

#copyright {
	margin:0px;
	padding:10px 0 20px 0;
	font-size:13px;
	text-align:center;
	background:#E1DACA;
	color:#000;
}

table.about {
width:95%;
margin:0px;
}
.about th{
	background:#F7F3EA;
	width:120px;
	border-bottom:1px solid #86861E;
	padding:5px 15px;
	}
.about td{
	background:#F7F3EA;
	padding:5px 15px;
	border-bottom:1px solid #CCC;
	width:700px;
	}
.table2 td{
	border:none;
	padding:0px;
}
table.contact {
width:95%;
margin:0px;
	background:#F7F3EA;
	margin-bottom:15px;
}
.contact th{
	background:#F7F3EA;
	width:250px;
	padding:8px 10px;
	text-align:right;
	}
.contact td{
	background:#F7F3EA;
	padding:8px 15px;
	width:350px;
	}
.width_l {
border:1px solid #CCCCCC;
padding:4px;
width:320px;
}
.required {
color:#F00;
font-size:80%;
font-weight:normal;
margin-right:3px;
}
.inqv {
border:1px solid #CCCCCC;
height:150px;
padding:4px;
width:320px;
}
.center_align{
text-align:center;
}