/* kenji (7:52) ------------------------------------------------------------------------------------*/
 @import url("../css/style_templates.css");
BODY {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin: 0px 0px 0px 0px;/*top right bottom left*/
	background-color:#383637;
	background-image:url(../images/designbg-top-x.gif); 
	background-repeat:repeat-x;
}

div.logo {
	width:932px;
	margin:0px auto;
}
a.logoweb {
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	display:block;
	width:390px;
	height:110px;
	/*float:left;*/
	text-indent:-9999px;
	margin-top:10px;
}

.bgsha{
	background-image:url(../images/designbg-top.gif);
	background-position:center;
	background-position:top; 
	background-repeat:no-repeat;
}
.bgtdbar{
	background-image:url(../images/bgtitle.gif); 
	background-repeat:no-repeat;
	width:179px;
	height:28px;
	vertical-align:middle;
}
.titlehalf{
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding-top:0px;
	padding-left:25px;
	display:block;
}
.bgtdbar2{
	background-image:url(../images/bgright.gif); 
	background-repeat:no-repeat;
	width:170px;
	height:30px;
	vertical-align:middle;
}

.titlehalf_right{
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding-top:1px;
	padding-left:20px;
	display:block;
}


/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3 {
	margin:0px; 
	padding:0px;
}
h1{
	color:#289CD1;
	font-weight:bold;
	font-size:18px;
}
h2{
	color:#333;
	font-weight:bold;
	font-size:16px;
}
.css1{
	color:#fff;
	/*font-weight:bold;*/
}
.css2{
	color:#92cef8;
	
}
.css3{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
.css4{
	font-size:12px;
	color:#289CD1;
	font-weight:bold;
	text-decoration:underline
}
.css5{
	color:#ffffff;
	background-color:#1D75B3;
	font-weight:bold;	
}
.css6{
	font-size:12px;
	color:#fff000;
	font-weight:bold;
}
.css7{
	color:#1A64DB;
	font-weight:bold;
	font-size:12px;
}
.css8{
	color:#333;
	font-size:10px;
}
.css9{
	color:#ff0000;
	font-weight:bold;
	font-size:12px;
}

.head1{
	font-size:12px;
	color:#666;
	font-weight:bold;
}
.head2{
	font-size:11px;
	color:#92cef8;
}
.comment{
	font-size:10px;
	color:#999;
}
.comment2{
	font-size:11px;
	color:#666;
}
.titlebarw{
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding-left:43px;
}
/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333;
}
input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}
select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}
textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}
/*.lineheight_td{
	line-height:20px;
}*/

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/
a {
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#006393;
	text-decoration:underline;
}
a:hover {
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#ff6600;
	text-decoration:underline;
}
.cpage_normal{
	background-color: #B3D9FF;
	border: 1px solid #808080;
	/*top right bottom left*/	
	padding: 1px 3px 1px 3px;
}

.cpage_active{
	background-color: #E1FAFF;
	border: 1px solid #808080;
	/*top right bottom left*/	
	padding: 1px 3px 1px 3px;
}


table{
	border:0px;
}
tr{
	vertical-align:top;
}
img{
	border:0px;
}
ul{
	margin-left:35px;
	margin-bottom:0px;
	padding-left: 10px;
	padding-bottom:5px;
	list-style-position: inside;
	list-style-type: circle;

}

.borderline_hor{
	border-color:#999; 
	border-top:0px; 
	border-bottom:1px;
	border-left:0px; 
	border-right:0px; 
	border-style:dotted; 
}



#imageh:hover{

	border:1px solid #FEFEFE;
}
#imageh{


	border:1px solid #FEFEFE;
}


img.border2{


	border:1px solid #FEFEFE;
}



/*------------------------content------------------------------*/
#content div{ 
	font-family:Tahoma, "Microsoft Sans Serif"; 
	font-size:11px; 
	color:#333333;
}
#content a {
	text-decoration:underline;  
	color:#333333; 
}
#content a:hover {
	text-decoration:underline; 
	color:ff6600;
}
/*------------------------navihead------------------------------*/
#navi ul {
	width:490px; /*border:1px #FFFF00 solid; background-color:#FF0000;position:relative;*/
	margin:0 auto; 
	padding:0 0 0 3px; 
	list-style:none; 
	white-space:nowrap; 
	font-size:13px;
}
#navi li {
	margin:0; /*background-color:#FFFF00;*/
	padding:0 3px 0 0;	
	display:block;
	float:left; 
}
#navi li a {
	display:block;
	float:left; 
	height:36px; 
	line-height:3em; 
	color:#666; 
	text-decoration:none; 
	font-family:Tahoma, "Microsoft Sans Serif"; 
	font-weight:bold;
	text-align:center; 
	padding:0 0 0 22px;
	cursor:pointer; 
	background:url(../images/navi_normal_a.gif) no-repeat;
}
#navi li a b {
	float:left;
	display:block; 
	height:36px;
	padding:0 22px 0 0; 
	background:url(../images/navi_normal_b.gif) no-repeat right top;}
