﻿@charset "utf-8"; 

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

img {
	border-style: none;
}

a:visited {
	color: #999;
}

a:link {
	text-decoration: underline;
	color: #666;
}

a href {
	color: #666;
}

ul,li {
	list-style-type: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body {
	margin: 0 auto;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	text-align: center;
	background-color: #B1C0CC;
			/*background-color:#FFF;*/
}

#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	color: #666;
			/*background-color:  #bbd770;*/
	background-color: #FFF;
}

#header {
	width: 800px;
	height: 30px;
		/*background: #b3dbce;*/
}

#header h1 {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}

#header .site {
	font-size: 11px;
	padding-top: 7px;
	margin-left: 720px;
}

#logo {
	position: absolute;
}

#logo img {
	margin-left: 200px;
	margin-top: 4px;
}

#navi {
	font-family: AR P隷書体M;
	width: 800px;
	list-style: none;
	text-align: center;
	font-size: 13px;
			/*background-color: #f1dd70;*/
}

#navi ul {
	margin: 0;
	padding: 0;
	margin-left: 265px;
			border-left: 1px solid #666;/**/
		
}

#navi ul li {
	display: inline;
	float: left;
	margin-top: 10px;
	background-image: none;
}

#navi li {
	display: block;
	width: 65px;
	color: #999;
	text-align: center;
	border-right: 1px solid #666;
}

#navi ul li a {
	float: left;
	display: block;
	width: 65px;
	line-height: 1.2em;
	list-style: none;
	text-decoration: underline;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.center {
	position: absolute;
	margin-top: 30px;
	width: 800px;
	text-align: center;

}

#main {
	width: 800px;
	height: 450px;
	text-align: center;
			/*background-color: #c99fd5;*/
}

.main_logo {
	margin-top: 120px;
}

.msg1 {
	margin-top: 25px;
	font-size: 11px;
	letter-spacing: 3px;
}

#main_img {
	width: 600px;
	margin-left: 176px;
	margin-top: 50px;
}

.img5 {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

#footer {
	width: 800px;
	height: 40px;
	line-height: 1.6em;
			/*background-color: #eae370;*/
	text-align: center;
}

#footer p {
	font-size: 11px;
	color: #666;
}
