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

/* 大トップ */
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
body, div, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:10px;
}
body {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: "メイリオ" , "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(../image/d_top_bg_01.jpg) repeat-x center top;
	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;
}
#pagebody {
	width: 100%;
	background: url(../image/d_top_bg_02.jpg) no-repeat center top;
}

#head {
	width:100%;
	height:70px;
}
#d_top {
	width:860px;
	height:353px;
	margin:0px auto;
	padding-bottom: 230px;
	position:relative;
}

#bt_ent a {
	width:100px;
	height:100px;
	position: absolute;
	left:430px;
	top:375px;
	cursor:pointer;
}
#bt_exi a {
	width:100px;
	height:100px;
	position: absolute;
	left:751px;
	top:375px;
	cursor:pointer;
}
#bt_ent a {background: transparent url(../image/bt_ent_o.gif) no-repeat 0 0;}
#bt_exi a {background: transparent url(../image/bt_exi_o.gif) no-repeat 0 0;}
/*
* html #bt_ent a,
* html #bt_exi a {
	behavior: expression(IEPNGFIX.fix(this));
}
*/

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

.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;
}

