@charset "utf-8";

/*--背景設定--------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	}

#contents{}
#contents_bg{
	display:none;
	}
	
#left{}
	
#right{}
	
a img{
	border:0px;
	}
	
	
/*--左ナビ--------------------------------------------------------------------------*/
#navi{}
#navi .aria{}


/*--ヘッダー--------------------------------------------------------------------------*/
#header{}
#header .navi{}
#header .navi img{}

/*--コンテンツエリア--------------------------------------------------------------------------*/
#main_contents{
	text-align:left;
	background:url(imgaes/bg_main.gif) no-repeat top left;
	width:740px;
	height:233px;
	float:left;
	clear:both;
	margin:1px 0 0 0;
	padding:10px;
	}
#main_contents .topics_bg{
	background:url(imgaes/bg_topics.gif) no-repeat top left;
	width:500px;
	height:207px;
	padding:13px;	
	}
#main_contents a{
	color:#000000;
	text-decoration:none;}
#main_contents a:hover{
	color:#5c2500;
	text-decoration:underline;
	}
#main_contents a:visited{
	color:#5A9823;
	text-decoration:underline;
	}
#main_contents ul{
	margin:0;
	list-style:none;
	padding:0px;	
	font-size:12px;
	}
#main_contents li{
	margin:0 0 5px 5px;
	padding:0 0 0 15px;
	background:url(imgaes/list_icon.gif) no-repeat top left;
	color:#000000;
	line-height:150%;
	}
.topics_bg .data{
	font-size:10px;
	color:#ea7400;
	margin:0 12px 0 0;
	}
.topics_bg .topics_title{
	margin:0 0 5px 0;
	}
.print_no{
	display:none;
	}


/*--フッター--------------------------------------------------------------------------*/
#footer{
	display:none;
}
#footer img{}