/* CSS Document */


body, div, p, address, ul, li {
	margin:0;
	padding:0;
}
body {
	line-height:140%;
	color:#333;
	font-size: 0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color:#00f;
	outline:none;
}
a:hover {
	color:#46ab33;
}
a:active {
	color:#46ab33;
}
#container {
	width:850px;
	margin:0 auto;
}
/* **************Header*************** */
#head {
	height:100%;
	margin:10px 0 8px;
}
#head div {
	width:130px;
	float:left;
	text-align:center;
}
#head div h1 {
	width:130px;
	height:60px;
	margin:0;
	padding:0;
	background:url(../images/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#head a {
	width:123px;
	height:51px;
	display:block;
	text-indent:-9999px;
	background-image: url(../images/head_btn.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}
#head a:hover {
	background-position:0 -51px;
}
#head p {
	width:auto;
	float:right;
	margin:20px 0 0 7px;
	font-size:0.85em;
}
/* ***************Navi*************** */
#navi {
	height:34px;
}
#navi li {
	width:208px;
	float:left;
	list-style:none;
}
#navi li a {
	width:208px;
	height:34px;
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position:0 0;
}
#navi li a:hover {
	background-position:0 -34px;
}
.n01, .n02, .n03 {
	margin:0 6px 0 0;
}
.n01 a {
	background-image: url(../images/navi_01.gif);
}
.n02 a {
	background-image: url(../images/navi_02.gif);
}
.n03 a {
	background-image: url(../images/navi_03.gif);
}
.n04 a {
	background-image: url(../images/navi_04.gif);
}
/* ***************MainImage*************** */
#main-img {
	height:315px;
	background:url(../images/main_image.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
/* ***************Mainbtn*************** */
#main-btn {
	background-color:#46ab33;
	padding:5px 0;
}
#main-btn p {
	margin:0 auto;
	width:266px;
}
#main-btn p a {
	width:266px;
	height:29px;
	display:block;
	text-indent:-9999px;
	background-image: url(../images/main_btn.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}
#main-btn p a:hover {
	background-position:0 -29px;
}
/* **************Footer************** */
#foot {
	border-top:1px solid #9f9f9b;
}
#foot address {
	font-style:normal;
	color:#9f9f9b;
	font-size: 0.85em;
	padding:5px 0 30px;
}

