/* global <BODY> setting */
BODY {
	FONT-SIZE: 13px;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: Verdana;
	margin: 0px;
}

/* global <A> setting */

A:link {
	TEXT-DECORATION: none;
	color: #000000;
}
A:visited {
	COLOR: #CC3333;
	text-decoration: none;
}
A:hover {
	color: #0000FF;
	text-decoration: underline;
}


/* global <TD> setting */
TD {
	FONT-SIZE: 13px;
	line-height: 20px;
}
/* global <H?> setting */
H1 {
	FONT-SIZE: 17px;
	MARGIN-BOTTOM: 10px;
	COLOR: #0099CC;
	fornt-weight: bold;
	border-bottom: 1px dotted #6FBDE5;
	padding-bottom: 5px;
	width: 50%;
}
H2 {
	MARGIN-TOP: 3px;
  text-decoration: none;
 FONT-WEIGHT: bold;
 FONT-SIZE: 12px;
 MARGIN-BOTTOM: 3px;
 COLOR: #000000;
 FONT-FAMILY: Verdana;
}
H3 {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #0E2587;
  margin-top:3px;
  margin-bottom:0px;
}
H4 {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #02639B;
  margin-top:3px;
  margin-bottom:0px;
}
H5{
	background-color: #B9E9FF;
	padding: 3px;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	border-left: 6px solid #5A90B1;
	padding-left: 5px;
}

/* global <UL>,<LI> setting */
UL {
  margin-top:0px;
  margin-left:20px;
  margin-bottom:0px;
  padding:3px;
}
LI {
  list-style-type:square;
}

/* global <B>,<STRONG> setting */


/* global <TEXTAREA> setting */
textarea{
  width:90%;
  height:200px;
  font-family: Arial,Sans-serif;
  font-size: 12px;
}


/* ===== 5 fixed main block <DIV> setting ===== */
.whole_table {
	MARGIN: auto;
	WIDTH: 100%;
	BACKGROUND-COLOR: #ffffff;
	background-image: url(show_13bg.jpg);
	background-repeat: repeat-y;
}
.menu_td {
	BACKGROUND-IMAGE: url(show_03.jpg);
	HEIGHT: 35px;
	background-repeat: repeat-x;
}
.footer_td {
	WIDTH: 100%;
	HEIGHT: 30px;
	background-image: url(foot_bg.gif);
	background-repeat: repeat-x;
}

/* <DIV ID=tp_header> */
#tp_header {
  margin: 0px;
  height:195px;
}

/* <DIV ID=tp_menu> */
#tp_menu {
	WIDTH: 100%;
	text-align: center;
}

#tp_menu .table_class {
	width: auto;
}
#tp_menu .table_class td{
	padding-right: 5px;
	padding-left: 5px;
}

#tp_menu A:link {
	FONT-WEIGHT: bold;
	COLOR: #000066;
	font-size: 12px;
}
#tp_menu A:visited {
	FONT-WEIGHT: bold;
	COLOR: #333333;
	font-size: 12px;
}
#tp_menu A:hover {
	TEXT-DECORATION: none;
	font-size: 12px;
	color: #990000;
}

/* SUB_MENU */
.tp_menu_child {
  margin-left:30px;
  background-color:#B5E6FA;
  border-left:1px solid #777777;
  border-top:1px solid #777777;
  border-right:1px solid #444444;
  border-bottom:1px solid #444444;
  z-index:10;
  position:absolute;
  white-space: nowrap;
  padding:3px;
}

.tp_menu_child td{
  border-bottom:1px dashed #777777;
  white-space: nowrap;
  padding:3px;
}

/* main content block */
.tp_body_side {
	BACKGROUND-IMAGE: url(show_13.jpg);
	WIDTH: 215px;
	background-repeat: no-repeat;
}
.tp_body_main {
	WIDTH: 785px
}

.tp_misc_top{
  width:0px;
  margin:0px;
}
.tp_misc_side{
  width:0px;
  margin:0px;
}

a.tree_header:link {
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}
a.tree_header:visited {
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

/* <DIV ID=tp_main> */
#tp_main {
	MARGIN-LEFT: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.tp_main_header {
	height: 100px;
         padding-top: 18px;
}
.tp_main_body {
	PADDING-BOTTOM: 20px;
	padding-top: 20px;
}

/* <DIV ID=tp_inquiry> */
#tp_inquiry{
  width:100%;
}
.inquiry_col_0{
	text-align: right;
}
#tp_inquiry .table_class{
  width:90%;
	background-color: #EFEFEF;
	border: 1px;
	border-style: dotted;
	border-color: #999999;

}

/* <DIV ID=tp_product_menu> */
#tp_product_menu {
  width:auto;
}
#tp_product_menu .table_class {
	MARGIN: auto;
	width: 100%;
}
#tp_product_menu .cate_img_0{
	border-left: #cccccc thin dotted;
}
#tp_product_menu .cate_list_0{
	border-left: #cccccc thin dotted;
	font-size: 11px;
}
#tp_product_menu .cate_img_1{
	border-left: #cccccc thin dotted;
}
#tp_product_menu .cate_list_1{
	border-left: #cccccc thin dotted;
	font-size: 11px;
}

/* <DIV ID=tp_product_info> */
#tp_product_info {
  width:100%;
}
#tp_product_info .table_class{
  width:100%;
  margin:auto;
}

/* <DIV ID=tp_rlink_bottom> */
#tp_rlink_bottom {
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 5px;
	WIDTH: 100%;
	border-top: 1px dotted #cccccc;
}
#tp_rlink_bottom .table_class{
	WIDTH: 100%;
}
#tp_rlink_bottom a:link{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}
#tp_rlink_bottom a:hover{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}
#tp_rlink_bottom a:visited{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}

