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


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

#content #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;
}
#content #main #info h3 a {
	text-decoration: none;
}
#content #main #info h4 {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 8px;
	font-size: 1em;
}
#content #main #info li li li {
	list-style-type: circle;
}
#content #main #info li li {
	list-style-type: square;
}
#content #main #info ul {
	margin-right: auto;
	margin-left: auto;
	width: 280px;
}
#content #main #info ul ul {
	padding-left: 0px;
}
#content #main #info ul ul ul {
	padding-left: 0px;
}

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