/*

Company:     Works Publications Inc.
Copyright:   kanchun information system services
Last update: 2006/05/25
_______________________________________________________________
*/


/* basic html components */
* {
	margin: 0 auto;
	padding: 0;
}

.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: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ 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%; */
}


/*-----------------*/
#aMostImportantInfo, #BusinessInfo {
margin:0px 5px 10px 5px; font-size:small; background:#efefef; border:2px solid #000;
line-height:1.5em;
}

.urgent-info {
margin:0px 7px 10px 0px; padding:5px; font-size:small; background:#efefef; border:2px solid #000;
line-height:1.5em;
}
.urgent-info h2 { display:block!important; text-indent:0!important; margin-bottom:7px; color:#69C; font-size:medium; }
.urgent-info h3 { display:block!important; color:#69c; width:auto; height:auto; margin:5px; float:none; font-size:14px; }

.urgent-info p { padding:0 5px; text-indent:1em; }
.urgent-info p strong { color:red; }
.urgent-info em { font-size:small; padding:0 5px; }


