@charset "UTF-8";
#mainContent h1 {
	font-size: 30px;
	color: #000;
	line-height: 145%;
	margin-left: 0px;
	font-weight: bold;
	font-style: oblique;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-top: 0px;
}
#mainContent h2 {
	font-size: 26px;
	color: #030;
	line-height: 145%;
	margin-left: 10px;
	font-weight: bold;
	font-style: oblique;
	margin-top: 0px;
}
#mainContent h3 {
	font-size: 22px;
	color: #060;
	line-height: 145%;
	margin-left: 15px;
	font-weight: bold;
	font-style: oblique;
	margin-top: 0px;
}
#mainContent h4 {
	font-size: 18px;
	color: #066;
	line-height: 145%;
	margin-left: 20px;
	font-weight: normal;
	font-style: oblique;
	margin-top: 0px;
}

.leftarrow {
	padding-left: 20px;
	/*	font-size: 12px;*/
	background-image: url(../common_img/circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*	line-height: 200%;*/
	font-weight: bold;
}

.leftarrow_s {
	padding-left: 12px;
/*	font-size: 12px;*/
	background-image: url(../common_img/tri.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-bottom: 15px;
/*	line-height: 200%;*/
	font-weight: bold;
}

