@charset "utf-8";
* {
 margin: 0;
 padding: 0;
}

body {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #000;
}

div {text-align: left;}
ul,li {margin:0;padding:0;list-style: none;}
p{ margin:0; padding:0; }
img {
 margin: 0;
 padding: 0;
 border: 0;
}
.clear {clear: both;}

a { 
 text-decoration: underline;
 color: #d09;
}
a:hover { color: #999; text-decoration: none; }

.font14 {
	color: #ff0000;
	font-weight: bold;
}

/*--------------------------------------------------------------------------
Template
--------------------------------------------------------------------------*/
#tank {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
#container {
	width: 900px !important;
    width: 898px;
	margin: 0 auto;
	overflow: hidden;
}

/*--------------------------------------------------------------------------
Header
--------------------------------------------------------------------------*/
#header {
	width: 100%;
}

#header1 {
 width: 800px !important;
 width: 798px;
 height: 90px;
 line-height: 90px;
 margin: 0 auto;
}
#header1 .logo {
    width: 287px;
	padding-top: 12px;
	float: left;
    display: inline;
}
#header1 .sentence {
	width: 338px;
	font-size: 14px;
	font-weight: bold;
	color: #dd9;
	text-align: right;
	float: right;
	display: inline;
}

#nav {
	width: 800px !important;
	width: 798px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
}
#nav a{
	color: #000;
	border-right: 1px solid #FFF;
	padding: 8px 15px;
	background: url(nav_bg.gif) repeat-x left top;
	text-decoration: none;
}
#nav a:hover { text-decoration: underline; }
#nav a.selected{
	background: #d09;
}
#nav a.selected:hover { color: #fff; text-decoration: none; }
.line1 {
	width: 100%;
	height: 4px;
	background: #d09;
	overflow: hidden;
}

#bn {
    width: 100%;
	height: 220px;
    margin: 25px 0 30px;
	background: url(bn.jpg) no-repeat left top;
}
#bn_p {
    width: 100%;
	height: 220px;
    margin: 25px 0 30px;
	background: url(bn_p.jpg) no-repeat left top;
}
/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/
#content {
	width: 800px !important;
    width: 798px;
	margin: 0 auto 30px;
}

#content ul li{
	margin-left: 20px;
	list-style: square inside;
}

/*-------------------------------------------------------------------------*/
.blacklink a { 
 text-decoration: underline;
 color: #000;
}
.blacklink a:hover { color: #d09; text-decoration: none; }

/*--------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
#footer {
	width: 900px !important;
	width: 898px;
	height: 50px;
	line-height: 36px;
	text-align: center;
	color: #000;
	margin: 0px auto;
	border-top: 2px solid #000;
}

/*--------------------------------------------------------------------------
ny
--------------------------------------------------------------------------*/
.t1 {
	margin-bottom: 26px;
	background-color: #FaFaFa;
	overflow: hidden;
}
.t1 .left { float:left; width:420px; display: inline; padding-left: 10px; }
.t1 .right {
	float:right;
	width:360px;
	display: inline;
	text-align: right;
}
.t2 {
	margin-bottom: 26px;
	background-color: #FFF6FC;
	overflow: hidden;
}
.t2 .left { float:left; width:410px; display: inline; padding-left: 10px; }
.t2 .right {
	float:right;
	width:360px;
	display: inline;
	text-align: right;
}
.juli {
	margin: 6px 0 10px;
}
.block {
	border: 1px solid #ddd;
	padding: 2px 10px;
}
.button01 {
	background-color: #d09;
	padding: 3px 10px;
	color: #fff; 
}

table img {
	margin-top: 10px;
}

/*-------------------------------------------------------------------------*/	
input {
	margin-left:10px;
	line-height: 30px;
	font-size:12px;
	height: 14px;
}
select {
	margin-left:10px;
	font-size:12px;
	height: 20px;
}
textarea {
	font-size:12px;
	width: 400px;
	height: 60px;
}


