@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :style.css
 style info :カテゴリトップ用
=================================================================== */

/* 印刷-----------------------------------------------------*/
@import url("/common/css/top_print.css");
/*--------------------------------------------------------- */


#pr_area{
	background:url(../image/bg_pr_area.jpg) no-repeat top right;
}

/*----------------------------------------------------
	一言
----------------------------------------------------*/

#body_area .hitokoto_box{
	overflow:hidden;
	width:644px;
	margin: 20px 0 40px 30px;
	background:url(../image/bg_hitokoto.gif) no-repeat top left;
}
.ie6 #body_area .hitokoto_box{
	float:left;
	margin: 20px 0 40px 15px;
}

#body_area .hitokoto_box_first{
	overflow:hidden;
	width:644px;
	margin: 10px 0 40px 30px;
	background:url(../image/bg_hitokoto.gif) no-repeat top left;
}
.ie6 #body_area .hitokoto_box_first{
	float:left;
	margin: 10px 0 40px 15px;
}

.photo{
	float:right;
	width:152px;
	height:200px;
	margin:23px 0 10px 0;
}

.hitokoto_box .text,
.hitokoto_box_first .text{
	float:left;
	margin:25px 0 20px 0;
	font-size:95%;
	color:#5f5f5f;
	width:413px;
}

.hitokoto_box .image,
.hitokoto_box_first .image{
	float:left;
	margin:10px 0 5px 0px;
}

#body_area .hitokoto_box .wrap,
#body_area .hitokoto_box_first .wrap{
	background:url(../image/bg_bottom.gif) no-repeat left bottom;
	padding-left: 62px;
	padding-right: 17px;
}