#navi li.current a {
	color:#fff; 
	background:url(../images/navi_hit_a.gif) no-repeat;}
#navi li.current a b {
	color:#fff; 
	background:url(../images/navi_hit_b.gif) no-repeat right top;
}
#navi li a:hover {
	color:#fff; 
	background: url(../images/navi_over_a.gif) no-repeat;
}
#navi li a:hover b {
	background:url(../images/navi_over_b.gif) no-repeat right top;
}
#navi li.current a:hover {
	color:#333;
	background: url(../images/navi_hit_a.gif) no-repeat; 
	cursor:default;
}
#navi li.current a:hover b {
	background:url(../images/navi_hit_b.gif) no-repeat right top;
}
/*------------------------navibottom------------------------------*/
#foot_b ul {
	list-style-type: none;
	margin: 0px auto;
}
#foot_b li {
	display: block;
	float: left;
	padding: 0px 23px 0px 20px;
	background-image: url(../images/ico1.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 14px; 
	text-align:center;
	font-weight:bold;
	height: 20px;
	margin-top: 2px;
}
#foot_b li#first { 
	padding: 0px 23px 0px 255px;
	background-position: 235px center;
}
#foot_b li a {
	text-decoration: none; 
	text-align:center;
	color: #999;
}
#foot_b li a span {
	padding: 2px 0px;
	display: block;
}

#foot_b li a:hover {
	color: #333;
	text-decoration:underline
}



/*------------------------footer------------------------------*/
div#footer{ 
	background-image:url(../images/footer_07.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Tahoma, "Microsoft Sans Serif"; 
	font-size:11px; 
}
#footer a {
	text-decoration:underline;  
	color:#fff; 
}
#footer a:hover {
	text-decoration:none; 
	color:fff;
}
#footer td.bgfooter{
	/*background-image:url(../images/bgmenu.gif);
	background-repeat:repeat-x;
	height:25px;*/
	text-align:center;
	vertical-align:middle;
}

#footer td.textcomment {
	color:#FFF;
}
a.readon {
	float: left;
	width: 102px;
	display: block;
	background: url(../images/readon.gif) no-repeat top;
	text-decoration:none;
	color: #EFEFEF;
	font-size: 11px;
	line-height: 20px;
	text-indent: 25px;
	height: 20px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.gif) no-repeat bottom;
	color: #FFFFFF;
	text-decoration: none;
}
/*------------------------add++------------------------------*/
#submenu{
	font-size:13px;
	color:#999;
}
#submenu a{
	text-decoration:none;  
	color:#999;
	font-weight:bold;
}
#submenu a:hover{
	text-decoration:underline;  
	color:#333; 
	font-weight:bold;
}
.titlesub{
	font-size:13px;
	color:#333;
	padding-top:0px;
	padding-left:42px;
	display:block;
}
.bgsubmenu{
	background-image:url(../images/subm.gif); 
	background-repeat:no-repeat;
	/*width:170px;*/
	height:25px;
	vertical-align:middle;
	border-bottom:1px #ccc dotted;
}
img.highlightit {
border: 1px solid #E1E1E1;
}

img.highlightit:hover{ 
border: 1px solid #289CC8;
}

/* HTML control */
.TextBox {
	border: #dddddd 1px dotted;
	border-color: #dddddd #666666 #666666 #dddddd;
	background-color: #FFFFFF;
	font-family: Tahoma, "Microsoft Sans Serif"; 
	font-size: 12px;
	color: #000000;
}
.Cmd {
	border: #dddddd 1px inset;
	border-color: #dddddd #666666 #666666 #dddddd;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bgmenu_color.jpg);
	font-family: Tahoma, "Microsoft Sans Serif"; 
	font-size: 10px;
	color: #000000;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}