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

@import "reset.css";

#wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px auto;
	width:1000px;
	overflow:hidden;
}

h1 {
	font-size: 9px;
	text-indent: -9999px;
	overflow: hidden;
}

#header {
	background-color: #FFF;
	height:100px;
	width: 1000px;
	background-image: url(../images/top.jpg);
	text-align: right;
	font-size: small;
	position: relative;
}
#header p {
	position: absolute;
	right: 80px;
	top: 75px;
}
#navi_box {
	height: 50px;
	width: 1000px;
}
#navi_box ul li {
	display: inline;
	list-style-type: none;
	text-align: center;
}
#under_navi_box {
	text-align: center;
	height: 30px;
	width: 900px;
	padding: 0px 50px;
	clear: both;
	background-image: url(../images/btn/btn_under.jpg);
	background-repeat: no-repeat;
}

#under_navi_box ul {
	padding: auto;
}

#under_navi_box ul li {
	list-style: none;
	float: left;
	padding: 5px 20px;
}

#under_navi_box ul li a {
	displey:block;
	width:inherit;
}

#footer {
	height: 33px;
	width: 950px;
	padding-top: 15px;
	padding-right: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: right;
	margin-top: 10px; 
}

a:hover img {
	filter: alpha(opacity="80");
	-ms-filter: alpha(opacity="80");
	opacity: 0.8;
}
	
a:link {
	color:#F0F;
}

a:visited{
	color:#333;
}

a:hover{
	color:#F00;
}

a:active{
	color:#FFF;
	text-align: left;
}

.text {
	text-align: left;
}
