@charset "UTF-8";
/*----------------------------------------

	- box01
	- box02
	- box03
	- box04

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

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

#box01 {
	display: table;
	width: 940px;
	height: 520px;
	background: #1b1411 url(../img/i_p01.jpg) no-repeat left bottom;
}

#box01 div {
	display: table-cell;
	padding: 0 29px 51px 411px;
	vertical-align: bottom;
}

#box01 div h1 {
	text-align: right;
}

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

#box02 {
	padding-bottom: 55px;
}

#box02 ul li {
	float: left;
	width: 290px;
	padding-left: 35px;
}

#box02 ul li:first-child {
	padding-left: 0;
}

/*----------------------------------------
	box03
----------------------------------------*/

#box03 {
	position: relative;
}

#box03 h1 {
	position: absolute;
	left: 507px;
	top: 178px;
}

/*----------------------------------------
	box04
----------------------------------------*/

#box04 {
	position: relative;
}

#box04 #box04_t01 {
	position: absolute;
	right: 29px;
	top: 16px;
}

#box04 #box04_t02 {
	position: absolute;
	left: 620px;
	top: 71px;
	width: 100px;
	color: #928774;
}

#box04 #box04_t03 {
	position: absolute;
	right: 23px;
	top: 107px;
}