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

html{
	overflow-y: scroll;
	height: 100%;
}

body{
	height: 100%;
}

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;
}


#all{
	height: 100%;
	margin: 0 auto;
	padding: 10px 0px;
	position: relative;
	min-height: 100%;
}


#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;
}

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

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

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

.huto{
	font-weight: 600;
}

#kome{
	color: #F00;
}

#naka li{
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5pt;
	line-height: 14pt;
}

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

#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;}
