@charset "utf-8";
/* CSS Document */
/*------------基本レイアウト-------------*/
html{height:100%;}

body{
	height:100%;
	font-size:12px;
	line-height:1.3em;
	text-align:center;
	margin:0;
	padding:0;
}

#wrapper{
	width:960px;
	height:100%;
	min-height:100%;
	margin:0 auto;
	position:relative;
}

body > #wrapper{
	height:auto;
}

#header{
	width:960px;
	height:120px;
	margin:0 auto;
}

#header h1{
	width:920px;
	height:18px;
	background:url(../img/toph1bggray.gif) no-repeat;
	font-size:12px;
	text-align:left;
	padding:5px 20px 3px;
	font-weight:normal;
	color:#666;
	margin:8px auto;
}

#toplink{
	border:1px solid #cdcdcd;
	border-width:0 1px 1px;
	background:url(../img/bg_header.gif) no-repeat 0 0;
	width:958px;
	height:79px;
}

#toplink a{
	display:block;
	float:left;
	width:486px;
	height:78px;
	text-decoration:none;
	margin:0;
}

#toplink a:link,
#toplink a:hover,
#toplink a:visited,
#toplink a:active {
	text-decoration:none;
	border:none;
}
	
#container{
	width:960px;
	height:100%;
	margin:0;
	padding:0 0 80px 0;
	text-align:left;
}

#left{
	float:left;
	width:180px;
	height:auto;
	margin:0;
	padding:0;
}

#main{
	float:left;
	width:770px;
	height:auto;
	margin:0;
	padding:0 0 0 10px;
}	


#contents{
	float:left;
	width:410px;
	height:auto;
}

#right{
	float:left;
	width:350px;
	height:auto;
	margin-left:10px;
}
	
#footer{
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	width:960px;
	height:60px;
	margin:0 auto;
	padding:0 0 0 0;
	border-top:1px solid #bebebe;
	background:#ededed;
}

/*------------ここまで基本レイアウト-------------*/

/*共用デザインクラス*/

.clear{
	clear:both;
}

a:link{
	color:#1d29a7;
	text-decoration:none;
}
a:hover{
	color:#1d29a7;
	border-bottom:1px solid;
}
a:visited{
	color:#4853cc;
	text-decoration:none;
}
a:active{
	color:#1d29a7;
	text-decoration:none;
}

.s_font{
	font-size:80%;
}

.fl_left{
	float:left;
}

.w180_orng{
	width:158px;
	height:12px;
	background:url(../img/bg_idxh20_01.gif) repeat-x;
	border-bottom:3px solid #FFB44C;
	padding:3px 10px 5px;
	color:#663333;
}

.idx_po01{
	width:408;
	height:12px;
	background:url(../img/bg_idxh20_01.gif) repeat-x;
	border-bottom:3px solid #FFB44C;
	padding:3px 10px 5px;
	font-size:12px;
	color:#663333;
}

h2.idx_po01{
	margin:0;
}


.w348_orng{
	background:url(../img/w348idx_01.gif) no-repeat;
}

h2.w348_orng{
	font-size:12px;
	height:14px;
	width:328px;
	padding:4px 10px 5px;
	margin:0;
	color:#663333;
}

.loopbg_cross{
	background:url(../img/bg_loop_cross.gif) repeat;
}

.loopbg_blue{
	background:url(../img/bg_loop_blue.gif) repeat;
}






/*-------------レフト------------*/

#leftmenu{
	width:178px;
	height:auto;
	border:1px solid #ffcd55;
	background:#ffecde;
	margin-bottom:10px;
}

#leftmenu ul{
	margin:10px 0;
	padding:0 0 0 5px;
	list-style-type:none;
}
#leftmenu li{
	height:16px;
	margin:5px 0;
	padding:0 0 0 20px;
}

#leftmenu li h2{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#li_news{
	background:url(../img/ico_news.gif) no-repeat left;
}
#li_up{
	background:url(../img/ico_up.gif) no-repeat left;
}
#li_tanken{
	background:url(../img/ico_scope.gif) no-repeat left;
}
#li_totsugeki{
	background:url(../img/ico_bomb.gif) no-repeat left;
}
#li_diary{
	background:url(../img/ico_book.gif) no-repeat left;
}
#li_books{
	background:url(../img/ico_books.gif) no-repeat left;
}
#li_mougen{
	background:url(../img/ico_clowd.gif) no-repeat left;
}
#li_r2binfo{
	background:url(../img/r2b_favi.gif) no-repeat left;
}
#li_hakoinfo{
	background:url(../img/hako_favi.gif) no-repeat left;
}
#li_specialty{
	background:url(../img/ico_japan.gif) no-repeat left;
}


