/* kenji (7:52) ------------------------------------------------------------------------------------*/
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:#E8E8E8;
	background-image:url(../images/bgbig.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;
}
#shadowbg {
	background:url(../images/bgshadow.gif) center top no-repeat;
}


/* 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;
}
.css4{
	font-size:11px;
	color:#289CC8;
	font-weight:bold;
}
.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:#A50606;
	text-decoration:underline;
}
a:hover {
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#ff0000;
	text-decoration:underline;
}
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:#ccc; 
	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 {
	margin:0 auto; 
	padding:0px 20px 0px 0px;
	list-style:none; 
	font-size:13px;
	display: block;
	float: right;
}
#navi li {
	margin:0; /*background-color:#FFFF00;*/
	display: inline;

}
#navi li a {
	float: left;
	line-height:26px;
	width:92px;
	cursor:pointer;
	color:#666; 
	text-decoration:none; 
	font-weight:bold;
	text-align:center; 
	padding:0px;
	background:url(../images/menu.gif) no-repeat bottom left;
}
#navi li a:hover {
	color:#fff; 
	background: url(../images/menu.gif) no-repeat bottom left;
}

#navi li.current a{
	color:#666;
	background: url(../images/menu.gif) no-repeat top left;; 
	cursor:default;
}
#navi li.current a:hover{
	color:#666;
	background: url(../images/menu.gif) no-repeat top left;; 
	cursor:default;
}
/*------------------------navibottom------------------------------*/
#foot_b ul {
	list-style-type: none;
	margin: 0px auto;
}
#foot_b li {
	display: block;
	float: left;
	padding: 0px 3px 0px 20px;
	font-size: 11px; 
	text-align:center;
	height: 20px;
	color:#999
}
#foot_b li#first { 
	padding: 0px 3px 0px 10px;
}
#foot_b li a {
	text-decoration: none; 
	text-align:center;
	color: #999;
}
#foot_b li a span {
	display: block;
}

#foot_b li a:hover {
	color: #333;
	text-decoration:underline
}
/*------------------------menu left------------------------------*/
#menu {
	/*background: #333;*/
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	font: 67.5%;
	margin: 0;
	padding: 0;
	line-height:22px;
}
#menu a {
	background: #ECECEC;
	border-bottom: 1px solid #D5D8D7;
	color: #A50606;
	display: block;
	margin: 0;
	padding: 0px 12px;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background: #fefefe url("../images/hover.gif") left center no-repeat;
	color: #CE0000;

}                    
                    

/*------------------------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 #fff;
}

img.highlightit:hover{ 
border: 1px solid #289CC8;
}
