@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f1f1f1;
	outline:none;
	text-decoration:none;
}
body {
	text-align:center;
	background:#000;
	line-height:20px;
}
p {
	padding-bottom:14px;
}
a:hover {
	color:#333;
}
#out {
	width:100%;
	background:url(../images/bk.gif) repeat-x 0px 0px #686966;
	border-bottom:solid 1px #a8a4a4;
}
#wr,#fti {
	text-align:left;
	width:800px;
	margin:0px auto;
}
#ph {
	width:100%;
	height:100px;
	position:relative;
}
#phnv {
	width:800px;
	height:39px;
	background:url(../images/phnv.png) 0px -39px;
	position:absolute;
	left:0px;
	top:61px;
	list-style:none;
}
#phnv li {
	float:left;
	background-image:url(../images/phnv.png);
	background-repeat:no-repeat;
}
#phnv li a {
	display:block;
	height:39px;
	width:160px;
	text-indent:-999999em;
	overflow:hidden;
	background-image:url(../images/phnv.png);
	background-repeat:no-repeat;
}
#btn_1 {
	background-position:0px -78px;
}
#btn_2 {
	background-position:-160px -78px;
}
#btn_3 {
	background-position:-320px -78px;
}
#btn_4 {
	background-position:-480px -78px;
}
#btn_5 {
	background-position:-640px -78px;
}
#btn_1 a {
	background-position:0px 0px;
}
#btn_2 a {
	background-position:-160px 0px;
}
#btn_3 a {
	background-position:-320px 0px;
}
#btn_4 a {
	background-position:-480px 0px;
}
#btn_5 a {
	background-position:-640px 0px;
}
#phnv li a:hover, #phnv li.act, #phnv li a.act, #phnv li a.act:hover {
	background-image:none;
}
#hd {
	padding:14px 0px 10px 0px;
	border-bottom:dashed 1px #f1f1f1;
}
#cnt {
	width:100%;
	padding:14px 0px 10px 0px;
}
.pt {
	font-size:18px;
}
#ft {
	width:100%;
	text-align:center;
	padding:14px 0px;
}
#fti,#fti p,#fti a {
	color:#333;
}