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

	+ content
		+ box01

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

/*----------------------------------------
	content
-----------------------------------------*/

#content {
	background: url(../../img/common_content_bg01.gif) repeat-y;
}

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

#box01 {
	width: 682px;
	background: url(../img/index_content_bg02.gif) no-repeat top;
	padding: 28px 82px 197px 106px;
}

#box01 #box_line {
	background: url(../img/index_content_line01.gif) repeat-y;
	padding-bottom: 13px;
}

#box01 #box_line #box02 {
	width: 462px;
	float: left;
}

#box01 #box02 dl{
	width: 210px;
	float: left;
	padding: 0 19px 0 2px;
}

#box01 dl dt{
	padding: 23px 0 0 17px;
	background: url(../img/index_icon01.gif) no-repeat left 26px;
}

#box01 dl dt.top {
	padding: 0 0 0 17px;
	background: url(../img/index_icon01.gif) no-repeat left 3px;
}

#box01 dl dt.out {
	padding: 23px 0 0 17px;
	background: url(../img/index_icon03.gif) no-repeat left 25px;
}

#box01 dl dd{
	padding: 3px 0 0 29px;
	background: url(../img/index_icon02.gif) no-repeat 17px 5px;
}

#box01 dl#list02{
	width: 220px;
	float: left;
}

