@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/22/images/bg2.gif) repeat-x top;
	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;
}
.clear{
	clear:both;
}
/*=== コンテナー（HPの横幅を指定します）===*/
#container {
	width:840px;
	background:url(/data/template/22/images/bg.gif) no-repeat top;
	margin:0px auto 0px;
}


.logo {
	float:left;
	background:url(/data/template/22/images/head_img.gif) no-repeat center ;
	width:210px;
	margin:44px 0px 0px 15px;
	height:215px;
	display: inline;
	text-align:center;
	
}

.headimg{
	float:right;
	margin:48px 15px 0px 0px;
	display: inline;
	
}
.logo img{
margin:15px auto 0px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	padding:10px 10px 0px 10px;
	color:#FFF;
}
h1 a,h1 a:hover{
	color:#FFF;
}
h2{
	font-size:12px;
	color:#FFF;
	padding:5px 10px 0px 10px;
	margin:0px;
}
/*=== トップメニュー部分のスタイル ===*/
#sidemenu {
	width:210px;
	margin:0px;
	padding :0px;
	float:left;
	}

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

#sidemenu li {
	width:203px;
	display:block;
	font-size:13px;
	float:left;
	line-height:180%;
	font-weight:bold;
	text-align:center;
	margin:0px;
	height:55px;
	float:left;
	padding:0px;
}

#sidemenu li a {
	background:url(/data/template/22/images/menu_bg.gif) no-repeat left top;
	color:#FFAC00;
	text-decoration:none;
	display:block;
	width:203px;
	height:55px;
	padding:0px;
}

#sidemenu li a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(/data/template/22/images/menu_h.gif) no-repeat left top ;
	width:203px;
	display:block;
	height:55px;
	padding:0px;
}
/*=== メインコンテンツ部分のスタイル ===*/
#main{
	width:600px;
	margin-top:20px;
	clear:both;
	background:#FFF;
	padding:0px 0px;
}
#main p{
margin:0px 0px 15px;
}
#contents {
float:right;
width:600px;
padding:0px 0px 10px 0px;
}
#side{
float:right;
padding-right:15px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	height:17px;
	padding:6px 6px 6px 10px;
	margin-bottom:8px;
	background:url(/data/template/22/images/h3.gif) no-repeat left bottom;
	clear:both;
}
h4,h5 {
	font-size:15px;
	font-weight:bold;
	color:#333;
	padding:5px 10;
}


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

#footer {
	clear:both;
	padding-top:20px;
}

.pagetop {
	font-size:11px;
	text-align:right;
	margin:10px 20px 0 0;
	clear:both;
}

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

.pagetop a:visited {
	color:#FFAC00;
}

#copyright {
	margin:0px auto;
	padding:0px 0 12px 0;
	font-size:13px;
	text-align:center;
	border-top:5px solid #CCC;
	background:#999;
	color:#FFF;
	width:820px;
}


table.about {
width:95%;
margin:0px;
}
.about th{
	background:#FFF;
	width:190px;
	border-bottom:1px solid #FFAC00;
	padding:5px 5px;
	}
.about td{
	background:#FFF;
	padding:5px 5px;
	border-bottom:1px solid #CCC;
	}
.table2 td{
	border:none;
	padding:0px;
}
table.table2{
width:370px;
}
table.contact {
width:95%;
margin:0px;
	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: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;
}