@charset "utf-8";

html{
    height:100%;
}
body{
    height:100%;
	color: #333;
}
* html div#wrapper{
    height:100%;
}
div#wrapper{
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #wrapper {
        height: auto;
}
p{
	line-height: 1.8em;
}
/* link */
a:link{
	color: #0068B6;
	text-decoration: none;
}
a:hover{
	color: #0068B6;
	text-decoration: underline;
}
a:visited{
	color: #0068B6;
}
/* header */
#header{
	position: absolute;
	width: 100%;
	background-image: url(../img/head_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header-inner{
	width: 850px;
	margin: 0 auto 0 auto;
}
#header #header-inner h1{
	margin:20px 0 20px 0
}
.t5{
	margin-top: 5px;
}
.t10{
	margin-top: 10px;
}
.t20{
	margin-top: 20px;
}
.b3{
	margin-bottom: 3px;
}
.b5{
	margin-bottom: 5px;
}
.b10{
	margin-bottom: 10px;
}
.b20{
	margin-bottom: 20px;
}
.b30{
	margin-bottom: 30px;
}
/* menu */
#menu{
	background-color: #d4d4d4;
	border-bottom:1px solid #bfbebe;
	box-shadow:0 2px 0 -1px #ededed;
}
#menu ul{
	width: 850px;
	margin: 0 auto 0 auto;
}
#menu li{
	float: left;
	height:42px
}
/* content */
div#content{
	padding: 117px 0 120px 0 ;
	font-size:12px;
}
div#main{
	width:850px;
	margin:20px auto 0 auto;
}
div#contentL{
	float: left;
	width: 592px;
}
div#contentR{
	float: left;
	width: 243px;
	margin-left: 15px;
}
.rollover {

}
ul.link li{
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 10px;
	height: 17px;
	background-position: 0px -1px;
}
ul.link_r{
	margin-top: 10px;
}
ul.link_r li{
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	height: 17px;
	background-position: 0 -1px;
	padding-left:20px;
	float:right
}
div#contentR ul.bana_list{
	margin-bottom:10px;
	border-top: 1px solid #ccc;
}
div#contentR ul.bana_list li{
	border-bottom: 1px solid #ccc;
}
div#contentR ul.bana_list li span{
	line-height: 1.5em;
}
div#contentR ul.bana_list li img.left{
	float: left;
	margin-right: 5px;
}
div#contentR ul.bana_list li a:link{
	display: block;
	color: #333;
	padding:10px 5px 10px 5px;
}
div#contentR ul.bana_list li a:hover{
	color: #F60;
	text-decoration: underline;
	background-color: #EEF8FF;
}
div#contentR ul.bana_list li a:visited{
	color: #333;
	text-decoration: underline;
}
.bana{


}
/* footer */
#foot{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-image: url(../img/foot_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#foot-inner{
	margin: 0 auto 0 auto;
	width: 850px;
}
#foot #foot-inner p{
	color:#fff;
	font-size: 10px;
	float: left;
	margin: 10px 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
}
#foot #foot-inner ul{
	padding-top:13px;
	font-size: 10px;
}
#foot #foot-inner li{
	float: right;
	margin-left:15px;
}
#foot #foot-inner li a:link{
	color: #FFF !important;
}
#foot #foot-inner li a:hover{
	color: #FFF;
}
#foot #foot-inner li a:visited{
	color: #fff;
}