#links{
	width:178px;
	height:auto;
	border:1px solid #ffcd55;
	background:#ffecde;
}

#links img{
	border:0;
	text-decoration:none;
	vertical-align:middle;
	margin-right:7px;
}

/*------------メイン・ｺﾝﾃﾝﾂ-------------*/
#headliner{
	width:410px;
	/*height:300px;*/
	margin-bottom:10px;
}

#headtab ul{
	height:20px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#headtab li{
	float:left;
	width:81px;
	border-right:1px solid #FF9900;
	border-top:1px solid #FF9900;
}

#headtab li a{
	display:block;
	height:14px;
	margin:0;
	padding:3px 0;
	text-align:center;
	background:#fee69b;
	border:solid #ff6600;
	border-width:0 0 0 3px;
}
#headtab li a:hover{
	text-decoration:underline;
}

li#tabtop a{
	background:#ff9900;
}




/*ヘッドｺﾝﾃﾝﾂ*/
#headcontents{
	clear:both;
	height:208px;
	padding:10px 15px;
	border:1px solid #FF9900;
	border-width:0 1px 1px;
}
#headcontents ul{
	height:208px;
	margin:0;
	padding:0 0 0 15px;
	list-style-image:url(../img/ico_arw02.gif);
}
#headcontents li{
	height:auto;
	margin:5px 0;
}


/*センターカラムbox*/
.center_box{
	width:408px;
	margin:0 auto;
	border:1px solid #ffcd55;
}

.each_writer{
	/*background:#FFECDE;*/
	border-bottom:1px solid #ffcd55;
	padding:15px;
	line-height:1.4em;
}

.each_writer img{
	border:0;
	text-decoration:none;
}

.each_writer a:link,
.each_writer a:hover,
.each_writer a:visited,
.each_writer a:active {
	text-decoration:none;
	border:0;
}




/*topライター紹介*/

.introtxt{
	background:#ff6600;
	color:#FFF;
	margin:0 5px 0 0;
	padding:3px 5px;
	font-size:12px;
	font-weight:bold;
}

div.each_writer h2{
	font-size:12px;
	font-weight:normal;
	color:#ff6600;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #ff6000;
	width:228px;
}




/*------------メイン・ﾗｲﾄ-------------*/
.rightbox_orng{
	width:348px;
	height:auto;
	border:1px solid #ffcd55;
	margin:0 0 10px 0;
}


.w348box{
	width:328px;
	height:auto;
	margin:0;
	padding:10px;
	font-size:12px;
}

.w348box dl{
	width:328px;
	height:auto;
	margin:0;
	padding:0;
}
.w348box dt{
	height:19px;
	padding:0;
}
.w348box dd{
	margin:5px 0 10px 0;
	padding:0 0 0 23px;
}

.w348box img{
	margin:0 4px 0 0;
	vertical-align:middle;
}

#animegif a:link, #animegif a:hover, #animegif a:visited, #animegif a:active{
	text-decoration:none;
	border:none;
}
	




/*--------------フッター--------------*/
#footer ul{
	height:20px;
	margin:0 auto;
	padding:10px 0 0;
	font-size:12px;
	border-top:1px solid #fff;
}

#footer li{
	list-style-type:none;
	display:inline;
	padding:0 0 0 0;
}
	
.copyright{
	padding:5px 0 0;
	font-size:13px;
}


#footer a:link {
	color: #258FB8;
  }
  
#footer a:hover{
	color: #996600;
  }
  
#footer a:visited {
	color: #258FB8;
  }
  
  
/*-----------------利用規約------------------*/
#agr_list {
	width:800px;
	height:auto;
	margin:0 auto;
	line-height:1.5em;
}

#agr_list h1{
	background:#FFB44C;
	color:#fff;
	font-size:13px;
	padding:3px 10px;
}

.rulebox ul{
	margin:0;
	padding:0 0 0 25px;
}
.rulebox li{
	margin:3px 0;
	padding:0;
}

.rulebox{
	margin:0 auto 20px auto;
}

.rulebox dt{
	font-weight:bold;
	color:#F90;
	margin:0;
	padding:0;
}
.rulebox dd{
	margin:5px 0 10px 0;
	padding:0;
}
