@charset "Shift_JIS";
/*----------------------------------------

	- tit_box
	- box01
	- box02

-----------------------------------------*/

/*----------------------------------------
	tit_box
-----------------------------------------*/

#tit_box {
	height: 150px;
	background: url(../img/index_tit_bg.jpg) no-repeat left top;
}

#tit_box h1 {
	padding: 36px 0 0 30px;
	
}

/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	background: url(../img/index_bg01.jpg) no-repeat left top;
	padding: 35px 0 0 30px;
	height: 377px;	
}

#box01 h2 {
	padding: 82px 0 10px;
}

#box01 p.t01 {
	width: 300px;
}

/*----------------------------------------
	box02
-----------------------------------------*/

#box02 {
	padding: 0 30px;
}

#box02 #box02_l {
	float: left;
	width: 400px;
}

#box02 #box02_l p {
	padding: 9px 0 20px;
}

#box02 #box02_r {
	float: right;
	width: 390px;
}

#box02 #box02_r h2 {
	padding-bottom: 9px;
}

#box02 #box02_r p {
	padding-bottom: 37px;
}


/*----------------------------------------
	link_box
-----------------------------------------*/

#link_box {
	width: 840px;
	padding: 18px 30px 19px;
}

#link_box div {
	float: left;
	width: 279px;
	margin-right: 2px;
	background:#f8d1ce;
}

#link_box div#link_box_01 {
	width: 278px;
}

#link_box div#link_box_03 {
	margin-right: 0;
}

#link_box div p.btn01 {
	padding: 0 0 6px 10px;
}