/*

Company:     Works Publications Inc.
Copyright:   kanchun information system services
Last update: 2006/05/25
_______________________________________________________________
*/


/* basic html components */
* {
	margin: 0 auto;
	padding: 0;
}

body {
	background-color: #f0f0ea;
		font-size:12px; 
} 

.table_maintop {
	background-image: url(img/back_1.jpg);
	background-repeat: repeat-x;
}
.table_mainbot{
	background-repeat: repeat-x;
}
.table_mainend {
	background-color: #f0f0ea;
	background-repeat: repeat-x;
	height: 50px;
}

.table_mainend_line {
  border-top:dashed 1px #a2a275;
  
}

.table_mainflash {
	width:100%;
	background-color: #2a2855;
}

.navi ul{
	list-style: none;
	margin: 0;
}
.navi li{
	float: left;
}

.navi2 ul{
	list-style: none;
	margin: 0;
	width:400px;
	font-size: 11px;
	color: #a2a275;
	list-style-image: url(img/bot_line.jpg);
	}
	
.navi2 li{
	float: left;
	margin-right:10px;
	color: #a2a275;
	}

.navi2 li a{
	font-size: 11px;
	color: #a2a275;
	text-decoration: none;
}		
.navi2 li a:hover{
	font-size: 11px;
	color:#0099CC;
	text-decoration: none;
}	
.navi_head ul{
	margin: 0;
	font-size: 11px;
	color: #a2a275;
	list-style-image: url(img/bot_line.jpg);
	}
.navi_head li{
	list-style: none;
	float: right;
	margin-right:10px;
	color: #a2a275;
	}
.navi_head li a{
	font-size: 11px;
	color: #a2a275;
	text-decoration: none;
}		
.navi_head li a:hover{
	font-size: 11px;
	color:#0099CC;
	text-decoration: none;
}	
	
.info ul{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #666666;
	list-style: none;
	margin-bottom:40px;
	}

.info li{
	margin-top:10px;
	}
	
.fooder {
	font-size: 10px;
	color: #a2a275;
}

.date {
	color: #999966;
}

#flasharea {
	/* width: 100%; */
}
