/*

Copyright:     kiss inc.
             kanchun information system services inc.
Last update: 2007/02/25
_______________________________________________________________
*/


/* basic html components */
* {
	margin: 0 auto;
	padding: 0;
}

body {
	background-color: #fff;
		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: #fff;
	background-repeat: repeat-x;
	height: 50px;
}

.table_mainend_line {
  border-top:dashed 1px #a2a275;
  
}

.table_mainflash {
	width:100%;
	background-color: #5090cd;
}

.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_front {
	width: 700px;
	height: 350px;
	margin-top: -350px;
	z-index:10;
}
#flasharea_bgnd {
	margin-left:0;
	margin-right:0;
	height:350px;
	z-index:0;
}
#MostImportantInfo {
margin:15px; padding:15px; font-size:large; background:#ddd; border:5px solid #000;
font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5em;
}
#MostImportantInfo h2 { text-indent:0!important; }
#MostImportantInfo p { padding:0 10px; }
#MostImportantInfo em { font-size:small; padding:0 10px; }
