@charset "UTF-8";

/*----------------------------------------------------
	メインエリア
----------------------------------------------------*/
#contents {
	background-color:#f8d6a5;
}

/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
#main-visual {
	background-color:#fbe6c8;
}

/*----------------------------------------------------
	section
----------------------------------------------------*/
.mode{
	width:360px;
	height:100%;
	border:#999 1px solid;
	background-color:#fff;
	padding:10px 10px;
	margin:20px 0 ;
	}
	
.mode p{
	font-size:95%;
	}
	
#use1,
#use2{
	width:768px;
	height:100%;
	padding:20px 10px;
	margin-top:20px;
	margin-left:20px;
	}

#use1 .left,
#use2 .left{
	width:360px;
	height:100%;
	float:left;
	}

#use1 .right,
#use2 .right{
	width:400px;
	height:100%;
	float:right;
	}

#use1 p,
#use2 p{
	width:315px;
	font-size:110%;
	line-height:1.5em;
	text-align:left;
	margin:10px 0 0 15px;
}

#use1 { background-color:#f7e9d5; }
#use2 { background-color:#fae3e0; }