@charset "Shift_JIS";

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-top: 10px;
	padding: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	text-align: center;
}

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #ffffff;
	font-size:86%;
	font-family:"ＭＳ Ｐ明朝","平成明朝",serif;
}

#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#head {
	width: 700px;
	height: 450px;
	background-image: url(img/head_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

#head_logo {
	width: 160px;
	height: 53px;
}

#title {
	width: 440px;
	height: 208px;
	background-image: url(img/h1_bg.gif);
	background-repeat: no-repeat;
}

#head span,#contents1 span,#contents2 span,#contents3 span {
	display: none;
}

#caps {
	width: 325px;
	height: 21px;
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
}

#main_com {
	width: 430px;
	padding: 10px;
	color: #a5a5a5;
	font-size:86%;
	line-height:180%;
	font-family:"ＭＳＰ明朝","平成明朝",serif;
}

#link {
	margin-top: 15px;
	margin-bottom: 20px;
}

#link a {
	padding: 5px;
	color: #ffffff;
	font-size:84%;
	text-decoration: none;
	background-color: #af002f;
}

#link a:hover {
	padding: 5px;
	color: #ffffff;
	font-size:84%;
	text-decoration: none;
	background-color: #8c0026;
}

#contents1 {
	margin-top: 20px;
	width: 700px;
	height: 30px;
	background-image: url(img/h3_1_bg.gif);
	background-repeat: no-repeat;
}

#contents2 {
	clear: both;
	width: 700px;
	height: 30px;
	background-image: url(img/h3_2_bg.gif);
	background-repeat: no-repeat;
}

#contents3 {
	clear: both;
	width: 700px;
	height: 30px;
	background-image: url(img/h3_3_bg.gif);
	background-repeat: no-repeat;
}

#contents4 {
	padding: 5px 0px 5px 5px;
	background-image: url(img/h3_4_bg.gif);
	background-repeat: repeat;
}

.contents_area1 {
	float: left;
	width: 200px;
	color: #e2e2e2;
	font-size:84%;
	line-height:160%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.contents_area1 p,.contents_area2 p {
	padding: 10px 0px 0px 10px;
}

.contents_area2 {
	float: right;
	color: #a5a5a5;
	font-size:80%;
	line-height:150%;
	width: 500px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#area_clear {
	clear: both;
}

.contents_area3 {
	float: left;
	width: 440px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #4d4d4d;
	margin: 0px 0px 10px 0px;
}

.contents_area3 p {
	padding: 10px;
	color: #a5a5a5;
	font-size:80%;
	line-height:150%;
}

.check {
	clear: both;
	padding: 0px 0px 20px 0px;
	color: #e2e2e2;
	font-size:80%;
	line-height:150%;
}

.contents_area4 {
	float: right;
	width: 258px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.contents_area4 p {
	padding: 0px 0px 10px 20px;
	color: #e2e2e2;
	font-size:76%;
	line-height:150%;
}

#footer_logo {
	padding: 0px 0px 10px 15px;
}

#footer {
	clear: both;
	width: 700px;
	padding: 5px 0px 20px 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #4d4d4d;
	margin: 0px 0px 20px 0px;
}

#copyright {
	float: left;
	color: #4d4d4d;
	font-size:86%;
	font-family:"Times New Roman",serif;
}

#footer_link {
	float: right;
	color: #af002f;
	font-size:86%;
}

#footer_link a,.check a {
	color: #ffffff;
}