/*SNK LB


/*主体（字体，主色，底色）*/
body{
	margin: 0 0 0 0 ;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	font: sans-serif,Tahoma, Geneva;
	overflow-y: scroll;
}

/*图片无边框*/

img {
	vertical-align:middle;
	 border: 0; }


a {
	outline: none; }





/*超链接（激活时变浅）*/
a:link {color: #038AC5;}
a:visited {color: #038AC5;}
a:hover {color: #ffffff;}



/* 公共头尾，内嵌框架 */
.header {
    width: 800px;
    height: 146px;
}

.footer {
    width: 800px;
    height: 88px;
}

.copyright {
    width: 800px;
    height: 45px;
}


iframe {
    border: none;
}


/* 分割线 */
hr {
    border: 1px solid #038ac5;
}


/*标题（通用大标题）*/
.fontt{
	font-family: Tahoma;
	font-size: 28px;
	text-align: center;
}

/*副标题（文字较小的标题）*/
.fontt2{
	font-family: Tahoma;
	font-size: 21px;
	text-align: center;
	line-height: 80%;
}


/*标记（标记色，辅助色）*/
.fontm{
	color: #ffcc00;
}

/*未知（未知内容配色，未公开部分配色）*/
.fontu{
	color: #777777;
}

/*inter字体（inter专用）*/
.fontinter{
	font-weight: bold;
	font: SimHei;
	font-size: 13px;
	font-style: italic;
	text-align: left;
	top: auto;
}

/*11号字体（版权专用）*/
.font11{
	font:Tahoma;
	color:#DC1AA0;
	font-size: 11px;
	text-align: center;
}





/*SUB字体（其他相关角色介绍用字体）*/
.fontsub{
	font-size: 13px;
	text-align: left;
	top: auto;
	letter-spacing:-0.5px;
}






/*表格（普通表格的宽度）*/
table{
	width: 800px;
    border-spacing: 0px;
    border-collapse: collapse;
}

td {
    padding: 0px;
	vertical-align: top;
}

/*中齐表格（内容完全居中的表格）*/
.tablec{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}





/*副标题（蓝底白字）*/
.divt2{
	font-family: Tahoma;
	font-size: 21px;
	background-color: #038AC5;
}




/*表格蓝色边框*/
table#blue, table#blue td {
  border: solid 2px #038AC5;
	table-layout: fixed;
}

table#blue td {
     text-align: left;
	 padding: 2px;
}

table#bluec td {
	border: solid 2px #038AC5;
	padding: 2px;
	table-layout: fixed;
}






/*表格（游戏简介）*/
.table544{
	width: 544px;
     text-align: left;
}


/*表格（角色简介）*/
.table550{
	width: 550px;
     text-align: left;
}





