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

/*
============================================================
	index.html
============================================================
*/
/* sub title */
div#contentArea div#mainArea div.sub_title {
	width: 550px;
	height:25px;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background: url(./img/bg_line.jpg) repeat-x;
}

div#contentArea div#mainArea div.sub_title h3 {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
