/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.head {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 990px;
}
.head2 {
	background-image: url(../img/head_ch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 990px;
}
.mbg {
	background-image: url(../img/mbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.mid {
	background-image: url(../img/mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
}
.line01 {
	background-image: url(../img/line_td01.gif);
	background-repeat: repeat-x;
}

/*************Font Style*************/
.font1top {
	font-size: 12px;
	color: #FFFFFF;
}
.fontH1 {
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.fontH1SP {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.fontH1SP2 {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	padding-left: 16px;
}
.fontH2 {
	font-size: 9px;
	line-height: 16px;
	color: #333333;
}
.fontH2SP {
	font-size: 8px;
	line-height: 16px;
	color: #333333;
}
.fontH3 {
	font-size: 12px;
	line-height: 22px;
	color: #FF6600;
}
.font4 {
	font-size: 8px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
/*************Link Style*************/
.Menu {
	COLOR: #607189;
	font-size: 11px;
	font-weight: bold;
	line-height: 26px; /* ¤UÃä®Ø¦â±m */
	text-decoration: none;
	height: 26px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Menu:hover {
	color: #137AB5;
	text-decoration: none;
	background-color: #fafafa;
	padding-left: 22px;
}
.link1top {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	padding-right: 3px;
	padding-left: 3px;
}
.link1top:hover {color: #FFFFFF;text-decoration: underline;
}
.linkH1 {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-size: 12px;
	line-height: 22px;
}
.linkH1:hover {color: #666666;text-decoration: underline;
}
.linkS1 {
	COLOR: #0099FF;
	TEXT-DECORATION: none;
	font-size: 12px;
	line-height: 22px;
}
.linkS1:hover {color: #0099FF;text-decoration: underline;
}
.linkS2 {
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-size: 10px;
	line-height: 24px;
}
.linkS2:hover {
	color: #0099FF;
	text-decoration: none;
}
.linkT1 {
	COLOR: #FF6600;
	TEXT-DECORATION: none;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #FF9900;
	padding: 5px;
}
.linkT1:hover {
	color: #0099FF;
	text-decoration: none;
	border: 1px solid #0099FF;
}

/*************PIC Style*************/
.floatA {
	float:right;
	clear: both;
	padding: 0px;
	margin: 5px;
}
.floatB {
	float:right;
	clear: both;
	padding: 0px;
}
.liB {
	list-style-type: upper-alpha;
}
.liN {
	list-style-type: decimal;
}
.liS {
	list-style-type: lower-alpha;
}
.liV {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.liX {
	list-style-image: url(../img/p_li.gif);
}
/*************Layer1 Style*************/
#Layer1 {
	position:relative;
	left:540px;
	top:-390px;
	width:180px;
	height:70px;
	z-index:1;
}
