@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,p,ul,li,hr{
	margin:0px;
	padding:0px;
	}

hr{
	color:#006633;
}

body{
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align: center;
	position: relative;
	}
li {
	list-style-type: none;	
}
p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	position: relative;
}

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	}

#hr img{
	vertical-align:text-top;
}

/*header*/

#header{
	position:relative;
	width:1000px;
	height:95px;
	margin-top:20px;
	}

#header h1{
	width:350px;
	height:95px;
	background:url(../images/logo2.jpg) no-repeat;
	text-indent:-9999px;
	}
	
#header h1 a{
	display:block;
	height:95px;
	width:330px;
	}

	
#header-navi{
	position:absolute;
	top:60px;
	width:380px;
	margin:0px 0px 0px 600px;
	padding:0px;
	}
#header-navi li{
	display:inline;
	margin:0px;
	padding:0px;
	}

#header-navi li a{
	display:block;
	float:left;
	height:35px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	}

.home a{
	width:125px;
	background-image:url(../images/home.jpg);
	}
.home a:hover {
	background-image: url(../images/home_h.jpg);
	width:125px;
}

.support a{
	width:125px;
	background-image:url(../images/support.jpg);
}
.support a:hover {
	background-image: url(../images/support_h.jpg);
	width:125px;
}

.sitemap a{
	width:127px;
	background-image:url(../images/sitemap.jpg);
}
.sitemap a:hover {
	background-image: url(../images/sitemap_h.jpg);
	width:127px;
}


/*先頭へ*/

#sentou{
	float:right;
	margin:30px;
}

#sentou img{
	margin-right:10px;
}


/*under*/

#under{
	width:1000px;
	margin-bottom:50px;
	
}

#under-navi{
	float:left;
	display:inline;
	margin-top:20px;
	margin-left:50px;
}

#copyright{
	float:right;
	display:inline;
	margin-top:20px;
	margin-right:30px;
}




/*menber*/

#menber{
	margin-top:30px;
	width:256px;
	height:200px;
	float:left;
	background-image:url(../images/mini/menber.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#setumei{
	margin-top:43px;
	font-size:11px;
}

.login a{
	width:134px;
	height:42px;
	background-image:url(../images/mini/login.jpg);
	display:inline;
	float:left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-left:67px;
	}
.login a:hover {
	background-image: url(../images/mini/login_h.jpg);
	width:134px;
	height:42px;
	display:inline;
	float:left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-left:67px;
}
#nyuusyu{
	clear:both;
	font-size:10px;
}
