@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------
css clear
------------------------------------------------------*/

html, body {
margin: 0;
padding: 0;
}

h1,h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
}

table, caption, th, td {
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: inherit;
}

h1{
margin: 0;
padding: 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #669ACC;
	text-decoration: none;	
}
a:hover {
	color: #FF6600;
	text-decoration: underline;		
}


/*------------------------------------------------------
all css
------------------------------------------------------*/

div#container {
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
}
div#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/headerBg.jpg);
	background-repeat: no-repeat;
	height: 90px;
	padding-right: 10px;
	padding-left: 10px;
}

div#header h1 {
	float: left;
	margin-top: 2px;
	padding-left: 28px;
}
div#header #headMenu {
	list-style-type: none;
	padding-top: 8px;
	padding-right: 10px;
}
div#header #headMenu li {
	list-style-type: none;
	float: right;
	margin-right: 5px;
	color: #FFFFFF;
}
div#header #headMenu li a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;	
}

div#header #headMenu li a:hover  {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;	
}

/*--

div#header #headMenu {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 1px;
}

*html div#header #headMenu {
	list-style-type: none;
	padding-top: 10px;
}

div#header #headMenu li {
	list-style-type: none;
	float: right;
}

div#header #headMenu li#buttonA {
	background-image: url(../image/upbtn03_over.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 85px;
}
div#header #headMenu li#buttonA a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../image/upbtn03.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
}
div#header #headMenu li#buttonA a:hover {
	background-image: url(../image/upbtn03_over.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}
div#header #headMenu li#buttonB {
	background-image: url(../image/upbtn02_over.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 73px;
}
div#header #headMenu li#buttonB a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../image/upbtn02.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
}
div#header #headMenu li#buttonB a:hover {
	background-image: url(../image/upbtn02_over.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}
div#header #headMenu li#buttonC {
	background-image: url(../image/upbtn01_over.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 90px;
}
div#header #headMenu li#buttonC a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../image/upbtn01.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 40px;
}
div#header #headMenu li#buttonC a:hover {
	background-image: url(../image/upbtn01_over.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}

-*/
div#wrapper {
	background-image: url(../image/boxBg.jpg);
	background-repeat: repeat-y;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-position: left top;
	padding-bottom: 2px;
}
div#wrapper #topimage {
	padding-top: 2px;
	padding-bottom: 2px;
}
div#mainAera {
	background-image: url(../image/mainAreaBg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 790px;
}
div#mainAera #menu {
	float: left;
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
div#menu ul#sideMenu {
	list-style-type: none;
	padding-bottom: 10px;
}
div#menu ul#sideMenu li {
	margin: 0px;
	padding: 0px;	
}
div#menu ul#sideMenu .catIndex {
	background-image: url(../image/categoryTitleBg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 31px;
	width: 144px;
	padding-top: 14px;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}

div#menu ul#sideMenu .catButtom {
	min-height: 20px;
	height: auto;
	width: 158px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 9px;
}

/*--IE6------------------------------------*/
*html div#menu ul#sideMenu .catButtom {
	height: 20px;
	width: 158px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 9px;
}

div#menu ul#sideMenu li a {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #95b8ff;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
div#menu ul#sideMenu li a:hover{
	color: #999999;
	text-decoration: underline;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff9933;
}


/*div#menu ul#sideMenu .catButtom {
	min-height: 20px;
	height: 10px;
	width: 158px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 9px;
}/*

/*--IE6------------------------------------*/
/**html div#menu ul#sideMenu .catButtom {
	width: 158px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
}

div#menu ul#sideMenu li a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
div#menu ul#sideMenu li a p {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B1D8B1;
	margin-right: 8px;
	margin-left: 8px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#menu ul#sideMenu li a p:hover {
	color: #999999;
	text-decoration: underline;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}
*/

div#mainAera #contentsArea {
	float: right;
	width: 606px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
}
div#footer {
	background-image: url(../image/footerBg.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
div#footer p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}
div#Aspace {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.toTop {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.toTop a {
	color: #669ACC;	
}
.toTop a:hover {
	color: #FF3333;	
}

.toTop2 {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.toTop2 a {
	color: #FF3333;
	font-size: 14px;
	text-decoration: underline;		
}
.toTop2 a:hover {
	color: #FF3333;
	font-size: 14px;
	text-decoration: none;	
		
}
.all-clear {
	clear: both;
}
.b {
font-weight:bold
}
