@charset "utf-8";
/* CSS Document */

#mainContent li {
	margin-left: 38px;
	margin-bottom: 20px;
}


#mainContent .form1 {
	margin-bottom: 15px;
	line-height: 120%;
}
#mainContent .form2 {
	margin-bottom: 10px;
	line-height: 120%;
}
#mainContent form3 {
	margin-bottom: 10px;
}

#mainContent .link {
	margin-left: 45px;
	margin-bottom: 10px;
}
#mainContent .link a {
	background-image: url(../img/icon/arrow2.gif);
	background-repeat: no-repeat;
	text-indent: 1.5em;
	display: block;
	width: 350px;
	color: #333333;
	text-decoration: none;
	background-position: 2px;
}
#mainContent .link a:hover {
	background-image: url(../img/icon/arrow2_hover.gif);
	background-repeat: no-repeat;
}
#mainContent h2 {
	font-weight: bold;
	margin-left: 38px;
	margin-bottom: 10px;
	margin-top: 12px;
}



#mainContent h3 {
	background-image: url(../img/icon/titleIcon_2.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 38px;
	text-indent: 1em;
	font-size: 115%;
}
#mainContent .subtitl {
	margin-bottom: 5px;
}

/* IE6用 */
*html .rline {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../img/line/line_4.gif) inside;
}

.rline {
   border:0;
   height: 3px;
   background:url(../img/line/line_4.gif) 50% 0  no-repeat;
}

/* IE6用 */
*html .gline {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../img/line/line.gif) inside;
}

.gline {
   border:0;
   height: 3px;
   background:url(../img/line/line.gif) 50% 0  no-repeat;
}

