@charset "utf-8";
/* CSS Document */


#mainContent .form1 {
	margin-bottom: 15px;
	line-height: 125%;
	text-indent: 1em;
}
#mainContent .form2 {
	margin-bottom: 10px;
	line-height: 125%;
}


#mainContent h3 {
	background-image: url(../img/icon/titleIcon_3.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 38px;
	text-indent: 1em;
	font-size: 115%;
}
#mainContent h4 {
	margin-left: 38px;
	margin-bottom: 10px;
}
#mainContent ul li {
	margin-left: 38px;
}
#mainContent li {
	margin-top: 15px;
	margin-bottom: 15px;
}
#mainContent .link {
	margin-bottom: 10px;
}
#mainContent .link a {
	color: #333333;
	text-decoration: none;
	background-image: url(../img/icon/arrow2.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: 1.5em;
	width: 350px;
	background-position: 2px;
}
#mainContent .link a:hover {
	background-image: url(../img/icon/arrow2_hover.gif);
	background-repeat: no-repeat;
}
#mainContent table {
	border-collapse:collapse;
	border: 2px solid #CCCCCC;
	width: 350px;
	margin-left: 110px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#mainContent td {
	width: 65%;
}
th, td{
	padding: 10px;
	border: 2px solid #CCCCCC;
}

.left {
	text-align: left;
	width: 35%;
	font-weight: normal;
}







/* IE6用 */
*html .pline {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../img/line/line_3.gif) inside;
}

.pline {
   border:0;
   height: 3px;
   background:url(../img/line/line_3.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;
}

