@charset "utf-8";
/* CSS Document */

* { margin : 0 ; padding : 0 ; }

html {
	width : 100% ;
	height : 100% ;
}

body {
	width : 100% ;
	height : 100% ;
	margin:0;
	padding:0;
}
h3 {
	padding-bottom: 20px;
	border: none;
}
#container {
	width : 100% ;
	height : 100% ;
	min-height: 80%;
	background-color:#485E5F;
	position:relative;
	margin:0;
	padding:0;
}

#container:after {
　content: "";
　display: block;
　clear: both;
}


#contents {
	width : 100%;
	background-color:#FFFFFF;
	height : 86%;
	background-image: url(../../img/back.gif);
	clear:left;
	overflow: visible;
	padding: 0 0 20px 0 ;
}

#cont_rap {
	width: 870px;
}


#header {
	height : 100px;
	padding :0;
	margin: 0;
	background-color:#485E5F;
	overflow: visible;
	}

#header:after {
　content: "";
　display: block;
　clear: both;
}


#footer {
	position: relative;
	bottom: 0px;
	overflow: visible;
}

#menu {
	float : left;
	width : 150px;
	margin: 0 15px ;
	line-height:0;
	font-size:4px;
	_display:inline;
}


#menu ul {
	margin: 0 ; 
	padding :0; 
	list-style-type : none;
}

#menu ul li {
	display : inline; 
	padding :0; 
	margin: 0 ; 
	float:left;
	text-indent:-99999px;
}

#menu_hotaru a,
#menu_hikyu a,
#menu_tebure a,
#menu_mount a,
#menu_emd a,
#menu_ts-e a,
#menu_usm a,
#menu_flo a,
#menu_inner a
{
	width:156px;
	height:25px;
	display:block;
	background-repeat: no-repeat;
}

#menu_hotaru a {
	background-image: url(img/b_hotaru01.gif);
}
#menu_hotaru a:hover,#menu_hotaru #this {
	background-image: url(img/b_hotaru02.gif);
}

#menu_hikyu a {
	background-image: url(img/b_hikyu01.gif);
}
#menu_hikyu a:hover,#menu_hikyu #this {
	background-image: url(img/b_hikyu02.gif);
}

#menu_tebure a {
	background-image: url(img/b_tebure01.gif);
}
#menu_tebure a:hover,#menu_tebure #this {
	background-image: url(img/b_tebure02.gif);
}

#menu_mount a {
	background-image: url(img/b_mount01.gif);
}
#menu_mount a:hover,#menu_mount #this {
	background-image: url(img/b_mount02.gif);
}

#menu_emd a {
	background-image: url(img/b_emd01.gif);
}
#menu_emd a:hover,#menu_emd #this {
	background-image: url(img/b_emd02.gif);
}

#menu_ts-e a {
	background-image: url(img/b_tse01.gif);
}
#menu_ts-e a:hover,#menu_ts-e #this {
	background-image: url(img/b_tse02.gif);
}

#menu_usm a {
	background-image: url(img/b_usm01.gif);
}
#menu_usm a:hover,#menu_usm #this {
	background-image: url(img/b_usm02.gif);
}

#menu_flo a {
	background-image: url(img/b_flo01.gif);
}
#menu_flo a:hover,#menu_flo #this {
	background-image: url(img/b_flo02.gif);
}

#menu_inner a {
	background-image: url(img/b_iner01.gif);
}
#menu_inner a:hover,#menu_inner #this {
	background-image: url(img/b_iner02.gif);
}

#cont {
	float : left;
	width : 410px;
	padding-left: 10px;
}

.clear {
	clear:both;
	height:1px;
	display:block;
}

.text { 
	font-size: 12px; 
	line-height: 160%;
}

