@charset "utf-8";
/* CSS Document */
/*トップページ用CSS*/
/*ヘッダ（2カラム）*/
#top_head{
	width:700px;
	margin:0 auto;
	padding:0 10px;}
#top_head_left{
	width:400px;
	margin:0;
	padding:0;
	float:left;}
#top_head_right{/*Flash設置の為のボックス*/
	width:300px;
	margin:0;
	padding:0;
	float:left;}
/*コンテンツ（2カラム）*/
#contents{
	zoom: 100%;
	padding-top:5px;
	background-image:url(../../image/tsukushi.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;}
#contents:after{
	content:"";
	display:block;
	height: 0;
	visibility: hidden;
	clear:both;}
#top_menu{
	width:260px;
	margin:0;
	padding:0;
	float:left;
	text-align:left;}
#top_menu li{
	text-align:left;}
.menu_title{
	width:150px;
	height:40px;
	line-height:37px;
	vertical-align:middle;
	margin:0 30px 0 60px;
	padding-left:20px;
	padding-bottom:3px;
	background-image:url(image/menuTitle01.gif);
	background-repeat:no-repeat;
	font-weight:bold;}
#top_menu a{
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	margin:0 30px 0 60px;
	padding-left:20px;}
#top_menu a:link,#top_menu a:visited{
	color:#333333;
	background-color:transparent;
	text-decoration:none;
	background-image:url(image/menuBGoff.gif);
	background-repeat:no-repeat;}
#top_menu a:hover{
	color:#111111;
	background-color:transparent;
	text-decoration:none;
	background-image:url(image/menuBGon.gif);
	background-repeat:no-repeat;}
#top_news{
	width:380px;
	margin:0;
	padding:0 25px;
	float:right;
	text-align:center;}
#top_news h6{
	height:40px;
	line-height:37px;
	vertical-align:bottom;
	padding-left:20px;
	padding-top:8px;
	background-image:url(image/menuTitle02.gif);
	background-repeat:no-repeat;}
#top_news p{
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:150%;}
#top_news ul{
	margin-top:5px;
	padding-left:20px;}

div#top_news ul li{
	line-height:120%;
	margin:5px 0 0 2em;
	text-indent:-2em;}