@charset "utf-8";
/* all */
body{
	margin: 0px;
	padding: 0px;
	color: #666666;
	font: 13px/1.4em Verdana;
}
html {
    overflow-y:scroll;
}
img{
	border: none;
}
.red{
	color: #FF0000;
}
#container{
	width: 960px;
	margin: 0px auto 0px;
	overflow:auto;
	background: url(../images/container.jpg) repeat-y;
}
/*\*/
　* html div#container{overflow: visible;}
/**/
#left{
	width: 220px;
	float: left;
}
#right{
	width: 740px;
	float: left;
}
/*left******************************************************/
#menuTopContainer{
	background: url(../images/menuContainer.jpg) repeat-y;
	height: 50px;
}
#menuTopContainer img{
	margin-left: 30px;
	margin-top: 10px;
}
#menuBottomContainer{
	background: url(../images/menuContainerBottom.jpg) no-repeat;
	height: 30px;
}
#menuContainer{
	background: url(../images/menuContainer.jpg) repeat-y;
}
#menuHead{
	color: #FFFFFF;
	background: url(../images/menuHead.jpg) no-repeat;
	width: 220px;
	height: 20px;
	padding-left: 50px;
	font-size: 10px;
	position: absolute;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;	
}
#menu_ul{
    padding-top: 20px;
    padding-bottom: 100px;
	margin-bottom: 0px;
}
.menu_li{
	margin-top: 5px;
	padding-left: 10px;
	list-style: none;
	color: #000000;
	font-weight: bold;
}
.menu_li a{
	color: #999999;
	text-decoration: none;
}
.menu_li a:hover{
	border-bottom: 1px dashed #990000;
}
.menu_li_small{
	margin-top: 5px;
	padding-left: 30px;
	list-style: none;
	color: #000000;
	font-size: 10px;
}
.menu_li_small a{
	color: #999999;
	text-decoration: none;
}
.menu_li_small a:hover{
	border-bottom: 1px dashed #990000;
}

.leftTopi{
	width: 180px;
	color: #990000;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 60px;
	font-size: 11px;
	background: url(../images/leftTopi.gif) no-repeat;
}
.leftComment{
	width: 170px;
	margin-top: 0px;	
	font-size: 10px;
	line-height: 1.4em;
}

/*right******************************************************/
#topComment{
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightMenuHead{
	width: 740px;
	margin-top: 17px;
	border-top: 5px solid #C26666;
}
.indexImg{
	width: 650px;
	height: 250px;
	margin-top: 20px;
	margin-left: 50px;
}
.indexTopi{
	color: #990000;
	margin: 20px 10px 0px 10px;
	clear: both;
}
.indexComment{
	width: 650px;
	margin: 10px auto 0px;
	font-size: 12px;
}
.topi{
	height: 40px;
	background: url(../images/topi.jpg) no-repeat;
	margin-left: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #999900;
	text-indent: 60px;
	padding-top: 15px;
}
.subTopi{
	height: 40px;
	background: url(../images/subTopi.jpg) no-repeat;
	margin-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 20px;
	margin-top: 30px;
}
.imgLeft{
	float: left;
}
/*footer****************************************************/
#footer{
	clear: both;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 30px;
	height: 90px;
}
