@charset "utf-8";

/*---------------------------------------------
 format
---------------------------------------------*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

input {
	_margin: -1px 0;
}

table {
	border-collapse:separate;
	font-size: 12px;
}

fieldset, img {
	border:0;
}

img {
	-ms-interpolation-mode: bicubic;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #999;
}

input[type="text"] {
	height: 16px;
	line-height: 16px;
}

body {
	color: #333;
	text-align: center;
}

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


/*---------------------------------------------
 container
---------------------------------------------*/
/** ����ƥ� **/
div#container{
	width: 998px;
	border: 1px solid #999;
	text-align: left;
	margin: 10px auto;
}


/*---------------------------------------------
 header
---------------------------------------------*/
div#header{
	position: relative;
	width: 998px;
	text-align: left;
	margin-bottom: 15px;
}

div#header h1 a {
/*
	background: url(/images/header.jpg) left top no-repeat;
	text-indent: -9876px;
*/
	display: block;
	height: 468px;
	overflow: hidden;
}

div#header #logo{
	height: 435px;
	overflow: hidden;
}

div#header a#float_link {
	display: block;
	position: absolute;
	top: 230px;
	width: 220px;
	height: 230px;
	text-indent: -9876px;
	background: url(/maintenance/img/header_float.png) left top no-repeat;
}

/** �إå�����˥塼 **/
div#header ul#navigation {
	margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 3px solid #FD6886;
	zoom: 100%;
}

div#header ul#navigation li {
	float: left;
	list-style: none;
}

div#header ul#navigation li a {
	background-color: #F5F5F5;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #E7508C;
	margin-right: 2px;
	padding: 7px 5px;
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
	text-align: center;
	width: 128px;
}

div#header ul#navigation li a:hover {
	background-color: #FD6886;
	border-color: #FD6886;
	color: #FFF;
	text-decoration: none;
}

div#header ul#navigation_menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 100%;
}
div#header ul#navigation_menu li {
	float: left;
	list-style: none;
}
div#header ul#navigation_menu li a {
	display: block;
	width: 160px;
	height: 44px;
	text-align: center;
	overflow: hidden;
}
div#header div.login_txt {
	padding: 5px;
	color: #555;
	font-weight: bold;
}
div#header div.login_txt span {
	color: #C00;
}

/*---------------------------------------------
 footer
---------------------------------------------*/
div#footer{
	width: 998px;
	clear: both;
	margin-top: 15px;
	background: url(/maintenance/img/footer.jpg) left bottom no-repeat;
}
div#footer ul{
	margin: 0 7px;
	padding: 10px 0 15px 0;
	border-top: 1px dashed #999;
	text-align: center;
}
div#footer ul li{
	padding: 2px 7px;
	display: inline;
	border-right: 1px solid #CCC;
}
div#footer ul li.last{
	border-right-style: none;
}
div#footer p{
	height: 160px;
	border-top: 1px solid #999999;
	text-indent: -9876px;
}


/*---------------------------------------------
 content
---------------------------------------------*/
div#content{
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
	text-align: left;
	width: 760px;
	position: relative;
}

/*---------------------------------------------
 left-side
---------------------------------------------*/
div#sidebar {
	float: left;
	margin: 0 10px;
	_margin: 0 5px;
	width: 195px;
	text-align: left;
}

div#sidebar .side_cat_title {
	height: 38px;
	overflow: hidden;
}

div#sidebar #side_cat_list {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(/maintenance/img/side_cat_bottom.gif) left bottom no-repeat;
}

div#sidebar #side_cat_list li {
	margin-top: 6px;
	height: 55px;
	overflow: hidden;
}

