@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	main-content
--------------------------------------*/


/*--------------------------------------
	div#main-content
--------------------------------------*/

/*	section
--------------------------------------*/

#main-content h1 {
	margin:0 -30px 10px 0;
	padding-top:15px;
	background:url(../../img/heading_level1-01.gif) no-repeat left top;
	color:#000;
	font-size:117%;/* 14px */
}

#main-content h2 {
	margin:40px 0 15px -5px;
	padding:2px 5px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background:url(../../img/heading_level2-01.gif);
	color:#000;
	font-size:100%;
	zoom:1;
}

#main-content h3 {
	margin-top:30px;
	margin-bottom:5px;
	color:#000;
	font-size:100%;
}

