@import url(main.css);

.bunner {
	float: right;
}
div.submenu {
	position: relative;
	width: 780px;
	height: 24px;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
}
.submenu ul {
	padding-left: 125px;
	list-style: none;
}
.submenu li {
	float: left;
	padding: 5px 50px 5px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-indent: 14px;
	background:  url(../images/bg/li.gif) no-repeat;
	background-position: left center;
}
.submenu a, .submenu a:link, .submenu a:visited {
	text-decoration: none;
	background: transparent;
}
.submenu a:hover{
	color: #e60000;
}
.submenu li.on{
	color: #900000;
	background:  url(../images/bg/li_on.gif) no-repeat;
	background-position: left center;
	text-decoration: underline;
}

div.plist_l {
	width: 580px;
	float: left;
	margin-bottom: 10px;
}
div.plist_r {
	width: 520px;
	float: right;	
	margin-bottom: 10px;
}
.plist_l h2 {
	text-align: left;
	padding-left: 8px; 
}
#main .plist_l h3, #main .plist_r h3 {
	text-indent: 0.5em;
	letter-spacing: 0.1em;
}
#main .plist_l h5, #main .plist_r h5 {
	text-indent: 2.5em;
}
#main .plist_l p, #main .plist_r p {
	margin: 1em 0 0 0;
	padding: 0;
}
#main .plist_l img, #main .plist_r img {
	vertical-align: top;
}

div.left {
	float: left;
	width: 320px;
	padding-top: 1em;
}
div.right {
	float: right;
	width: 320px;
	padding-top: 1em;
}
.left h4, .right h4 {
	margin-top: 20px;
	padding-left: 8px;
	font-size: 80%;
	line-height: 130%;
	color: #333366;
	border-top: 1px solid #333366;
	border-right: 1px solid #333366;
	border-bottom: 1px solid #333366;
	border-left: 4px solid #333366;
}
.left h5, .right h5 {
	padding: 20px 0 10px 40px;
	color: #800000;
}
.left h6, .right h6 {
	padding: 0 0 0 20px;
	font-weight: normal;
	color: #666666;
}
.left ul, .right ul {
	padding-left: 60px;
	margin-bottom: 20px;
}
.left li, .right li {
	list-style: square inside;
	font-size: 100%;
	line-height: 200%;
}
.left img {
	text-align: left;
}
.right img {
	text-align: right;
}

.content {
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.content h3 {
	margin: 2em 0 1em 0;
	padding: 0.2em 0.6em;
	line-height: 100%;
	color: #800000;
	border-left: 5px solid #800000;
}
.content h4 {
	padding-top: 1em;
}
.content h5 {
	margin: 1em 0 0.5em 5em;
}
.content p {
	font-size: 90%;
	margin: 1em 2em 0 4em;
	text-align: justify;
}
.content ul {
	margin-top: 1em;
	margin-left: 5em;
}
.content li {
	padding-left: 1em;
	font-size: 100%;
}
.ex {
	font-size: 70%;
}
.exp {
	font-size: 70%;
	padding-left: 3.5em;
}
.content img {
	float: left;
	padding-right: 20px;
}
.cont_img {
	width: 360px;
	margin-left: 40px;
}
.cont_img p {
	margin: 0;
	text-align: center;
}

.spec {
	clear: both;
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.spec h4 {
	margin: 2em 0 0.2em 2em;
}
.spec table {
	width: 600px;
}
.spec th {
	padding: 4px 0;
	background: #666699;
	Font-family: serif;
	color: #ffffff;
}
.spec td {
	padding: 2px 1em;
	Font-family: serif;
	background: #cccccc;
}
.spec ul {
	padding-left: 60px;
}
.spec li {
	list-style: square inside;
}
.spec p {
	font-size: 120%;
	line-height: 160%;
}
.spec img {
	margin-top: 40px;
}
