@charset "utf-8"; 

/*content_box.css
ディレクトリ内ページ用ボックスCSS

【1】ボックス共通
【2】メイン内ボックス共通
【3】サイド内ボックス
【4】サイド1内ボックス
【5】サイド2内ボックス
*/


/*【1】ボックス共通*/
.box {}
.title {}
.content {}
.unit {}
.comment {}
.more {}
.sw {}
.bt {}



/*【2】メイン内ボックス共通*/
.main .box {}
.main .title {}
.main .content {}
.main .unit {}
.main .comment {}
.main .more {}
.main .sw {}
.main .bt {}

/*2-1 共通部分*/
.column {
	display:inline;
	width:280px;
	height:220px;
	background-color:#fff;
	float:left;
	margin:20px 10px 0;
}
.column h2 {width:260px;}
.column h2 a {
	display:block;
	height:15px;
}

.content {
	position:relative;
	width:280px;
	height:220px;
	/*background:url(../img/bg_rfs_column.gif) no-repeat 0 0;	*/
}
.content .waku {
	display:block;
	width:280px;
	height:220px;
	position:absolute;
	top:0;
	left:0;
}
.contentBanner a img,.contentKAP a img {
	display:block;
}
.content h3 {
	font-size:85%;
	margin-bottom:5px;
}

.content .content_inner {
	width:260px;
	height:200px;
	overflow:auto;
}

.content .content_image {
	/*width:260px;
	padding-top:10px;
	margin:0 10px;*/
	display:block;
	width:260px;
	height:200px;
	position:absolute;
	top:10px;
	left:10px;
}


