 @charset "euc-jp";
/* CSS Document */

h3.title{
	background:url(../images/titleLine01.gif) bottom no-repeat;
	width:604px;
	color:#2b1915;
	font-size:14px;
	margin:0 0 20px;
	padding:0 3px 8px;
}


/* コンテンツ編集
---------------------------------------*/
.text{
	margin:0 0 20px;
	line-height:160%;
}

#detail{
	background:#fafafa;
	border:solid 1px #aaaaaa;
	padding:10px;
}

#detail .box{
	margin:0 0 10px;
}

#detail .boxNomargin{
	clear:both;
	margin:0;
}

#detail .left{
	width:282px;
	float:left;
}

#detail .right{
	width:282px;
	float:right;
}

#detail p{
	line-height:160%;
	margin:10px 0 0;
}

