@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

#contents_inner{
	background:url(../images/footer_bg.png) no-repeat left bottom;
}





/*-----------------------------
	main
------------------------------*/

#main{
	padding-top:10px;
	margin-left:20px;
	_margin-left:10px;
	margin-bottom:50px;
}
#main h2{
	clear:both;
	margin-bottom:10px;
}

/* list */
#main #list{
	clear:both;
	width:705px;
	background:url(../../images/blog/cont_bg.jpg) no-repeat left top;
}
#main #list_inner{
	padding:30px 0 40px 23px;
	background:url(../../images/blog/cont_bg_bottom.jpg) no-repeat left bottom;
	overflow:hidden;
}
#main #list_inner dl{
	float:left;
	width:650px;
	padding:10px 0 13px;
	background:url(../../images/blog/line.gif) no-repeat left bottom;
	overflow:hidden;
}
#main #list_inner dl dt{
	float:left;
	width:120px;
	margin-left:10px;
}
#main #list_inner dl dd{
	float:left;
	width:520px;
	_width:500px;
	font-weight:bold;
}
#main #list_inner dl dd a{
	color:#fff;
	text-decoration:none;
}
#main #list_inner dl dd a:hover{
	color:#999;
	text-decoration:underline;
}







/*-----------------------------
	detail.html
------------------------------*/

/* h3 */
#main h3{
	clear:both;
	width:706px;
	height:67px;
	line-height:67px;
	background:url(../../images/blog/title_bg.jpg) no-repeat left top;
	margin-bottom:3px;
}
#main h3 span{
	display:block;
	width:135px;
	_width:200px;
	float:right;
	padding-right:30px;
	text-align:right;
}
#main h3 em{
	width:500px;
	float:left;
	padding-left:35px;
	font-weight:bold;
	font-size:120%;
}
/* detail */
#main #detail{
	clear:both;
	width:705px;
	background:url(../../images/blog/bg.jpg) no-repeat left top;
}
#main #detail_inner{
	padding:30px 30px 40px;
	background:url(../../images/blog/bg_bottom.jpg) no-repeat left bottom;
	overflow:hidden;
	font-size:120%;
	color:#E4DFD2;
}
#main #detail p{
	margin-bottom:15px;
}