/* CSS Document */


/*/////////////★コンテナ★/////////////*/

#fla{
	background-image:none;
	height:350px;
	width:800px;
	}	
	
#flaprint{
	display:none;
	}	
	
#topics{
	width:480px;
	float:left;
	}	


/*/////////////★トピックス★/////////////*/
ul#sub_topics{
	background-image:url(../images/sub_topics.jpg);
	background-repeat:no-repeat;
	background-position:0 -35px;
	width:480px;
	height:35px;
	border:none;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	}

ul#sub_topics li a,ul#sub_topics li a:hover{
	display:block;
	background-image: url(../images/sub_topics.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}	

li#sub_topics01 a{
	width:480px;
	height:35px;
	background-position:0px -35px;
	}
	
li#sub_topics01 a:hover{
	background-position:0px 0px;
	}
	
	
table#table-topics{
	width:480px;
}
table#table-topics th,table#table-topics td{
	padding:7px 7px 7px 0;
	background:url(../common/images/dot.gif) repeat-x bottom;
	text-align:left;
	vertical-align:top;
}
table#table-topics th{
	white-space:nowrap;
}
table#table-topics th img{
	margin-right:5px;
	margin-left:5px
}
table#table-topics td p{
	border-left:#CCCCCC 1px solid;
	padding-left:10px;
}


/*/////////////☆トピックスここまで☆/////////////*/



/*/////////////★バナー★/////////////*/
#bn_link{
	float:right;
	width:202px;
	height:133px;
	}	
	
ul#bn{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:0;
	width:202px;
	height:133px;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	display:block;
	}
	
ul#bn li a,ul#bn li a:hover{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
	
li#bn01 a{
	width:202px;
	height:69px;
	background-position:0px 0px;
	}

li#bn01 a:hover{
	background-position:-202px 0px;
	}
	
li#bn02 a{
	width:202px;
	height:64px;
	background-position:0px -69px;
	}

li#bn02 a:hover{
	background-position:-202px -69px;
	}
	
/*li#bn03 a{
	width:202px;
	height:64px;
	background-position:0px -138px;
	}

li#bn03 a:hover{
	background-position:-202px -138px;
	}		*/
		
/*/////////////☆バナーここまで☆/////////////*/	



/*////////////////////////////////////////////////*/

