@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*------------------------------------------------------------*/
.left_box{
	width:280px;
	float:left;
}
.right_box{
	width:520px;
	float:right;
}

.hozon_deco{
	background:url(../img/hozonkai_img/tbl_bg.png);
	padding:5px 10px;
}
.hozon_tbl{
	width:100%;
	border-collapse:collapse;
}
.hozon_tbl tr{
border-bottom:1px dotted #d6c7b5;
}
.hozon_tbl th, .hozon_tbl td{
	padding:5px 10px;
}
.cts_p{
	line-height:1.4em;
	margin-bottom:20px;
}