@charset "utf-8";

body {
	margin:0;
	padding:0;
	background:#060605;
}
html{/*IE*/ 
	scrollbar-arrow-color:#ae0b04;
	scrollbar-3dlight-color:#2e2e27;
	scrollbar-highlight-color:#2e2e27;
	scrollbar-face-color:#060605;
	scrollbar-shadow-color:#060605;
	scrollbar-darkshadow-color:#060605;
	scrollbar-track-color:#2c2828;
}
body, th, td {
	font-size:14px;
	font-family:Tahoma, Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka,sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, br, img {margin:0;	padding:0;}
img {border:0; vertical-align:bottom;}

a, a:link {color:#333; text-decoration:none;}
a:visited {color:#333; text-decoration:none;}
a:hover {color:#333; text-decoration:underline;}

 


/* clear */
#container:after,#g_menu:after,#info:after,#header:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
#container,#g_menu,#info,#header{
	display:inline-block;
}
* html #container,* html #g_menu,*html #info,* html #header{
	height:1%;
}
#container,#g_menu,#info,#header{
	display:block;
}


/* layout */
#container {
	width:900px;
	margin:0 auto 20px;
	background:url(../image/bg.jpg) repeat-y;
}
#header {
	width:880px;
	height:65px;
	margin:20px auto 0 auto;
}
#t_main {
	width:900px;
	margin:0;
	height:540px;
	position:relative;
}



/* header */
#title {
	display:block;
	width:253px;
	height:59px;
	background:url(../image/logo.gif) no-repeat;
	font-size:0;
	text-indent:-9999px;
	float:left;
}
#title a, #title a:link, #title a:hover, #title a:visited {
	display:block;
	width:253px;
	height:59px;
	text-decoration:none;
}

/* navi */
ul#g_menu {
	display:block;
	width:538px;
	margin:18px 0 10px 0;
	list-style-type:none;
	float:right;
}
#g_menu li {
	display:block;
	height:26px;
	font-size:0;
	float:left;
	text-indent:-9999px;
}
#g_menu li a, #g_menu li a:link, #g_menu li a:hover, #g_menu li a:visited {
	display:block;
	height:26px;
	text-decoration:none;
}
#nv1{
	width:66px;
	background:url(../image/nv1.gif) no-repeat;
}
#nv2{
	width:88px;
	background:url(../image/nv2.gif) no-repeat;
}
#nv3{
	width:66px;
	background:url(../image/nv3.gif) no-repeat;
}
#nv4{
	width:92px;
	background:url(../image/nv4.gif) no-repeat;
}
#nv5{
	width:79px;
	background:url(../image/nv5.gif) no-repeat;
}
#nv6{
	width:80px;
	background:url(../image/nv6.gif) no-repeat;
}
#nv7{
	width:66px;
	background:url(../image/nv7.gif) no-repeat;
}

#nv1 a:hover{
	background:url(../image/nv1_o.gif) no-repeat;
}
#nv2 a:hover{
	background:url(../image/nv2_o.gif) no-repeat;
}
#nv3 a:hover{
	background:url(../image/nv3_o.gif) no-repeat;
}
#nv4 a:hover{
	background:url(../image/nv4_o.gif) no-repeat;
}
#nv5 a:hover{
	background:url(../image/nv5_o.gif) no-repeat;
}
#nv6 a:hover{
	background:url(../image/nv6_o.gif) no-repeat;
}
#nv7 a:hover{
	background:url(../image/nv7_o.gif) no-repeat;
}
#nv1actv{
	width:66px;
	background:url(../image/nv1_o.gif) no-repeat;
}



/* info */
#info_box{
	position:absolute;
	top:400px;
	left:30px;
}
#re_box{
	position:absolute;
	top:385px;
	left:460px;
}
h2#info_title{
	display:block;
	width:409px;
	height:21px;
	background:url(../image/info_title.png) no-repeat;
	font-size:0;
	text-indent:-9999px;
	margin:5px 0;
	
}
h2#re_title{
	display:block;
	width:409px;
	height:21px;
	background:url(../image/re_title.png) no-repeat;
	font-size:0;
	text-indent:-9999px;
	margin:20px 0 5px;	
}
h2#re_title a{
	display:block;
	width:409px;
	height:21px;
	text-decoration:none;
}
dl#info{
	width:409px;
	margin:0 0 5px 0;
	line-height:1.2;
	display:block;
	font-size:11px;
	color:white;
}
dl#info dt{
	display:block;
	float:left;
	width:75px;
	height:20px;
}

dl#info dd{
	display:block;
	float:left;
	width:320px;
	height:20px;
	white-space: nowrap;
}
dl#info a:link,dl#info a:visited{
	color:white;
	text-decoration:underline;
}
dl#info a:hover{
	text-decoration:none;	
}
.more {
	width:134px;
	height:20px;
	background:url(../image/more.png) no-repeat;
	font-size:0;
	text-indent:-9999px;
}
.more a{
	display:block;
	width:134px;
	height:20px;
	text-decoration:none;
}
.more a:hover{	 
	background:url(../image/more_o.png) no-repeat;
}


/* footer */
#footer {
	width:900px;
	height:50px;
	margin:5px 0;
}
#copy {
	font-size:10px;
	text-align:right;
	color:#9a9696;
}

