@charset "UTF-8";
#wrapper{
	width:950px;
	margin:0 auto;
	background-color:white;
	}
#headerLogo{
	height:600px;
	}
h1{
	font-size:15px;
	line-height:20px;
	}
#menu{
	background:beige;
	margin:0 0 25px 0;
	padding:10px 0;
	text-align:center;
	color:silver;
	}
li{
	display:inline;
	color:black;
	padding:0 10px;
	font-size:16px;
	}
a.top{
	margin-left:900px;
	}
#page1{
	height:1050px;
	}
img.kansou{
	margin-left:25px;
	margin-top:25px;
	}
p{
	font-size:14px;
	margin-left:30px;
	}
#page2{
	height:770px;
	}
p.space{
	margin-left:75px;
	}
#page3{
	height:1350px;
	}
.imglist{
	margin-left:60px;
	margin-right:4px;
	margin-bottom:4px;
	}
.imgcaption{
	text-align:center;
	font-size:0.8em;
	float:left;
	width:150px;
	margin-right:20px;
	margin-bottom:20px;
	}
.imgcaption img{
	margin-bottom:5px;
	}
.imgcaption p{
	margin:0;
	}
.clearfix{
	clear:both;
	}
img.imgfloat{
	float:left;
	margin-left:50px;
	margin-right:10px;
	}	
p.height{
	line-height:20px;
	}
#page4{
	height:1200px;
	}
#syusai{
	text-align:right;
	font-size:8px;
	margin-right:100px;
	}
#jikkou{
	margin-top:20px;
	margin-left:200px;
	font-size:8px;
	}
.right{
	float:left;
	margin-left:100px;
	}
h2{
	letter-spacing:0.2em;
	border-left:20px brown solid;
	margin-bottom:15px;
	font-size:18px;
	padding:5px;
	line-height:18px;
	font-weight:bold;
	}
table{
	width:850px;
	margin:0 auto;
	border:dotted 1px burlywood;
	margin-top:10px;
	}
table.length{
	width:600px;	
	}
th,td{
	border:dotted 1px burlywood;
	font-size:0.9em;
	padding:8px 12px;
	}
th{
	width:200px;
	font-weight:bold;
	background-color:peru;
	color:black;
	}
th.long{
	width:450px
	}
input{
	border-left:1px solid gray;
	border-top:1px solid gray;
	width:300px;
	height:20px;
	}
textarea{
	line-height:18px;
	border-left:1px solid gray;
	border-top:1px solid gray;
	width:500px;
	height:100px;
	}
input.check1{
	width:100px;
	margin-left:250px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	}
input.check2{
	width:100px;
	}
#footer{
	clear:both;
	width:820px;
	border-top:solid 1px maroon;
	padding:10px 0 30px 0;
	}
.copy{
	padding:160px;}
#copyright{
	float:right;
	}
body{
	background-color:palegoldenrod;
	}
a:link{
	text-decoration:none;
	color:darkslategrey;
	}
a:visited{
	text-decoration:none;
	color:darkslategrey;
	}
a:hover,a:active{
	text-decoration:underline;
	color:darkgrey;
	}
