*{
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	font-family:'メイリオ';
}

body{
	background:url(img/bg_th_a.gif) repeat;
}

div#container{
	width:796px;
	margin:0 auto;
	background:white;
	border:1px solid gray;
}

table {
	border-collapse:collapse;
}

th{
	background:#eee;
	white-space:nowrap;
	padding:4px 0;
}

td{
	padding:4px 0;
}

.com{
	margin-bottom:10px;
}

.com th{
	padding:4px 15px 4px 40px;
	text-align:right;
	vertical-align:top;
}

.com td{
	padding:4px 10px;
}

.com td ul{
	margin-left:20px;
}

img {
	border:none;
}

strong{
	color:#cc0000
}

em{
	color:#1c58a1;
}

#head,#contents,#footer{
	margin:0 auto;
}

h4 {
	font-weight:bold;
	font-size:110%;
}

#contents{
	background:url(img/line_02.gif) no-repeat bottom;
	padding-bottom:25px;
}

#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


#head h1{
	color:darkgray;
	font-size:80%;
	margin:5px 0 5px 3px;
}


#main_image{
	margin:5px auto 10px;
	width:770px;
	overflow:hidden;
	padding:0 10px;
}

#top{
	border-top:1px solid #c2f1b0;
	width:750px;
	margin:0 auto;
	padding:10px 0 0;
}

#news{
	width:350px;
	background:#fff;
	float:left;
}
#top h2{
	background:url(img/st_info.gif) no-repeat top left;
	color:#fff;
	font-size:90%;
	height:25px;
	padding-left:10px;
	line-height:25px;
	width:340px;
}

#news table{
	/*border-left:1px solid #000;*/
	width:350px;
}

#news table th,#news table td{
	font-size:80%;
	vertical-align:top;
	background:#fff;
}

#news table th .news-date{
	background:#4786ab;
	color:#fff;
	padding:2px 3px;
}

#news table td{
	padding:5px 0;
}

#news table th{
	white-space:nowrap;
	font-family:Arial;
	width:90px;
	text-align:left;
	padding:5px 0 5px 5px;
}

#top #right{
	width:350px;
	float:left;
	margin-left:30px;
}

#top #right p{
	padding:7px;
	margin-bottom:10px;
	background:#fff;
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/
}

#footer{
	clear:both;
	width:796px;
}

#footer address{
	color:#fff;
	text-align:center;
	width:796px;
	margin:0px auto;
	font-size:80%;
}

#other_page{
	background:#fff;
	width:760px;
	margin:10px auto 0;
	padding:10px 10px 0;
	font-size:90%;
}

#cont{
	padding-bottom:25px;
}

#other_page img{
	padding:5px;
}

#other_page h2{
	font-size:130%;
	font-weight:bold;
}

#other_page h3{
	font-size:100%;
	clear:both;
	margin-top:10px;
	margin-bottom:0px;
	background:url(img/h3.jpg) repeat-x top left;
	border:1px solid #999;
	line-height:30px;
	font-weight:bold;
	text-indent:10px;
}

#other_page p{
	margin-bottom:10px;
}

#other_page .other_page_cont{
	width:740px;
	margin:5px auto;
}

#other_page .other_page_cont:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}



/* header *****************************************/
#head_menu{
	background:url(img/bg_head_menu.gif) no-repeat;
	width:796px;
	height:25px;
	background-color:#333333;
	margin:0 auto;
}
	
#head_menu ul{
	list-style-type:none;
}

	#head_menu ul li{
		font-size:14px;
		letter-spacing:1px;
		float:left;
		width:159px;
		height:25px;
		position:relative;
	}

	#head_menu ul li a{
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		font:14px;
		width:159px;
		height:25px;
		line-height:25px;
		text-align:center;
	}

	#head_menu ul li a:hover{
		color:#FFCC00;
	}

	#head_menu ul li.on{
		width:159px;
	}
	#head_menu ul>li.on{
		overflow:visible;/*×*/
	}

	#head_menu ul li.off{
		overflow:hidden;
	}
	
	#head_menu ul li.off ul.sub{
		left:0px;
		top:-999px;
	}
	
		#head_menu ul li ul.sub{
			position:absolute;
			left:0px;
			top:25px;
			text-align:left;
			list-style-type:none;
			background:#fff;
			width:180px !important;
			border:1px solid #000;
		}

		#head_menu ul li ul.sub li{
			clear:both;
			background:#fff;
			line-height:30px;
	}

		#head_menu ul li ul.sub li a:hover{
			background-color:#d6eafd;
		}
		
		#head_menu ul li ul.sub li a{
			text-decoration:none;
			color:#000;
			font-size:90%;
			text-align:left;
			width:180px !important;
			text-indent:5px;
		}

