@charset "utf-8";



a,
a:link{
	color:#555;
	text-decoration: none;
}
a:visited {
	color:#555;
	text-decoration: none;
}
a:hover{
	color:#999;
	text-decoration:underline;
}
a:active {
	color:#999;
	text-decoration:underline;
}


/* for IE7 */  
*+html body {  
font-family:'メイリオ';
font-size:65%;  
}  
   
/* for IE6 */  
* html body {
font-size:75%;  
}  


#top_wrapper {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}


#top_top{
	height:19px;
	width:100%;
	background-color:#DBDBDB;
	background-image:url(../../top/img/top_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#top_side_color{
	width:100%;
	background-color:#E6E6E6;
}

#top_bottom{
	height:85px;
	width:100%;
	background-color:#DBDBDB;
	background-image:url(../../top/img/top_bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#top_contain {
	float:left;
	text-align:center;
	width: 950px;
	background-color:#F8F8F8;
	height: 100%;
	margin:0 auto;
}

#top_flash{
	float:left;
	padding-left:20px;
}

#top_contents{
	float:left;
	padding:10px 0px 0px 20px;
	text-align:left;
}


#top_menu{
	padding:6px 0px 0px;
	width:350px;
}

#top_menu li{
	float:left;
	margin:15px 55px 15px 2px;
}

#top_news{
	margin-top:20px;
	.margin-top:30px;
}

#top_news ul{
	margin-top:8px;
	border-bottom:1px #6E0016 dotted;
	border-top:1px #6E0016 dotted;
}

#top_news ul li{
	margin:5px;
}

.news_date{
	margin-right:15px;
	font-weight:bold;
}

#more_news{
	text-align:right;
	margin-right:20px;
	font-weight:bold;
	font-size:8pt;
}

#top_ext_banner{
	padding:12px;
}

#top_flink{
	text-align:right;
	font-size:8pt;
	margin-right:15px;
}

#top_copy{
	text-align:center;
	font-size:8pt;
	margin-right:15px;
	margin-left:15px;
	padding-bottom:5px;
	margin-top:15px;
	border-top:1px #CCCCCC dotted;
}
