@charset "Shift_JIS";

/*----------------------------------------
	common setting
-----------------------------------------*/

#content02 h1 {
	display:block;
	margin: 12px 0 21px 0;
}

#content_box01 {
	width: 550px;
	height: auto;
}

#content_box01 h2 {
	display: block;
	width: 368px;
	height: 21px;
	background:url(../img/text_l.gif) no-repeat;
	text-indent: -9999px;
	padding-bottom: 3px;
}

#content_box02 {
	width: 550px;
	height: auto;
	background: url(../img/index_line.gif) top no-repeat;
	padding: 22px 0 0 0;
}

#content_box02_l {
	width: 261px;
	height: auto;
	float: left;
}

#content_box02_r {
	width: 261px;
	height: auto;
	float: right;
}

#content_box02 ul {
	margin: 9px 0 30px 13px;
	display: block;
}

#content_box02 li {
	display: block;
	height: 15px;
	background: url(../img/index_arrow.gif) no-repeat left;
	margin: 0 0 8px 0;
	padding: 0 0 0 18px;
	vertical-align: middle;
}



/*----------------------------------------
	link setting
-----------------------------------------*/

#content_box02 a:link, #content_box02 a:visited {
	color: #ff6600;
	text-decoration: none;
}

#content_box02 a:hover, #content_box02 a:active {
	color: #ff6600;
	text-decoration: underline;
}