@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: left;
}

body {
	background-color: #f7f1e1;
	background-position: left top;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../img/white.gif);
}
html {
	height: 100%;
	margin-bottom: 1px;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	text-align: center;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../img/line_orenge.gif);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	width: 850px;
	position: relative;
	height: 77px;
	background-color: #FFFFFF;
}

#navi {
	float: left;
	width: 850px;
	height: 48px;
	background-image: url(../img/navi_img/navi01.gif);
}

#navi ul {
	clear: none;
	position: relative;
	height: 48px;
	float: left;
	list-style-type: none;
	width: 850px;
}

#navi li {
	display: inline;
	list-style-type: none;
}

#navi li a {
	height: 48px;
	text-indent: -9999px;
	display: block;
	width: 212px;
	float: left;
	overflow: hidden;
}

.gotyuui a　{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/navi_img/navi01.gif);
	height: 48px;
	width: 213px;
}

.gotyuui a:hover {
	background-position: 0px -48px;
	background-image: url(../img/navi_img/navi01.gif);
	height: 48px;
	width: 213px;
	background-repeat: no-repeat;
}

.konnatokiwa a {
	background-image: url(../img/navi_img/navi01.gif);
	background-repeat: no-repeat;
	background-position: -213px 0px;
	width: 212px;
	height: 48px;
}

.konnatokiwa a:hover {
	background-image: url(../img/navi_img/navi01.gif);
	background-repeat: no-repeat;
	background-position: -213px -48px;
	width: 212px;
	height: 48px;
}

.goaisatsu a {
	background-image: url(../img/navi_img/navi01.gif);
	background-repeat: no-repeat;
	background-position: -425px top;
}

.goaisatsu a:hover {
	background-image: url(../img/navi_img/navi01.gif);
	background-repeat: no-repeat;
	background-position: -425px -48px;
}

.bengodantowa a {
	background-image: url(../img/navi_img/navi01.gif);
	background-repeat: no-repeat;
	background-position: -637px 0px;
}

.bengodantowa a:hover {
	background-image: url(../img/navi_img/navi01.gif);
	background-repeat: no-repeat;
	background-position: -637px -48px;
}

#content {
	margin-left: 12px;
	float: left;
	width: 825px;
	display: inline;
	margin-right: 12px;
}

#footer {
	height: 50px;
	width: 850px;
	background-image: url(../img/line_orenge.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f7f1e1;
	float: none;
	margin-top: 20px;
	clear: both;
}

#footer address {
	font-size: 12px;
	padding-top: 10px;
	font-style: normal;
}

#pankuzu {
	width: 825px;
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}
#title_bengodan  a {
	height: 46px;
	width: 470px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: bottom;
	display: block;
}

#sitemap {
	height: 500px;
	width: 830px;
	float: left;
}


#sitemap a {
	width: 100px;
	background-image: url(../img/mark_sitemap.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 15px;
	text-align: left;
	display: block;
	height: 16px;
	position: absolute;
	font-size: 12px;
	right: 0px;
	top: 15px;
}

a {
	color: #3366FF;
	text-decoration: underline;
}

