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

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

body {
	border-top:solid 3px #4F8D1B;
	font-size: 14px;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color:#333;
	background-color: #F0FDEE;
	margin-top:0;
	padding-top:0;
	}

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:800px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border-left:dotted 1px #CCCCCC;
	border-right:dotted 1px #CCCCCC;
	border-bottom:dotted 1px #CCCCCC;
}

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

.logo {
	padding:10px 0px 0 10px;
	
}

h1 {
	font-size:10px;
	font-weight:bold;
	padding:100px 0 0 10px;
	clear:both;
	color: #333333;
}
h1 a,h1 a:hover{
	color: #333333;
}
h2 {
	font-size:10px;
	font-weight:bold;
	padding:0px 0 0 10px;
	clear:both;
	color: #333333;
}

/*=== トップメニュー部分のスタイル ===*/
#topmenu {
	height:45px;
	text-align:left;
}

#topmenu ul {
	padding-right:25px;
	padding-top:5px;
	float:right;
	
}

#topmenu li {
	width:103px;
	display:block;
	font-size:11px;
	float:left;
	line-height:14px;
	font-weight:bold;
	padding:2px;
	text-align:center;
	background:url(/data/template/71/images/menu_back.gif);
	background-repeat:no-repeat;
	background-position:inherit
}

#topmenu li a {
	color:#333333;
	text-decoration:none;
}

#topmenu li a:hover {
	color:#000000;
	text-decoration:none;
}

/*=== メインコンテンツ部分のスタイル ===*/
#contents {
	width:790px;
	margin-left:5px;
	margin-right:5px;
}
#contents p{
margin:0px 0px 15px 10px;
}
#main{
float:right;
width:520px;
padding:0px 0px 5px 0px;
}
#side{
float:left;
padding:0px 0px 5px 0px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	height:17px;
	padding:6px 6px 6px 25px;
	margin-bottom:8px;
	background:url(/data/template/71/images/h2.gif);
	background-repeat:no-repeat;
	background-position:left;
}


.clear {
	clear:both;
}
h4,h5 {
	font-size:15px;
	font-weight:bold;
	color:#e95383;
	padding:5px 0;
	border-bottom: #666 dotted 1px;
}

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

#footer {
	clear:both;
}

.pagetop {
	font-size:10px;
	text-align:right;
	margin:10px;
	font-weight:bold;
	clear:both
}

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

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

#copyright {
	margin:0px auto;
	padding:8px 0 0 0;
	font-size:13px;
	text-align:center;
	background:#FFF;
	border-top:3px solid #4F8D1B;
}

table.about {
width:95%;
margin:auto;
}

.about th{
	background:#FFF;
	width:120px;
	border-bottom:1px solid #4F8D1B;
	padding:5px 15px;
	}
.about td{
	background:#FFF;
	padding:5px 15px;
	border-bottom:1px solid #CCC;
	width:700px;
	}
.table2 td{
	border:none;
	padding:0px;
}
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:#FF0000;
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;
}