
/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");


/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
	font:12px Verdana,Arial,Tahoma;
}
img{
	border:none;
}

a{
	color:#256EB1;
	text-decoration:none;
}
a:hover{
	color:#ba2636;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w960{
	width:960px;
	/*position:relative;*/
}
.pright .infos_userinfo {
	margin-bottom: 0px;
}
.mt1{/* ( margin-top * 1 ) */
	margin-top:8px;
}
.pright .mt1{
	margin-top:0px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:16px;
}
.clear{
	overflow:hidden;
}
.fs-12{
	font-size:12px;
}
.fc-f60{
	color:#F60;
}
.fc-f90{
	color:#F90;
}
.clr{
	clear:both;
	}

.linkbox{
	padding: 10px 0 10px 20px;
    border-bottom: 1px dashed #e9e9e9;
}
.linkbox h3{
    height: 60px;
    border-bottom: none;
    text-align: left;
}
.linkbox h3 a{
	border: none;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    padding: 0 0 0 10px;
    margin: 0;
    line-height: 60px;
}
.linkbox .f6{

}
.linkbox .f6 li{
	display: inline-block;
}
.linkbox .f6 li a{
	border: 1px solid #fff;
    color: #666;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sp-title{
	padding: 10px 0 10px 20px;
    border-bottom: 1px dashed #e9e9e9;
}
.sp-title h2{
	height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #333;
    padding-left: 20px;
}