/* side block */
/* <div id=tp_side> */
#tp_side {
	margin-top: 20px;
	margin-right: 17px;
}
#tp_side ul{
	margin-left: 6px;
}
#tp_side li{
	background-image: url(00.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 12px;
	background-position: 0px 5px;
	margin-bottom: 10px;
}
#tp_side A:link {
	TEXT-DECORATION: none;
	color: #000033;
	font-size: 12px;
	font-weight: bold;
}
#tp_side A:visited {
	COLOR: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
#tp_side A:hover {
	text-decoration: underline;
}

/* <DIV ID=tp_rlink_side> */
#tp_rlink_side{
  margin:0px;
  background-image:url(/images/note/tp_rlink_side.gif);
}
#tp_rlink_side .table_class{
	FONT-WEIGHT: normal; FONT-SIZE: 11px; WIDTH: 100%; COLOR: 

#000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/* footer block */
/* <div id=tp_footer> */
#tp_footer {
	WIDTH: 100%;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	font-size: 10px;
	font-weight: normal;
}
#tp_footer A:link, #tp_footer A:visited, #tp_footer A:hover {
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

/* <DIV ID=quick_menu> */
#quick_menu {
  background-color:#eeeeee;
  font-family: Verdana;
  text-decoration: none;
  font-size: 9px;
  border:3px ridge #eeeeee;
}

/* below => customize id or class*/
.btm {
 color: #000000;
 font-family: Verdana;
 font-size: 10px;
}

a.btm:link{
 color: #000000;
 font-family: Verdana;
 font-size: 10px;
}
a.btm:hover{
 color: #333333;
}
a.btm:visited{
 color: #000000;
 font-family: Verdana;
 font-size: 10px;
}

a.list:link{
	color: #FE4A02;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-left: 10px;
}
a.list:hover{
	text-decoration: underline;
}
a.list:visited{
	color: #FE4A02;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-left: 10px;
}
a.list1:link {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
}
a.list1:hover{
 text-decoration: underline;
}
a.list1:visited {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #00648D;
	line-height: 16px;
	font-weight: bold;
}

a.list2:link{
	color: #5C5C5C;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
}
a.list2:hover{
	text-decoration: none;
}
a.list2:visited{
	color: #5C5C5C;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
}
.list3 {
	color: #666666;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	padding-left: 10px;
	font-weight: bold;
}

/* global <sitemap> setting */

.sitemap_1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	background-image: url(ar01.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 8px;
}
.sitemap_1 A:link {
	COLOR: #0033CC;
	text-decoration: none;
}
.sitemap_1 A:visited {
	COLOR: #0033CC;
	text-decoration: none;
}
.sitemap_1 A:hover {
	text-decoration: underline;
	color: #FF9900;
}
.sitemap_2 {
	FONT-SIZE: 12px;
	background-image: url(ar02.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 18px;
	background-position: 0px 3px;
	margin-top: 5px;
}
.sitemap_2 A:link {
	COLOR: #996633;
	text-decoration: none;
}
.sitemap_2 A:visited {
	COLOR: #996633;
	text-decoration: none;
}
.sitemap_2 A:hover {
	text-decoration: underline;
	color: #FF9900;
}
.sitemap_3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	background-image: url(ar04.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 13px;
	margin-bottom: 8px;
	margin-top: 5px;
}
.sitemap_3 A:link {
	COLOR: #0099FF;
	text-decoration: none;
}
.sitemap_3 A:visited {
	COLOR: #0099FF;
	text-decoration: none;
}
.sitemap_3 A:hover {
	text-decoration: underline;
	color: #FF9900;
}
.sitemap_4 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	margin-bottom: 5px;
	background-image: url(ar03.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 7px;
	padding-left: 10px;
	margin-top: 3px;
}
.sitemap_4 A:link {
	text-decoration: none;
	font-size: 12px;
	color: #427DCE;
}
.sitemap_4 A:visited {
	text-decoration: none;
	color: #427DCE;
}
.sitemap_4 A:hover {
	text-decoration: underline;
	color: #FF9900;
}
.sitemap_5 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	margin-bottom: 5px;
	margin-top: 3px;
}
.sitemap_5 A:link {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
.sitemap_5 A:visited {
	text-decoration: none;
	color: #666666;
}
.sitemap_5 A:hover {
	text-decoration: underline;
	color: #FF9900;
}
/* global <inxex> setting */
#index{
	background-image: url(main.jpg);
	background-repeat: no-repeat;
	height: 457px;
	width: 778px;
	background-position: 0px 74px;
	text-align: left;
}
#top{
	background-image: url(top.gif);
	background-repeat: no-repeat;
	width: 778px;
	height: 48px;
}
#icon{
	background-image: url(icon.gif);
	background-repeat: no-repeat;
	height: 26px;
	text-align: right;
	padding-top: 3px;
}
#icon A:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px #000000 solid;
}
#icon A:visited {
	COLOR: #0000CC;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px #000000 solid;
}
#icon A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px #000000 solid;
}
#word {
	MARGIN-TOP: 180px;
	FONT-WEIGHT: bold;
	MARGIN-LEFT: 420px;
	WIDTH: 350px;
	COLOR: #ffffff;
	POSITION: absolute;
	font-size: 11px;
	line-height: 18px;
}
#Copyright {
	MARGIN-TOP: 10px;
	FONT-SIZE: 10px;
	WIDTH: auto;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	color: #333333;
}
#Copyright A:link, #Copyright A:visited, #Copyright A:hover {
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
	color: #333333;
}

#tp_footer A:hover, #Copyright A:hover{
 	cursor:text;
}
