@charset "utf-8";
/* formating style
--------------------------*/
* {
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

body {
	font-size: 75%;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-color: #1C1C1C;
	color: #FFFFFF;
}

img {
	border-style: none;
}

/* basic layout 
--------------------------*/

/*FLASH画面縦横中央配置*/
#top_fla {
	height: 600px;
	width: 800px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top:-300px;
	margin-left:-400px;
}


#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 15px;
}
#footer {
	text-align: right;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 800px;
}
#header h1 {
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
}

#title_banner {
	height: 150px;
	width: 800px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#contents {
	width: 580px;
	margin-left: 0px;
	clear: right;
	float: right;
}


/* link style
--------------------------*/
a:link {
	text-decoration: none;
	color: #018C01;
}
a:visited {
	color: #018C01;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFF00;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #FF0000;
}

/* navigation layout 
--------------------------*/

#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.btn01 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 90px;
	height: 33px;
	background-image: url(../images/navi_btn_hover_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn01 a:hover img {
	position: relative;
	top: -33px;
}
.btn02 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 80px;
	height: 33px;
	background-image: url(../images/navi_btn_hover_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn02 a:hover img {
	position: relative;
	top: -33px;
}
.btn03 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 88px;
	height: 33px;
	background-image: url(../images/navi_btn_hover_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn03 a:hover img {
	position: relative;
	top: -33px;
}
.btn04 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 86px;
	height: 33px;
	background-image: url(../images/navi_btn_hover_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn04 a:hover img {
	position: relative;
	top: -33px;
}
.btn05 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 91px;
	height: 33px;
	background-image: url(../images/navi_btn_hover_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn05 a:hover img {
	position: relative;
	top: -33px;
}
.btn06 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 60px;
	height: 33px;
	background-image: url(../images/navi_btn_hover_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn06 a:hover img {
	position: relative;
	top: -33px;
}

#header li a:hover {
  background-color: #1C1C1C;
  color: #f00;
}

#header li a img {
  background-color: #1C1C1C;
}
	
