/* 01 -------- text_blue ---------- */

*{
font-size:12px;
}

.text_blue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #2F689B;
	text-decoration: none;
}
.text_blue a:link {
	color: #2F689B;
	text-decoration: none;
}
.text_blue a:visited {
	color: #2F689B;
	text-decoration: none;
}
.text_blue a:hover {
	color: #666666;
	text-decoration: none;
}

/* 02 -------- text_blue_right ---------- */
.text_blue_right{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #2F689B;
	text-align: right;
}

/* 03 -------- text_blue_center ---------- */
.text_blue_center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #2F689B;
	text-align: center;
}
.text_blue_center a:link {
	color: #666666;

}
.text_blue_center a:visited {
	color: #666666;

}
.text_blue_center a:hover {
	color: #2F689B;
}

/* 04 -------- text_blue_left ---------- */
.text_blue_left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #2F689B;
	text-align: left;
}

/* 05 -------- text_gray_left ---------- */
.text_gray_left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-align: left;
    background-color: #EDF9FF;

}

/* 06 -------- text_gray_center ---------- */
.text_gray_center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EDF9FF;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-align: center;
}
.text_gray_center a:link {
	color: #666666;

}
.text_gray_center a:visited {
	color: #2F689B;

}
.text_gray_center a:hover {
	color: #2F689B;
}

.text_gray_right{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EDF9FF;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-align: right;
}

.text_gray_right a:link {
	color: #666666;

}
.text_gray_right a:visited {
	color: #2F689B;

}
.text_gray_right a:hover {
	color: #2F689B;
}


/* 07 -------- navigation_blue ---------- */
.navigation_blue{
	text-indent: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	background-color: #689bc8;
}
.navigation_blue a:link {
	color: #ffffff;
	text-decoration: none;
}
.navigation_blue a:visited {
	color: #ffffff;
	text-decoration: none;
}

.navigation_blue a:hover {
	color: #06213e;
}
/* 08 -------- navigation_gray ---------- */
.navigation_gray{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #06213e;
	background-color: #c5def3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 22pt;
	text-align: left;
	padding-left:20px;
}
.navigation_gray a:link {
	color: #06213e;
	text-decoration: none;
}
.navigation_gray a:visited {
	color: #06213e;
	text-decoration: none
}
.navigation_gray a:hover {
	color: #689bc8;
	text-decoration: none;

}
/* 08-2 -------- navigation_gray-1 ---------- */
.navigation_gray-1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #06213e;
	background-color: #f2f7fb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 22pt;
	text-align: left;
	padding-left:40px;
}
.navigation_gray-1 a:link {
	color: #06213e;
	text-decoration: none;

}
.navigation_gray-1 a:visited {
	color: #06213e;
	text-decoration: none
}
.navigation_gray-1 a:hover {
	color: #86c1f5;
	text-decoration: none;

}

/* 09 -------- frame_blue ---------- */
.frame_blue{
	border: 1px solid #67B0D2;
	background-color: #EDF9FF;
}

/* 10 -------- frame_blue_noback ---------- */
.frame_blue_noback{
	border: 1px solid #67B0D2;
}
/* 11 -------- column_title ---------- */
.column_title{
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../images/dwt-top-c.jpg);
	text-align: left;
}
/* 12 -------- button_blue ---------- */
.botton_blue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #2F689B;
	text-decoration: none;
	text-align: center;
}
.botton_background_images{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	line-height: 19px;*/
	color: #2F689B;
	cursor:pointer;
	height:22px;
	text-decoration: none;
	text-align: center;
	border: 0;
}
.botton_blue a:link {
	color: #2F689B;
	text-decoration: none;

}
.botton_blue a:visited {
	color: #2F689B;
	text-decoration: none;

}
.botton_blue a:hover {
	color: #666666;
	text-decoration: none;
}
/* 13 -------- help ---------- */
.help{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color: #6666CC;
	text-align: left;
}

/* 14 -------- hrstyle ---------- */
.hrstyle{ 
	color: #2F689B 
}

/* 15 -------- underline_gray ---------- */
.underline_gray{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #2F689B;
	text-align: center;
	background-color: #D3E0E9;
}

/* 16 -------- body ---------- */
body {
	font:12px Tahoma;
	margin:0px;
	text-align:left;
	color: #17467a;
	background-color: #e3ecf3;
}
a:link,a:visited {
	font-size:12px;
	text-decoration: underline;
	color: #ff9b1b;
}
a:hover{
	color: #689bc8;
	text-decoration: none;
}
/* 17 --------Ò³Ãæ²ãÈÝÆ÷ ---------- */
#container {width:1020px;
            margin:auto;
            background:#fff;
			padding-left:6px;}


