@charset "utf-8";
*{
	font-family:"Meiryo", "MS PGothic";
}
img{
	border:none;
	margin:0;
	padding:0;
}
body {
	margin:0;
	background-color:#e5e6e2;
}
p{
	font-size:12px;
	color:#333;
	line-height:2em;
	margin:0;
	padding:0;
}
#top_logo{
	margin:0 auto;
	width:940px;
	background:url(../images/bg.gif) repeat-y top left;
}
	h1{
		color:#333;
		font-size:12px;
		font-weight:normal;
		margin:0;
		padding:0;
		height:34px;
		line-height:34px;
	}
	a#tel{
		background-image:url(../images/tel.gif);
		height:70px;
		display:block;
		width:187px;
	}
	a#tel:hover{
		background-position:0 -70px;
	}
	a#news{
		background-image:url(../images/menu.gif);
		height:30px;
		display:block;
		width:222px;
		margin-left:-34px;
		margin-top:50px;
	}
	a#news:hover{
		background-position:0 -30px;
	}
#menu{
	width:940px;
	margin:0 auto;
	background:url(../images/bg.gif) repeat-y top left;
	overflow:hidden;
}
	#menu a{
		display:block;
		height:66px;
		float:left;
	}
	#menu a:hover{
		background-position:0 -66px;
	}
		#menu #menu01 {
			width:227px;
			background-image:url(../images/menu01.gif);
		}
		#menu #menu02 {
			background-image:url(../images/menu02.gif);
			width:227px;
		}
		#menu #menu03 {
			background-image:url(../images/menu03.gif);
			width:224px;
		}
		#menu #menu04 {
			background-image:url(../images/menu04.gif);
			width:222px;
		}
#content{
	width:940px;
	background:url(../images/bg.gif) repeat-y top left;
	margin:0 auto;
	padding-top:35px;
	padding-bottom:30px;
}
	h2{
		color:#214e29;
		font-size:18px;
		margin:0;
		padding-left:30px;
	}
	#content p{
		padding:10px 50px;
		font-size:12px;
		color:#333;
	}
	#content dl dt{
		color:#214e29;
		font-size:16px;
		margin:0;
		width:800px;
		margin:0 0 20px 40px;
	}
		#content dl dt a{
			color:green;
			font-weight:bold;
		}
		#content dl dt a:hover{
			color:gray;
		}
	#content dl dd{
		width:800px;
		font-size:12px;
		color:#333;
		border-bottom:2px solid green;
		padding-bottom:30px;
		margin-bottom:30px;
	}
		#content dl dd span{
			font-size:11px;
		}
#footer{
	background:url(../images/bg.gif) repeat-y top left;
	margin:0 auto;
	width:940px;
	padding:0;
	text-align:center;
}
	#footer a{
		font-size:12px;
		color:#333;
		text-decoration:none;
	}
	#footer a:hover{
		text-decoration:underline;
		color:#204c28;
	}
/*内页css*/
#content table{
	margin:0 auto;
}
	.box td,tr{
		color:#333;
		font-size:12px;
		padding:10px;
	}
	a.press{
		font-size:14px;
		color:#007dc4;
		text-decoration:underline;
	}
	a.press:hover{
		font-size:14px;
		text-decoration:none;
		color:#FF0000;
	}

