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

li{
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,p,input,textarea,select {
	font-size: 100%;
	font-weight: normal;
}

img{
	border: 0;
	vertical-align: bottom;
}

html{
	height: 100%;
}

body{
	height: 100%;
}

#all{
	height: 100%;
	margin: 0 auto;
	padding: 10px 0px;
}


#header{
	width: 800px;
	padding-top: 10px;
	margin: 0 auto ;
	font-family: century,serif;
}

#header li{
	float:right;
	display: inline;
	margin-left: 25px;
	font-size: 17px;
	letter-spacing: 1.2pt;
	font-weight: 600;
}

#header h1 {
	float: left;
	margin-right: 50px;
}

#header ul {
	margin-top: 80px;
}

a {
	text-decoration: none;
	color: #093;
}

h2 {
	font-family: century,serif ;
	font-size: 35px;
}

#menu{
	margin: 0 auto;
	width: 800px;
}

#menu p {
	font-size: 11px;
	letter-spacing: 1.5pt;
	line-height: 14pt;
	font-family: "メイリオ", "HG丸ｺﾞｼｯｸM-PRO";
}


#naka li {
	font-size: 15px;
	letter-spacing: 1.5px;
}

table {
	font-size: 12px;
	letter-spacing: 1.5pt;
	line-height: 14pt;
}

#naka {
	margin: 0 auto;
	width:800px;
}

#naka p {
	font-size: 11px;
	letter-spacing: 1.5pt;
	line-height: 14pt;
}

.huto {
	font-weight: 600;
}


#footer {
	width: 100%;
	height:100%;
	bottom: 0px;
	height: 30px;
	text-align: center;
	font-family: "小塚ゴシック Pro",sans-serif;
	font-size: 11px;
	margin: 0 auto;
	letter-spacing: 1.2px;
}

#footer2{border-top:1px solid #e5f0cd;
		 background-color:#e5f0cd;}
