@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#000000;
}

h1{
	margin:0 0 20px;
}


div#head{
	width:1000px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/template/head.jpg);
	background-repeat:no-repeat;
	height:100%;
}

* html div#head{
	height:100px;
}


div#head .left{
	float:left;
	margin:0;
	padding:0;
}

div#head .right{
	float:right;
	text-align:right;
	margin:0;
	padding:0;
}

div#head .rightButton{
	margin:10px 12px 0 0;
}

div#head .rightButton img{
	margin-left:5px;
	margin-bottom:5px;
}

div#menu{
	width:1000px;
	height:30px;
	margin:0 auto;
	padding:0;
}

div#menu a {
	display:block;
	margin:0 0px;
	width:125px;
	height:30px;
	float:left;
	background-position:0px 0px;
	text-indent:-9999px;
}

div#menu a:active, div#menu a:hover {
	background-position:0px -30px;
}

#menu01 {
	background-image: url("../img/template/menu/menu_r1_c1.png");
}

#menu02 {
	background-image: url("../img/template/menu/menu_r1_c2.png");
}

#menu03 {
	background-image: url("../img/template/menu/menu_r1_c3.png");
}

#menu04 {
	background-image: url("../img/template/menu/menu_r1_c4.png");
}

#menu05 {
	background-image: url("../img/template/menu/menu_r1_c5.png");
}

#menu06 {
	background-image: url("../img/template/menu/menu_r1_c6.png");
}

#menu07 {
	background-image: url("../img/template/menu/menu_r1_c7.png");
}

#menu08 {
	background-image: url("../img/template/menu/menu_r1_c8.png");
}





div#contents{
	width:1000px;
	margin:0 auto;
	padding:0;
	color:#ffffff;
	margin-bottom:20px;
}


div#foot{
	width:1000px;
	margin:0 auto;
	padding:0;
}

div#foot .buttonMap{
	margin-left:14px;
}

div#foot .hanbai{
	margin-left:10px;
}

div#link{
	margin:10px auto 10px auto;
	padding:3px 0;
	text-align:center;
	font-size:12px;
}

div#link a{
	color:#ffffff;
}

div#link a:hover{
	color:#FF9900;
}

div#copyright{
	text-align:center;
}

div#copyright p{
	margin:0;
	padding:0;
	color:#808080;
	font-size:11px;
}
