/* CSS Document */
body {
	font-family: "Arial", "helvetica", "sans-serif";
	font-size: 8pt;
	line-height: 160%;
	color: #666666;
}

td {
	font-family: "Arial", "helvetica", "sans-serif";
	font-size: 8pt;
	line-height: 160%;
	color: #666666;
}

/* Contents 01*/
a:link {text-decoration:none;color:#333333;}
a:visited {text-decoration:none;color:#333333;}
a:active {text-decoration:none;color:#333333;}
a:hover {text-decoration:none;color:#3399cc;}

/* Left Menu */
a.lmenu:link {font-size:8pt;text-decoration:none;color:#333333;}
a.lmenu:visited {font-size:8pt;text-decoration:none;color:#333333;}
a.lmenu:active {font-size:8pt;text-decoration:none;color:#333333;} 
a.lmenu:hover {font-size:8pt;text-decoration:none;color:#FF6646;}

/* Main Menu */ 
a.mmenu:link { font-size:9pt; text-decoration:none; color:#666666; font-weight:bold;line-height: 160%;}
a.mmenu:visited { font-size:9pt; text-decoration:none; color:#666666; font-weight:bold;line-height: 160%;}
a.mmenu:active { font-size:9pt; text-decoration:none; color:#666666; font-weight:bold;line-height: 160%;}
a.mmenu:hover { font-size:9pt; text-decoration:none; color:#000000; font-weight:bold;line-height: 160%;}

/* Normal Link  
a.md03:link {font-size:8pt;text-decoration:none;color:#ffffff;line-height: 160%;}
a.md03:visited {font-size:8pt;text-decoration:none;color:#ffffff;line-height: 160%;}
a.md03:active {font-size:8pt;text-decoration:none;color:#ffffff;line-height: 160%;}
a.md03:hover {font-size:8pt;text-decoration:none;color:#FFCCCC;line-height: 160%;}
*/




/* FORM*/
/*input  { 	font-size:9pt;	color:#666666; border : 1px solid #cccccc;}*/
.box_input  { 	font-size:8pt;	color:#666666; border : 1px solid #e3e3e3;}
.box  { 	font-size:8pt;	color:#666666; border : 3px solid #e3e3e3;}
.box_left  { 	font-size:8pt;	color:#666666; border-left: 1px solid #e3e3e3;}
.box_btm  { 	font-size:8pt;	color:#666666; border-bottom: 1px solid #006699; text-align:left; }
.box_btm_e3  { 	font-size:8pt;	color:#666666; border-bottom: 1px solid #e3e3e3; text-align:left; }
textarea  { 	font-size:8pt;	color:#666666; border : solid 1 #D5D5D5;padding-top:5;padding-bottom:5;padding-left:5;padding-right:5}
select  {	 	font-size:8pt;	color:#666666;	background-color:#cccccc;}

/* TEXT*/
/*text*/
.txt7 {  font-size: 7pt; line-height: 120%; color: #666666;}
.txt8 {  font-size: 8pt; line-height: 160%; color: #666666;}
.txt9 {  font-size: 9pt; line-height: 160%; color: #666666;}

/*color*/
.red { color: red}
.green { color: green;}
.orange { color: orange;}
.white { color: white;}

/*properties*/
.just{ text-align: justify;}
.left{ text-align: left;}
.right{ text-align: right;}
.bold{ font-weight: bold; color:#333333}
.italic { font-style:italic;}

/*td bg*/
.txt8_bg_bold_white {font-size: 8pt;line-height: 160%;color: #ffffff;font-weight:bold;text-align: center;background-color: #66CC99;}
.txt8_bg_bold_f5 {font-size: 8pt;line-height: 160%;color: #333333;font-weight:bold;text-align: center;background-color: #f5f5f5;}
.txt8_bg_bold_e3 {font-size: 8pt;line-height: 160%;color: #333333;font-weight:bold;text-align: center;background-color: #e3e3e3;}

.txt9_bg_bold_white {font-size: 9pt;line-height: 160%;color: #ffffff;font-weight:bold;text-align: left;background-color: #66CC99;}
.txt9_bg_bold_f5 {font-size: 9pt;line-height: 160%;color: #333333;font-weight:bold;text-align: center;background-color: #f5f5f5;}
.txt9_bg_bold_e3 {font-size: 9pt;line-height: 160%;color: #333333;font-weight:bold;text-align: center;background-color: #e3e3e3;}

