@charset "Shift_JIS";

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

#content02 h1 {
	width: 550px;
	margin: 12px 0 8px 0;
	display:block;
}

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

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

#content_box01 a:link, #content_box01 a:visited {
	color: #0c4cb6;
	text-decoration: none;
}

#content_box01 a:hover, #content_box01 a:active {
	color: #0c4cb6;
	text-decoration: underline;
}