@charset "UTF-8";

/* =============================================
1.common
2.wrapper
3.header
4.topic-path
5.content
6.side
7.footer
============================================= */

/* =============================================
1.common
============================================= */
body{
	font-size: 12px;
	line-height:16px;
	color: #333;
	background-color: #FFF;
}
a {color:#000;}
a:link { color:#000;}
a:visited {}
a:hover, a:focus, a:active { color:#FF3399;}
a:hover img {
	/* IE 
    filter: alpha(opacity=25);*/
	/* Safari Opera 
    opacity:0.25;*/
	/* Firefox Netscape 
    -moz-opacity:0.25;*/
	opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=60);
}
img {
	border: 0;
	vertical-align: bottom;
}
html{
	overflow-y: scroll;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* =============================================
2.wrapper
============================================= */
#wrapper{
	background:url(../images/model/common/line_head.gif) repeat-x top;
	padding-top:25px;
	}
/* =============================================
3.header
============================================= */
#header {
	height:40px;
	width:850px;
	margin:0 25px 15px 25px;
	}
#header p {
	float:left;
	margin-right:20px;
	}
#header h1{
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	color:#999999;
	float:left;
	margin-top:5px;
	}
#header .file {
	float:right;
	margin:0;
	}
/* =============================================
3.content
============================================= */
#content {
	width:910px;
	margin:0 25px 15px 25px;
	}
#content .left {
	width:380px;
	float:left;
	margin-right:20px;
	}
#content .right {
	width:460px;
	float:left;
	}
/* =============================================
3.left
============================================= */
#content .left h3 {
	margin-bottom:15px;
	}
#content .left .line_box {
	background:url(../images/model/common/line_gray.gif) no-repeat top;
	width:380px;
	padding:15px 0 15px 0;
	}
#content .left .line_box h4 {
	margin-bottom:10px;
	}
#content .left .line_box .style li {
	list-style:none;
	list-style-image:none;
	float:left;
	margin-right:9px;
	}
/* =============================================
3.right
============================================= */
#content .right dl dt {
	width:460px;
	height:430px;
	margin-bottom:10px;
	}
#content .right dl dd {
	width:460px;
	height:177px;
	overflow:auto;
	}
#content .right dl dd p {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	}
/* =============================================
3.footer
============================================= */
#footer {
	clear:both;
	background:url(../images/model/common/line_foot.gif) repeat-x bottom;
	height:55px;
	padding-top:10px;
	}
#footer p {
	width:900px;
	text-align:center;
	font-size:10px;
	}
#footer .close {
	width:875px;
	text-align:left;
	padding-left:25px;
	}