@charset "utf-8";
/* 基本設定　ここから */

* { margin: 0;
    padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
	

body {
	color: #600;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #630;
}
#topBody {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(image/topback.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
}
#infoBody {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: opx;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#sekisetuBody {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: opx;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FC3;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
	background-position: center;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
img {
	border: 0;
}
hr {
	display: none;
}
h1 {
	position:absolute;
	top: 10x;
	left:15px;
}


h2 {
	position:absolute;
	top: 120px;
	left :80px;
}



/* 基本設定　ここまで */


/* レイアウト設定　ここから */

#main{
	position: relative;
	width: 960px;
	top: 60px;
	margin-right: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#topnabi{
	text-align:center;
	color: #660000;
	font-size: 0.8em;
}

#index{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 60px;
}	


#footerIndex {
	width: 960px;
	height: 35px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footerMenu {
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

#footerMenu li{
	list-style-type: none;
	color: #660000;
	font-size: 0.8em;
	font-style: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}


#address {
	height: 200px;
	width: 960px;
	position: relative;
	background-image: url(image/sita.jpg);
	background-repeat: no-repeat;
	top: 60px;

}	

#ad {
	height: 20px;
	width: 960px;
	color: #600;
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	position:absolute;
	top: 80px;
	left :50px;
}	


