@charset "Shift_JIS";

html{
	overflow-y:scroll;
}

body{
	text-align:center;
	background:#000033;
}
a{
	text-decoration: none;
}
a:link{
	color: #0000ff;
}
a:visited{
	color: #0000ff;
}
a:hover{
	color: #ff4400;
	text-decoration: underline;
}
a:active{
	color: #aa0000;
}
.left{
	text-align:left;
	float:left;
}
.right{
	text-align:right;
	float:right;
}
.clear{
	clear: both;
}
.red{
	color:#ff0000;
}
object{
	vertical-align: top;
	text-align: left;
	width:1024px;
	height:300px;
}
param{
	margin: 0;
	padding: 0;
	width:1024px;
	height:300px;
}
embed{
	margin: 0;
	padding: 0;
	width:1024px;
	height:300px;
}

/*--全体------------------------------------------*/
#wrapper{
/*	min-width:1260px;*/
	background:url(../mainimg/topmain_img.jpg) top no-repeat;
}

/*--ヘッダー------------------------------------------*/
#indexheader{
	height:165px;
	width:960px;
	margin:0 auto;
}
#indexheader h1{
	text-indent: -9999px;
	height:39px;
	width:109px;
	position:absolute;
	left:0;
}
h1{
	text-indent: -9999px;
	margin:0;
	height:105px;}

/*--スタートボタン------------------------------------------*/
#startbox{
	width: 217px;
	height:241px;
	margin:0 auto;
}
#login_btn_dbb,
p#regist_new_game{
	margin:0 auto;
}

/*--遊び方------------------------------------------*/
#howtobox{
	clear:both;
	width: 960px;
	margin:2px auto 0;
}
#howto_world,
#howto_classic,
#howto_sengoku{
float: left;
width:320px;
height:175px;
}
	#howto_world a,
	#howto_classic a,
	#howto_sengoku a{
	display:block;
	width:270px;
	height:175px;
	text-indent: -9999px;
	margin:0 auto;
	background: top no-repeat;
	}
	#howto_world a{
	background-image:url(../mainimg/howto_world.png);
	}
	#howto_classic a{
	background-image:url(../mainimg/howto_classic.png);
	}
	#howto_sengoku a{
	background-image:url(../mainimg/howto_sengoku.png);
	}
	#howto_world a:hover,
	#howto_classic a:hover,
	#howto_sengoku a:hover{
		background-position:bottom;
	}


/*--メインコンテンツ------------------------------------------*/

#outer_width{
	clear:both;
	width: 960px;
	height:150px;
	padding:15px 0 0 0;
	margin:0 auto;
}

/* 新着情報 */
.twiter{
	position:absolute;
	margin:0 0 0 28px;
}
.tweet{
	position:absolute;
	margin:600px 0 0 900px;
}
.banner{
	position:absolute;
	margin:0 0 0 690px;
}
.index_topics{
	position:absolute;
	font-size: 12px;
	text-align: left;
	background:url(../mainimg/bg_indextopics.png) top left no-repeat;
	height:140px;
	width:680px;
}
.index_topicshead{
	height: 30px;
	text-indent: -9999px;
}
.index_topics ul{
	margin:0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100px;
	list-style-type: none;
}
.index_topics ul li{
	margin: 0;
	min-height: 23px;
	padding: 5px 0 5px .6em;
	border-bottom: 1px dotted #999999;
	line-height:2em;
}
.index_topics ul li a{
	font-size:12px;
}
.index_topics ul li a:link{color:#194457;}
.index_topics ul li a:active{color:#194457;}
.index_topics ul li a:visited{color:#194457;}
.index_topics ul li a:hover{color:#b97b23;}

div.news_day{
	float:left;
	width:110px;
}
div.news_comm{
	float:left;
	width:540px;
	white-space:nowrap;
	overflow:hidden;
}

/* バナー */
div.main_banner	{
	float:right;
	height:135px;
	width:470px;
	margin:0 auto 0;
}

div.main_banner ul{
}
div.main_banner ul li{
float:left;
}
div.main_banner ul li#m_banner02{
margin:0 10px;
}

div.main_banner a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	background:#fff;
}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	color: #000;
	font-weight:bold;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}


/*--ブログページ用------------------------------------------*/
div.blogset{
	height:500px;
	padding-top:50px;
}
h1.blogtitle{
	background:url(../mainimg/dbbblog_top_title.png) no-repeat;
	text-indent:-9999px;
	width:231px;
	height:144px;
	margin:0 auto;
}
div.blogset ul{
	margin-top:110px;
}
div.blogset ul li{
	display:inline-block;
	margin:0 20px;
}
div.blogset ul li a:hover{
	opacity:0.7;
}



#dbb-reqbtn{
	position:absolute;
	margin-top:350px;
	margin-left:300px;
}
#dbb-reqbtn a:hover{
	opacity:0.8;
}


#reqbtn{
	position:absolute;
	margin-top:210px;
	margin-left:330px;
}
#reqbtn a:hover{
	opacity:0.8;
}