@charset "UTF-8";

.style1 {font-size: 12px}

/* リセット
---------------------------------------------------- */

*{
	margin:0px;padding:0px;
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea {
	font-size:13px;
	font-family: sans-serif;
	font-weight: normal;
}
img,fieldset {
	border: 0;
}


/* ---------------------------------------------------- */

body { 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: #003366 url(image/body.jpg)  repeat-x center top;
}
a {
	color:#0065ca;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#container {
	width:800px;
	margin:0 auto ;
	background: transparent url(image/container-body.jpg)  repeat-y center top;
}

.cl {
	width:1px;
	height:1px;
	font-size:1px;
	line-height:1px;
	clear:both;
}



/* タイトルエリア１
---------------------------------------------------- */
#header {
	width:800px;
	margin:0 auto 20px;
	background: transparent url(image/image1.jpg)  no-repeat 400px 700px;
}
#header h1 {
	width:800px;
	height:360px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	background: transparent url(image/catch.jpg)  no-repeat 0 0;
}
#header h2 {
	width:800px;
	height:300px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	background: transparent url(image/lead.jpg)  no-repeat 0 0;
}
#header h3 {
	text-align:left;
	margin:0 0 25px 80px;
}
#header p {
	font-size:16px;
	font-weight:bold;
	line-height:175%;
	text-align:left;
	padding:0 80px 15px;
}



/* 本文エリア
---------------------------------------------------- */
#main {
	width:640px;
	margin:0 auto;
}
#main h3 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:170%;
	text-align:center;
	margin:40px 0 0;
	padding:5px 0 40px;
	background: transparent url(image/sub-head-bg.jpg)  no-repeat 0 0;
}
#main h4 {
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
	padding:7px 12px 2px;
	background: #e6e6e6;
}
#main p {
	font-size:15px;
	line-height:175%;
	text-align:left;
	margin:0 0 25px;
}
#main small {
	display:block;
	color:#666666;
	font-size:9px;
	text-align:left;
	line-height:170%;
	margin:0 0 10px;
}
#main p strong {
	color:#e60000;
}
#main p em {
	font-weight:bold;
}

#main ul {
	margin:0 0 2em 15px;
}
#main ul li {
	list-style:none;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	line-height:170%;
	padding:0 0 7px 25px;
	background: transparent url(image/check1.gif)  no-repeat 0 -3px;
}
.img-right {
	float:right;
	margin:0 0 0 15px;
}
#main blockquote {
	border:#cccccc solid 1px;
	margin:0 0 15px;
}
#main blockquote p {
	margin:15px;
}

#main table {
	width:638px;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 25px;
	border-left:#cccccc solid 1px;
	border-top:#cccccc solid 1px;
}
#main th {
	text-align:left;
	font-size:13px;
	font-weight:bold;
	line-height:200%;
	vertical-align:top;
	padding:7px 10px;
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	background:#f8f8f8;
}
#main td {
	text-align:left;
	font-size:12px;
	line-height:200%;
	vertical-align:top;
	padding:7px 10px;
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
}



/* フッタ
---------------------------------------------------- */

address { 
	color:#666666;
	font-size:12px;
	font-style:normal;
	line-height:180%;
	text-align:center;
	margin:0;
	padding:30px 0 30px;
}
address a { 
	color:#666666;
	font-weight:normal;
}

