body { font-family: "MS Sans Serif"; font-size: 11px; color: #666666; } 
table { font-family: "MS Sans Serif"; font-size: 11px; color: #666666; } 

/* Text Link */
a.link_color_normal:link { font-family: "MS Sans Serif"; color: #222222; text-decoration: none }
a.link_color_normal:visited { font-family: "MS Sans Serif"; color: #222222; text-decoration: none }
a.link_color_normal:active { font-family: "MS Sans Serif"; color: #222222; text-decoration: none }
a.link_color_normal:hover { font-family: "MS Sans Serif"; color: #222222; text-decoration: none }

a.link_color_white:link { font-family: "MS Sans Serif"; color: #FFFFFF; text-decoration: none }
a.link_color_white:visited { font-family: "MS Sans Serif"; color: #FFFFFF; text-decoration: none }
a.link_color_white:active { font-family: "MS Sans Serif"; color: #FF9900; text-decoration: underline }
a.link_color_white:hover { font-family: "MS Sans Serif"; color: #FF9900; text-decoration: underline }

a.link_color_topic2:link { font-family: "MS Sans Serif"; color: #003663; text-decoration: none }
a.link_color_topic2:visited { font-family: "MS Sans Serif"; color: #003663; text-decoration: none }
a.link_color_topic2:active { font-family: "MS Sans Serif"; color: #FF6600; text-decoration: underline }
a.link_color_topic2:hover { font-family: "MS Sans Serif"; color: #FF6600; text-decoration: underline }

a.link_color_default:link { font-family: "MS Sans Serif"; color: #666666; text-decoration: none }
a.link_color_default:visited { font-family: "MS Sans Serif"; color: #666666; text-decoration: none }
a.link_color_default:active { font-family: "MS Sans Serif"; color: #FF6600; text-decoration: underline }
a.link_color_default:hover { font-family: "MS Sans Serif"; color: #FF6600; text-decoration: underline }
a.link_color_stay:visited { font-family: "MS Sans Serif"; color: #666666; text-decoration: underline }

a.link_color_blue:link { font-family: "MS Sans Serif"; color: #0066cc; text-decoration: none }
a.link_color_blue:visited { font-family: "MS Sans Serif"; color: #0066cc; text-decoration: none }
a.link_color_blue:active { font-family: "MS Sans Serif"; color: #DDDDDD; text-decoration: underline }
a.link_color_blue:hover { font-family: "MS Sans Serif"; color: #DDDDDD; text-decoration: underline }

/* Text Weight */
.txt_bold {
	font-weight: bold;
}

/* Text Color */
.txt_color_white {
	color: #FFFFFF;
}
.txt_color_green1 {
	color: #005952;
}
.txt_color_green2 {
	color: #9FD349;
}
.txt_color_blue1 {
	color: #003663;
}
.txt_color_sale_subject {
	color: #B94688;
}
.txt_color_new {
	color: #FF0000;
}
.txt_color_gray {
	color: #666666;
}
.txt_color_orange1 {
	color: #FF6600;
}

/* Text Size */
.th_txt_11_blue_px {
	font-family: "MS Sans Serif";
	font-size: 11px;
	color: #0066cc;
}
.th_txt_11px {
	font-family: "MS Sans Serif";
	font-size: 11px;
}
.th_txt_12px {
	font-family: "MS Sans Serif";
	font-size: 12px;
}
.th_txt_14px {
	font-family: "MS Sans Serif";
	font-size: 14px;
}
.th_txt_16px {
	font-family: "MS Sans Serif";
	font-size: 16px;
}

.en_txt_8px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.en_txt_9px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.en_txt_11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.en_txt_12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.en_txt_14px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.en_txt_16px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.textbox_orange {
	background-color: #FDF2DF;
	border: 1px solid #FFCC99;
	font-family: "MS Sans Serif";
	font-size: 11px;
	color: #666666;
	margin: 1px;
	padding: 1px;
	background-position: center;
}

/* Button Style */
.th_btn_40 {
	font-family: "MS Sans Serif";
	color: #FFFFFF;
}
.en_btn_50 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #5C9624;
	font-size: 10px;
	border: 1px solid #FFFFFF;
	width: 50px;
	cursor: hand;
}

/* Input Style */
.input_center { font-family: "MS Sans Serif"; font-size: 10px; color: #000000; background-color: #DEDEBB; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #FFFFDD; height:18px; text-align: center; }
.input_left { font-family: "MS Sans Serif"; font-size: 10px; color: #000000; background-color: #F9F9F9; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #FFFFDD; height:18px; text-align: left; }
.input_right { font-family: "MS Sans Serif"; font-size: 10px; color: #000000; background-color: #DEDEBB; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #FFFFDD; height:18px; text-align: right; }
.input_textarea { font-family: "MS Sans Serif"; font-size: 10px; color: #000000; background-color: #F9F9F9; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #FFFFDD; text-align: left; }
.input_normal { border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #FFFFDD; }
.select { font-family: "MS Sans Serif"; font-size: 10px; color: #000000; background-color: #F9F9F9; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #FFFFDD; height:18px;}
.input_select_normal { font-family: "MS Sans Serif"; font-size: 10px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #FFFFDD; height:18px; text-align: left; }

.en_button_120 { font-family:"MS Sans Serif"; font-size:10px; font-weight:bold; width:120px; text-align:center; }
.en_button_60 { font-family:"MS Sans Serif"; font-size:10px; font-weight:bold; width:60px; text-align:center; }
.en_button_80 { font-family:"MS Sans Serif"; font-size:10px; font-weight:bold; width:80px; text-align:center; }
.mnusub {
	font-family: "MS Sans Serif";
	font-size: 10px;
	height: auto;
	width: 100%;
	color: #666666;
}
.mnusub a:link {
	font-family: "MS Sans Serif";
	font-size: 10px;
	height: auto;
	width: 100%;
	text-decoration: none;
	color: #666666;
}
.mnusub a:visited {
	font-family: "MS Sans Serif";
	font-size: 10px;
	height: auto;
	width: 100%;
	text-decoration: none;
	color: #666666;
}
.mnusub a:hover {
	font-family: "MS Sans Serif";
	font-size: 10px;
	background-color: #E9F5F8;
	height: auto;
	width: 100%;
	text-decoration: none;
	color: #000000;
}
