﻿/* Set default css of body ------------------------------------------------------------------------ */

body{
	/*background-image: url(../images/bg.jpg);*/
	background-color: #FEFFF9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 12px;
	/*line-height: 16px;*/
	
	/* scrollbar of body */	
	scrollbar-face-color: #e7e7e7;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #ddddd5;
	scrollbar-darkshadow-color: #ddddd5;
	scrollbar-track-color: #e7e7e7;
	scrollbar-arrow-color: #999999;
   
}

/* Set default css of table ------------------------------------------------------------------------*/

Table{
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
TR{
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
TD{
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

/* Set default css of link */
A {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
A:hover{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

/* set css of form -------------------------------------------------------------------------------------*/

/* input */
.form_input{
	background-color: #FCFCFC;
	/*color:#000000;*/
	font-size: 12px;	
	/*border:1px solid #CCCCCC;*/
	height: 18px;
}

/* select */
.form_select{
	background-color: #FCFCFC;
	font-size: 12px;
	height:18px;
}

/* area */
.form_area{
	background-color: #FCFCFC;
	/*color:#000000;*/
	font-size: 12px;
	/*border:1px solid #CCCCCC;*/
}

/* button */
.form_button{
	font-size: 12px;
	margin: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border: 1px solid #999999;
	height:18px;
	background-color: #cccccc;
}

/* set css of paragraph --------------------------------------------------------------------------------*/

.p{
	text-indent: 24px;
	font-size: 12px;
	line-height: 22px;
}

/* set css of font -------------------------------------------------------------------------------------*/


/* set css of link -------------------------------------------------------------------------------------*/
 .pix12_white {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.pix12_white:hover{
	color: #FFFF99;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}
 .pix12_white01 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.pix12_white01:hover{
	color: #FFFF00;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}
.pix12_red {
	font-size: 12px;
	color: #CC0000;
}
.pix12_red:hover{
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
}

.menu_sub {
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	letter-spacing: 3px;
}
.menu_sub:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	letter-spacing: 3px;
}
.px12_green {
	font-size: 12px;
	line-height: 16px;
	color: #006600;
}
.px12_green:hover {
	font-size: 12px;
	line-height: 16px;
	color: #006600;
}
/* set css of filter -----------------------------------------------------------------------------*/

/* set css of other ------------------------------------------------------------------------------*/
 .pix12_white_b {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.pix12_blue {
	font-size: 12px;
	color: #759905;
}
.title_news {
	font-size: 18px;
	font-weight: bold;
	color: #CC6600;
	line-height: 26px;
}
.line_green {
	font-size: 12px;
	color: #96B92D;
}

