/*---コンテンツ---*/
*{
	margin:0px;
	padding:0px;
	font-size:14px;
	list-style:none;
}

#title{
	width:235px;
	height:46px;
	margin:0px 0px 20px 30px;
}


#contmain{
	width:730px;
	height:550px;
	background-color:#feeef6;
	margin:13px 35px 26px 35px;
	padding-bottom:45px;
}

.l_cont{
	width:350px;
	height:auto;
	float:left;
	}
	
.r_cont{
	width:350px;
	height:auto;
	float:left;
	}

.l_cont p{
	width:282px;
	height:auto;
	float:left;
	color:#3f3f3f;
	padding:13px 0px 0px 40px;
	line-height: 170%
	}
	
.r_cont p{
	width:282px;
	height:auto;
	float:left;
	color:#3f3f3f;
	padding:13px 0px 0px 40px;
	line-height: 170%
	}
	
