@charset "utf-8";
#contents #main {
	float: none;
	width: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}


#contents #main #info {
	font-size: 1.2em;
	background-image: url(../img/bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contents #main #info li {
	list-style-type: none;
	padding-bottom: 8px;
	margin-left: 40px;
}
/* IE4~6 */
* html #contents #main #info li {
	margin-left: 0px;
}
* html #contents #main #info li li{
	margin-left: 40px;
}
#contents #main #info h2 {
	text-align: center;
}

#contents #main #info h3 {
	padding-bottom: 3px;
	width: 240px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #188FE3;
	padding-left: 5px;
	font-size: 1.4em;
	padding-top: 3px;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 50px;
}
#contents #main #info h3 a {
	text-decoration: none;
}
#contents #main #info h4 {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 8px;
	font-size: 1em;
}
#contents #main #info li li {
	list-style-type: square;
}
#contents #main #info li li li {
	list-style-type: circle;
}
#contents #main #info li li li li {
	list-style-type: none;
}

#contents #main #info ul {
	margin-right: auto;
	margin-left: auto;
	width: 280px;
}
#contents #main #info ul ul {
	padding-left: 0px;
}
#contents #main #info ul ul ul {
	padding-left: 0px;
}

/* IE4~6 */
* html #contents #main #info ul {
	padding-left: 120px;
}
* html #contents #main #info ul ul {
	padding-left: 0px;
}
#contents #main #info h5 {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 8px;
	font-size: 1em;
}
#wrapper #contents #main #info form {
	margin: 0px;
	padding: 0px;

}

