@charset "utf-8";
/* CSS Document */

#mainContent   ul   li  {
	display: inline;
	float: left;
}
#mainContent ul {
	margin-left: 38px;
}

#mainContent ul li a {
	text-indent: 2em;
	display: block;
	height: 16px;
	width: 70px;
	text-decoration: none;
	color: #000000;
}

#mainContent li {
	background-image: url(../img/icon/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	margin-right: 10px;
	text-decoration: none;
}



#mainContent .form1 {
	margin-bottom: 15px;
	line-height: 120%;
}


#mainContent h3 {
	background-image: url(../img/icon/titleIcon.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 38px;
	text-indent: 1em;
	font-size: 115%;
}
#mainContent dl {
	margin-left: 55px;
	margin-top: 20px;
}
#mainContent dt {
	float: left;
	clear: left;
	margin-bottom: 5px;
	line-height: 120%;
}
#mainContent dd {
	margin-left: 40px;
	zoom: 1;
	margin-bottom: 5px;
	line-height: 120%;
}
#mainContent .link {
	margin-left: 45px;
	margin-top: 5px;
}
#mainContent .link a {
	background-image: url(../img/icon/arrow2.gif);
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	display: block;
	text-indent: 1.5em;
	width: 200px;
	margin-left: 280px;
	background-position: 2px;
}
#mainContent .link a:hover {
	background-image: url(../img/icon/arrow2_hover.gif);
	background-repeat: no-repeat;
}





/* IE6用 */
*html .yline {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../img/line/line_2.gif) inside;
}

.yline {
	border:0;
	height: 3px;
	background:url(../img/line/line_2.gif) 50% 0  no-repeat;
	clear: both;
}

/* 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;
}

