@charset "utf-8";
/* CSS Document */

* {
	color:#A8A8A8;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #000000;
	background-image: url(img/body.gif);
	background-attachment:fixed;
}

a {
	color:#FFCC00;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CCCCCC;
}

.style1 {
    color: #FFFFFF
}


#base {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/back.png);
	margin-top: 0px;
}

#page {
	float: left;
	padding: 5px;
	margin-top: 5px;
}

#header {
	width:900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#headerimg {
    background-color: #000000;
    width: 900px;
    height: 400px;
}

#nav {
	background-color: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
    height: 40px;
	padding-top: 0px;
}

#contents {
	width:900px;
	float: left;
}

#contents p{
	padding-top: 0px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #555555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #555555;
	padding-left: 7px;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 12px;
	color: #FF9900;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 12px;
}


#contents #main {
	padding: 10px;
}

* html body #base #contents #main {
	padding: 9px;
}	

#contents #main p a {
	line-height: 20px;
}

#contents #main p strong {
	line-height: 20px;
}

#contents #top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEDE9;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
}

#contents #main #top_img p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	margin-top: 35px;
	margin-left: 25px;
	margin-right: 300px;
}


#contents #main .img_left {
	float: left;
	padding: 5px;
}

#contents #main .img_left img {
	border: 1px solid #666666;
}

#contents #main .p_img_left {
	float: left;
	padding: 13px;
}

#contents #main .p_img_left img {
	border: 1px solid #666666;
}

#contents #main .p_img_right {
	float: right;
	padding: 10px;
}

#contents #main .p_img_right img {
	border: 1px solid #999999;
}

.btn a {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFCC00;
	background-color: #222222;
	border: 1px solid #555555;
	width: 60px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
}

.btn a:hover {
	background-color: #FFCC00;
	color: #000000;
}

#base #page #contents #main .box2 {
	float: left;
	height: 160px;
	width: 269px;
	background-color: #000000;
	border: 1px solid #666666;
	margin: 4px;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#base #page #contents #main .box2 h3 {
	margin: 0px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	border-left-color: #555555;
	color: #FFFFFF;
}

#base #page #contents #main .box2 p {
	margin: 5px;
	font-size: 10px;
	line-height: 14px;
}

#contents #main table {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 12px;
}
#contents #main table td {
	padding: 0px;
}
#contents #main table th {
	padding: 0px;
}

#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

#side {
	float: left;
	width: 260px;
}

#side li {
	list-style-type: none;
}

#side_bn {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 220px;
	margin-left: 20px;
	margin-top: 20px;
}


#sidemenu {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 218px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #555555;
	background-color: #000000;
}

#sidemenu h3 {
	display: block;
	width: 210px;
	line-height: 23px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#sidemenu ul {
	margin-bottom: 5px;
}

#sidemenu li a {
	display: block;
	width:172px;
	font-size: 12px;
	color:#999999;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 24px;
	padding-bottom: 3px;
	background-image:url(img/li.png);
	background-repeat: no-repeat;
	background-color: #222222;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	text-decoration: none;
}


#sidemenu li a:hover {
	background-color: #868686;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


#side img {
	border:none;
}

#side p {
　　width: 220px;
}

#side p a {
}

#base #page #side #sidepr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

#footer {
	text-align:center;
}

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
	font-size: 10px;
	padding: 5px;
}