@charset "shift_jis";


/* -------------------------------------------------------------------
　特集
------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body,td,th,h1,h2,h3,h4,h5,h6 {
	color: #555555;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

address,em {
	font-style: normal;
}

.attention {
	color:#BF0000;
	}

/* 基本タグ -------------------- */

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

/*body {
	margin: 20px 0px 20px;
}
*/
img,table {
	border: none;
	margin: 0px;
	padding: 0px;
}

ol,ul {
	list-style: none;
}


/* 基本テキストリンク -------------------- */

a:link {
	color: #3366CC;
	text-decoration:none;
}
a:visited {
	color: #3366CC;
	text-decoration:none;
}
a:hover {
	color: #3366CC;
	text-decoration:underline;
}
a:active {
	color: #3366CC;
	text-decoration:underline;
}


/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */

div#wrap-txt {
	width: 990px;
	text-indent: -9999px;
	text-align: left;
}

div#wrap-txt h1{
	font-size:10px;
	color:#555555;
	margin:0;
	padding:0;
	display: none;
}

div#wrap {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	/*overflow: hidden;*/
}

div#wrap-inner {
	width: 990px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------
 ヘッダ
------------------------------------------------------------------- */
div#header {
	width:990px;
	background:url(../../img/featuresimg/common_img/head.gif) no-repeat;
	height:120px;
	margin: 0 auto;
	position: relative;
}
div#header {
}



div#header div#txt {
	text-indent:-9999px;
	display: none;
}

div#header h2{
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	line-height:1.3;
	padding:0;
	margin:0;
}
div#header p#header_top {
	width:38px;
	position: absolute;
	left: 800px;
	top: 26px;
}
div#header p#header_blog {
	width:38px;
	position: absolute;
	left: 899px;
	top: 23px;
}
/* -------------------------------------------------------------------
 フッタ
------------------------------------------------------------------- */
div#btnpageTop {
	margin:0 auto;
	width:540px;
	height:50px;
	text-align:center;
	padding:0;
}
div#next_link {
	margin:0 auto;
	width:540px;
	height:30px;
	text-align:center;
	padding:0;
}


div#footer {
	clear:both;
	width: 990px;
}

div#footer p{
	text-align:center;
	padding:30px 0 30px 0;
}

/* -------------------------------------------------------------------
 メイン
------------------------------------------------------------------- */
div#left {
	width:210px;
	height: auto;
	padding:0 20px 0px 0;
	margin: 0;
	float:left;
}

div#right {
	width:760px;
	margin:0 0 0px 0;
	float:left;
}


/* -------------------------------------------------------------------
左カラム
------------------------------------------------------------------- */
div#nowtheme {
	margin:0 0 10px 0;
}

/*--------------------次の投稿＆バックナンバー--------------------*/
div#next {
	width:210px;
	padding:0 0 10px 0;
}
div#back {
	width:210px;
	padding:10px 0 10px 0;
}
div.back_inner {
	width:210px;
	padding: 0;
	margin:0;
	vertical-align:top;
	}

div.back_thum {
	width: 90px;
	float: left;
	vertical-align: top;
	}
div.back_text {
	width: 120px;
	font-size: 11px;
	float: right;
	line-height: 120%;
	vertical-align: top;
	}

div.back_text span {
	width: 120px;
	font-size:10px;
	line-height: 120%;
	color:#999;
}

div.back_line {
	width: 210px;
	height: 1px;
	margin:0;
	padding:0;
	padding-top: 3px;
	padding-bottom: 3px;
	clear:both;
}

div#event {
	width:210px;
	margin: 20px 0 15px 0;
}
div#event02 {
	width:210px;
	margin: 20px 0 15px 0;
}

div#left h3 {
	padding:0 0px 10px 0;
}
	

/* -------------------------------------------------------------------
印刷時のレイアウト調整用
------------------------------------------------------------------- */
@media print {
   body {
	   width: 100%;
	   }
   div#wrap {
	   width:100%;
   }
   div#footer {
	   display: none;
   }
   div#header {
	   width: 100%;
   }
   div#header {
	   width: 100%;
   }
   
   /*a[href]:after { 
   content: attr(href); } */
   
}

