@charset "utf-8";
/* CSS Document */
/*基本レイアウト*/
body {
	text-align: center;
	background: url(../img/body_bg.jpg) repeat-x left top;
}
div#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	_zoom:1;
}
a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.clear {
	clear: both;
}
ul {
	padding: 0;
}
/*===============================================
header
===============================================*/
header {
	position: relative;
	height: 190px;
}
header h1 {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 0;
}
header address {
	position: absolute;
	top: 35px;
	right: 0;
}
header nav {
	position: absolute;
	left: 0;
	bottom: 0;
}
nav ul {
	overflow: hidden;
	_zoom: 1;
	margin: 0;
	padding: 0;
	clear: both;
}
nav ul li {
	float: left;
	height: 73px;
}
nav ul li a {
	display: block;
}
/*===============================================
menu
===============================================*/
menu {
	padding: 0;
	margin: 0;
}
menu dl.catch dt {
	text-align: center;
	color: #563f1d;
	font-size: 33px;
	margin: 0 0 15px 0;
	font-weight: normal;
}
menu dl.catch dd {
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: normal;
	color: #595a5a;
	font-size: 17px;
}
menu ul.list {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 60px;
}
menu ul.list li {
	float: left;
	width: auto;
	padding-right: 30px;
}
menu ul.list li:last-child {
	padding-right: 0;
}
menu p.news {
	background: url(../img/icon_06.jpg) no-repeat left center;
	color: #563f1d;
	font-size: 20px;
	padding-left: 45px;
	margin: 0 0 15px 0;
}
.f_left {
	float: left;
	width: 515px;
	margin-bottom: 30px;
}
.f_right {
	float: right;
	width: 415px;
	margin-bottom: 30px;

}
menu div.news_list {
	border: 1px solid #b3b2b2;
	overflow-y: scroll;
	height: 330px;
	padding: 5px;
}
menu div.news_list dl {
	position: relative;
	height: 145px;
	border-bottom: 2px dotted #b3b2b2;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
menu div.news_list dt,
menu div.news_list dd {
	margin: 0;
	margin-left: 180px;
}
menu div.news_list dt {
	font-weight: bold;
	font-size: 17px;
}
menu div.news_list dd {
	color: #808080;
}
menu div.news_list dd.img {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}
menu ul.bn {
	margin: 0 0 20px 0;
}
menu ul.bn li {
	margin-bottom: 5px;
}
menu dl.history {
	background: url(../img/history_bg.jpg) no-repeat left top;
	height: 300px;
	font-family:HG教科書体;
	padding: 30px 330px 30px 40px;
	position: relative;
	margin-bottom: 70px;
}
menu dl.history dt {
	font-size: 32px;
	margin: 0;
}
menu dl.history dd {
	margin: 0;
	font-size: 17px;
	line-height: 140%;
}
menu dl.history dd.next_link {
	position: absolute;
	right: 350px;
	bottom: 30px;
}
h2 {
	background: url(../img/title_bg.jpg) no-repeat left center;
	color: #563f1d;
	font-size: 20px;
	font-weight: normal;
	padding: 5px 0 5px 30px;
	margin: 0 0 30px 0;
}
footer {
	overflow: hidden;
	_zoom: 1;
}
footer ul {
	float: left;
	width: 182px;
	height: 175px;
	border-right: 3px dotted #f1a17b;
	margin-right: 10px;
}
footer ul.last {
	border: none;
	margin-right: 0;
}
footer ul li {
	font-size: 15px;
	padding-left: 25px;
	font-weight: normal;
	margin-bottom:5px;
}
footer ul li a {
	color: #808080;
}
footer ul.home li:first-child {
	background: url(../img/icon_01.jpg) no-repeat left top;
}
footer ul.history li:first-child {
	background: url(../img/icon_02.jpg) no-repeat left top;
}
footer ul.item li:first-child {
	background: url(../img/icon_03.jpg) no-repeat left top;
}
footer ul.comp li:first-child {
	background: url(../img/icon_04.jpg) no-repeat left top;
}
footer ul.access li:first-child {
	background: url(../img/icon_05.jpg) no-repeat left top;
}
footer ul li:first-child {
	font-size: 20px;
	padding-top: 20px;
}
footer ul li:first-child a {
	color: #030303;
}
div.copy {
	background: url(../img/copy_bg.jpg) repeat-x left bottom;
	width: 100%;
}
div.copy p {
	width: 950px;
	margin: 0 auto;
	background: url(../img/president.png) no-repeat 160px bottom;
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 15px;
}
