@charset "UTF-8";
/* local.css */

/*
============================================================
	index.html
============================================================
*/
/* sub title */
div#contentArea div#mainArea h4.st_cam {
	width: 550px;
	margin: 15px 0px 0px 0px;
	padding: 7px 0px 5px 0px;
	color: #741D26;
	font-weight: bold;
	background: #FEF2DB;
	text-align: left;
}

div#contentArea div#mainArea h4.st_cam span {
	margin: 0px;
	padding: 0px 6px;
	display: block;
}

/* head line */
div#contentArea div#mainArea h5.hl_cam {
	width: 530px;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 5px 0px;
	color: #FF7C49;
	font-weight: bold;
	background: url(../../../img/line_dot.gif) repeat-x bottom left;
	text-align: left;
}

div#contentArea div#mainArea h5.hl_cam span {
	margin: 0px;
	padding: 0px 3px;
	display: block;
}
