@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:url(/data/template/90/images/bg.gif) 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 {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	margin:0 auto;
}

/*=== ヘッダー部分のスタイル ===*/
#header {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:11px;
	background-color:#FFF;
	height:80px;
	margin-bottom:10px;
	
}

.logo {
	padding:0px;
	float:left;
	clear:both;
}
.headimg{
	margin:0px auto;
	text-align:center;

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

#topmenu ul {
	padding-right:px;
	float:right;
	padding:5px auto;
	margin-top:0px;
	
}

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

#topmenu li a {
	color:#333;
	text-decoration:none;
	display:block;
	padding:10px 0px 0px 0px;
	width:120px;
	height:43px;
	background:#EFEFEF;
}

#topmenu li a:hover {
	color:#FFF;
	text-decoration:none;
	background:#00A0C6;
	width:120px;
	display:block;
	padding:0px;
	padding:10px 0px 0px 0px;
}

/*=== メインコンテンツ部分のスタイル ===*/
#contents {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	clear:both;
	padding:0px 10px;
}
#contents p{
margin:0px 0px 15px 10px;
}
#main{
float:left;
width:590px;
margin:0px 0px 10px 0px;
}
#side{
width:250px;
float:right;
}
h3 {
	font-size:16px;
	font-weight:bold;
	height:17px;
	padding:6px 6px 6px 15px;
	margin-bottom:8px;
	background:url(/data/template/90/images/h3.gif) no-repeat left bottom;
}

.clear {
	clear:both;
}

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

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

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

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

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

table.about {
width:95%;
margin:auto;
}
.about th{
	background:#FFF;
	width:120px;
	border-bottom:1px solid #00A0C6;
	padding:5px 15px;
	}
.about td{
	background:#FFF;
	padding:5px 15px;
	border-bottom:1px solid #CCC;
	width:700px;
	}
.table2 td{
	border:none;
	padding:0px;
}
table.table2{
width:600px;
}
table.contact {
width:95%;
margin:auto;
	background:#CCC;
	margin-bottom:15px;
}
.contact th{
	background:#FFF;
	width:250px;
	padding:8px 10px;
	text-align:right;
	}
.contact td{
	background:#FFF;
	padding:8px 15px;
	width:600px;
	}
.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;
}