@charset "UTF-8";


*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333;
}

img{border:0px;}

a:link{color:#03F; text-decoration:underline;}
a:visited{color: #039; text-decoration:underline;}
a:hover{color: #F30; text-decoration:none;}

#boxL .entry a:link{color:#FFFF00; text-decoration:underline;}
#boxL .entry a:visited{color: #039; text-decoration:underline;}
#boxL .entry a:hover{color: #0080FF; background-color:#FF0; text-decoration:none;}





body {
	background-color: #FFF;
}

#wrap{
	text-align:center;
	background:url(images/bg_top.jpg) no-repeat top;
}

#header{
	margin:0px auto;
	margin-bottom:10px;
	position:relative;
	width:890px;
}

#header #header_bt{
	position:absolute;
	top:0px;
	right:0px;
}



#top_flash , #fotter_flash{
	width:1130px;
	margin:0px auto;
}



#contents{
	width:820px;
	margin:0px auto;
	text-align:left;
}


#contents #boxL{
	width:546px;
	float:left;
}

#boxL .entry{
	margin-left:20px;
	background:#0080FF url(images/bg_blog_title.jpg) no-repeat;
	color:#fff;
	padding-top:30px;
}

#boxL .entry h2{
	background:url(images/bg_blog_title2.gif) repeat-y;
	color:#0061A7;
	font-size:14px;
	font-weight:bold;
	width:410px;
	padding:15px;
	padding-left:87px;
}



#boxL .entry_txt{
	margin-top:20px;
	margin:20px 40px;
}

.entry_txt p{
	color:#FFF;
	margin-bottom:15px;
}

#boxL .entry_txt img{
	border:10px solid #fff;
	margin:5px auto 20px;
	display:block;
}

.entry_botom{
	background:url(images/bg_blog_bottom.jpg) no-repeat bottom;
	padding:0px 40px 40px;
	color:#FFF;
}


#pager{
	margin-left:20px;
	text-align:center;
}


#contents #boxR{
	width:254px;
	float:right;
	background:url(images/bg_side_head.jpg) no-repeat top left;
}


#boxR #category{
	margin:26px 0px;
}

#boxR ul{
	background-color:#fff;
	margin:0px 37px 0px 17px;
	list-style:none;
	padding:10px;
}

#boxR li{
	margin-bottom:6px;
}


#topics_box{
	background: url(images/bg_topic.jpg) repeat-y;
}




#topics_box_btm{
	clear:both;
	margin-bottom::10px;
	height:25px;
}


#footer{
	background: url(images/bg_footer.gif);
	padding:30px;
}




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}