@charset "utf-8";

@import "reset.css";
@import "base.css";

body{
	background: #fff url("../images/bg.gif") repeat-x 0 0;
}

p#main-catch{
	padding: 60px 0 13px 20px
}
p#main-btn{
	text-align: right;
	width: 473px;	
}

#news-section{
	float: right;
	width: 442px;
}
#column-section{
	float: left;
	width: 442px;
}
#news-section h2, 
#column-section h2{
	margin: 0 0 13px 0;
}
#news-section p.more, 
#column-section p.more{
	padding: 0 13px 0 0;
	text-align: right;
}

/* .hentry */
.hentry{
	padding: 0 13px;
	margin: 0 0 26px 0;	
}
.published{
	float: left;
	font-family:"Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","HeiseiMincho","平成明朝","ＭＳ Ｐ明朝","細明朝体",serif;
	font-size: 13px;
	margin: 0 0 3px 0;
	width: 182px;
}
.category{
	float: right;
	font-size: 11px;
	margin: 0 0 3px 0;
	text-align: right;
	width: 220px;
}
.entry-title{
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 6px 0;
}
.entry-summary{
	font-size: 13px;
	line-height: 19px;	
}
