@charset "UTF-8";

@import url("default.css");
@import url("common.css");


/*====================================== secret */

h2{
	margin-bottom:20px;
}
h3{
	margin-bottom:5px;
	padding-left:10px;
}
.pageTop{
	width:860px;
	margin:30px auto 0;
}

/*--------- section */
.section01{
	padding:0 20px;
	overflow:hidden;
}
.section02{
	padding:20px 20px 0;
	margin-top:20px;
	border-top:1px dotted #6B5826;
	overflow:hidden;
}
.section01 p, .section02 p{
	padding-left:10px;
}

/*--------- 01 */
.unit01{
	width:620px;
	float:left;
}
.unit02{
	width:160px;
	float:right;
}

/*--------- 02 */
.unit03{
	width:530px;
	float:left;
}
.unit04{
	width:250px;
	float:right;
}
