@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-color:#F9F9F1;
	/*background:url(../images/bg.jpg) repeat-x;*/
	margin:0px;
	}

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;
}

/*=== コンテナー（HPの横幅を指定します）===*/
#container {
	margin-left:auto;
	margin-right:auto;
	background-color:#E8E8E8;
	margin:0 auto;
	padding:10px;
}

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

.logo {
	padding:10px 0px 0 0px;
	float:left;
}
.headimg{
	height:270px;
	margin:0px auto;

}
.head_txt{
	width:820px;
	margin:0px auto;
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	padding:5px 0px 0px 0px;
	color:#333;
	width:400px;
	float:right;
	text-align:right;
}
h1 a,h1 a:hover{
	color:#333;
}
h2{
	font-size:12px;
	color:#333;
	padding:0px;
	margin:5px 0px 0px;
	width:400px;
	float:right;
	text-align:right;
	line-height:130%;
}
/*=== トップメニュー部分のスタイル ===*/
#topmenu {
	margin-left:auto;
	margin-right:auto;
	padding-top :0px;
	height:45px;
	text-align:left;
	margin:0px auto 0px;
	background:#28425B;
}

#topmenu ul {
	padding:5px auto 0px;
	width:800px;
	margin:0px auto;
	
}

#topmenu li {
	display:block;
	font-size:13px;
	float:left;
	line-height:130%;
	font-weight:bold;
	text-align:center;
	margin:0px;
	width:150px;
}

#topmenu li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:5px 0px;
	width:150px;
}

#topmenu li a:hover {
	color:#000;
	text-decoration:none;
	background:#D4D4D4;
	width:150px;
	display:block;
	padding:5px 0px;
}

/*=== メインコンテンツ部分のスタイル ===*/
#contents {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	clear:both;
}

#main{
float:left;
width:540px;
margin:0px 0px 10px 0px;
}
#contents p{
margin:0px 0px 15px 10px;
}
#side{
float:right;
}
h3 {
	font-size:16px;
	font-weight:bold;
	height:17px;
	padding:6px 6px 6px 15px;
	margin-bottom:8px;
	border-bottom:1px solid #CCC;
	background:url(/data/template/40/images/h3.gif) no-repeat left;
}

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


/* === フッター部分のスタイル === */

#footer {
	clear:both;
	width:850px;
	padding-top:20px;
	margin:0px auto;
}

.pagetop {
	font-size:11px;
	text-align:right;
	margin:0px 20px 0 0;
	font-weight:bold;
	clear:both;
	padding-top:20px;
}

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

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

#copyright {
	margin:0px;
	padding:8px 0 12px 0;
	font-size:13px;
	text-align:center;
	background:#28425B;
	color:#FFF;
}


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