@charset "UTF-8";
/* CSS Document */

/* 大トップ */
* {
	margin: 0px;
	padding: 0px;
}
body, div, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:12px;
}
body {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: "メイリオ" , "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #000000;
	scrollbar-face-color: #000000; 
	scrollbar-track-color: #252525; 
	scrollbar-arrow-color: #ffcc99; 
	scrollbar-highlight-color: #313031; 
	scrollbar-shadow-color: #313031; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000;
}


#head {
	width:100%;
	background-color:#372A1B;
	text-align:center;
	padding:2px 0;
	color:#CCCCCC;
}
#d_top {
	position: absolute;
	width:780px;
	height:400px;
	left:50%;
	top:50%;
	margin-left:-390px;
	margin-top:-200px;
	background: url(../image/d-top_img.jpg) no-repeat center top;
}
#d_top2 {
	width:826px;
	height:446px;
	margin:20px auto 0;
	background: url(../image/d-top_img.jpg) no-repeat center top;
	position:relative;
}

#bt_ent a {
	width:152px;
	height:44px;
	position: absolute;
	left:455px;
	top:340px;
	background: url(../image/bt_ent_off-trans.png) no-repeat 0 0;
	text-indent:-9999px;
	cursor:pointer;
}
#bt_exi a {
	width:152px;
	height:44px;
	position: absolute;
	left:625px;
	top:340px;
	background: url(../image/bt_exi_off-trans.png) no-repeat 0 0;
	text-indent:-9999px;
	cursor:pointer;
}
#bt_ent a:hover {background: url(../image/bt_ent_on-trans.png) no-repeat 0 0;}
#bt_exi a:hover {background: url(../image/bt_exi_on-trans.png) no-repeat 0 0;}
/*
* html #bt_ent a,
* html #bt_exi a {
	behavior: expression(IEPNGFIX.fix(this));
}
*/

#d_top2 h2, #d_top2 p {
	text-indent:-9999px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

.topnews {
	width:760px;
	margin:0 auto 15px;
	padding:5px;
	border-bottom:1px #B1914B dotted;
	border-top:1px #B1914B dotted;
	overflow:hidden;
}
.topnews p {
	font-size:12px;
	color:#B1914B;
	color:#ffd06c;
	line-height:1.2;
}


.link_box {
	width:760px;
	margin:0px auto 10px;
	padding:10px 10px 0;
}
.link_box2 {
	width:760px;
	margin:0px auto 10px;
	padding:10px 10px 0;
	background-color:#222222;
}
.link_banner,
.link_banner02 {
	padding:0 10px 10px;
}
.link_banner img {
	padding-right:15px;
	margin-bottom:10px;
	border:0px;
}

a:link {
	color: #9ba3b0;
	text-decoration: none;
}
a:visited {
	color: #9ba3b0;
	text-decoration: none;
}
a:hover {
	color: #ffcf00;
	text-decoration: none;
}
a:active {
	color: #ffcf00
	text-decoration: none;
}


