body{
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}

h1{
	font-size:12px;
	font-weight: normal;
	text-align: left;
	padding-left: 0px;
}

h2{
	background: url(../image/h2_bg.gif) no-repeat;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	width: 250px;
	line-height: 25px;
	padding-left: 30px;
	margin-top: 0px;
}

h3{
	font-size: 12px;
	line-height: 34px;
	font-weight: normal;
	background: url(../image/h3_bg.gif) no-repeat;
	height: 34px;
	width: 570px;
	padding-left: 30px;
}

#wrap{
	width: 1000px;
	background-image: url(../image/back.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#container{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width: 940px;
	height:60px;
	padding-top: 7px;
	margin: 0 auto;
}

#h_top{
	width: 940px;
	display:flex;
}

#h_l{
	width: 740px;
}

#h_r{
	width: 200px;
}

#menu{
	width: 940px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

#menu ul{
	height:35px;
	line-height: 35px;
	list-style-type: none;
	padding: 0px;
	display:flex;
}

#menu li{
	width:156px;
	display: block;
	background: url(../image/menu_c.gif) no-repeat;	
}

#menu li.menu_l{
	background: url(../image/menu_l.gif) no-repeat;
	height:35px;
	width:156px;
}

#menu li.menu_r{
	background: url(../image/menu_r.gif) no-repeat;
	height:35px;
	width:156px;
}

#top_image{
	margin-bottom: 20px;
}

#contents{
	width: 940px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content:space-around;
}

#contents_l{
	width:260px;
}

#contents_r{
	width:590px;
}

#footer{
	text-align:center;
	padding-top: 15px;
	padding-top: 15px;
	padding-bottom: 40px;
}