@charset "UTF-8";
/*##################################################
-------------LIST-------------
 00: Base
------------------------------
##################################################*/

/* --------------------------------------------------
 00: Base
 -------------------------------------------------- */

/* --見出し-- */
h1 {
	background:url(images/h1_img.jpg) no-repeat;
	height:50px;
	}
div.layout_box01 {
	background:url(images/bg_001.jpg) no-repeat #f4f0ea;
	margin-bottom:10px;
	}
div.layout_box02 {
	background:url(images/bg_002.jpg) bottom no-repeat;
	min-height:420px;
	}

*html div.layout_box02 {
	height:420px;
	}

div.layout_box02 h2 {
	padding:35px 0 0 37px;
	}
div.layout_box02 p {
	padding:15px 40px 20px 40px;
	}
div.layout_box02 dl {
	padding:20px 0 0 50px;
	}
div.layout_box02 dl dt {
	margin-bottom:10px;
	}
div.layout_box02 dl dd {
	margin-bottom:30px;
	}
div.layout_box02 dl dd a {
	color:#ff7800;
	font-weight:bold;
	}