@charset "utf-8";
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 130%;
	color: #DFDFDF;
	font-size: small;
}
a {
	color: #00CCFF;
}
a:hover  {
	color: #00FFFF;
}



body {
	background-image: url(../images/bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #1B1603;
}

#header {
	height: 50px;
	width: auto;
	background-image: url(../images/logo.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: 50px;
	background-color: #000000;
	padding-top: 10px;
}
#header h1 {
	text-indent: -5000px;
	float: left;
	width: 300px;
}
#header li {
	float: left;
	padding-left: 15px;
}



/* header定義　----------------------------------*/

#bt00 a {
	background-image: url(../images/bt_00.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 55px;
	background-position: left;
}
#bt00 a:hover {
	background-image: url(../images/bt_00.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 55px;
	background-position: right;
}

#bt01 a {
	background-image: url(../images/bt_01.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 57px;
	float: left;
	background-position: left;
}
#bt01 a:hover {
	background-image: url(../images/bt_01.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 57px;
	background-position: right;
}

#bt02 a {
	background-image: url(../images/bt_02.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 65px;
}
#bt02 a:hover {
	background-image: url(../images/bt_02.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 65px;
	background-position: right;
}

#bt03 a {
	background-image: url(../images/bt_03.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 71px;
}
#bt03 a:hover {
	background-image: url(../images/bt_03.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 71px;
	background-position: right;
}

#bt04 a {
	background-image: url(../images/bt_04.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 60px;
}
#bt04 a:hover {
	background-image: url(../images/bt_04.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 60px;
	background-position: right;
}

#bt05 a {
	background-image: url(../images/bt_05.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 55px;
}
#bt05 a:hover {
	background-image: url(../images/bt_05.jpg);
	display: block;
	height: 50px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	width: 55px;
	background-position: right;
}

#main {
	width: 800px;
	margin-left: 50px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 15px;
	height: auto;
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
}
#footer {
	height: auto;
	background-color: #000000;
	margin-left: 50px;
	padding-bottom: 5px;
}


#footer address {
	background-image: url(../images/copyright.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 800px;
	text-indent: -5000px;
}
#footerShadow {
	background-color: #000000;
	height: 10px;
	width: auto;
	margin-left: 80px;
}

