@charset "UTF-8";
/*formatting style
------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 1.6;
	background-image: url(info_img/header_top.gif);
	background-repeat: repeat-x;
}
/*link style
------------------------------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a{
	outline:none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	position: relative;
	text-decoration: none;
	left: +1px;
	top: +1px;
}

/*base style
------------------------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 700px;
	margin: 0px auto;
}
#wrapper #main #mongon {
	background-color: #eeeeee;
	display: block;
	margin: 20px 20px 10px;
	padding: 10px;
	clear: both;
	width: 640px;
}
#wrapper #main #pdf {
	display: block;
	margin: 10px 20px 10px 70px;
	width: 570px;
}
/*header style
------------------------------------------------*/

#wrapper #header {
	background-image: url(info_img/top.jpg);
	background-repeat: no-repeat;
	height: 163px;
	display: block;
	width: 700px;
}
#wrapper #header #header01 {
	font-size: 18px;
	font-weight: bold;
	color: #f5ab17;
	height: 20px;
	width: auto;
	text-align: right;
	display: block;
}
#wrapper #header #navi {
	height: 20px;
	width: auto;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
}

#wrapper #header #top_img {
	display: block;
	height: 100px;
	width: 700px;
	background-image: url(info_img/top.gif);
	background-repeat: no-repeat;
}
#wrapper #main {
	clear: both;
}
#wrapper #main ul li {
	list-style: none;
	text-indent: -9999px;
	margin-top: 10px;
}
#wrapper #main #sideber {
	float: left;
}

#wrapper #main #kousin {
	display: block;
	height: 383px;
	width: 290px;
	float: right;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*sideber tokusyuu style
------------------------------------------------*/

#wrapper #main ul li#tokusyuu {
	background-image: url(info_img/tokusyuu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 182px;
	width: 391px;
}
#wrapper #main ul li#tokusyuu a {
	background-image: url(info_img/tokusyuu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 182px;
	width: 391px;
}
#wrapper #main ul li#tokusyuu a:hover {
	background-image: url(info_img/tokusyuu_r.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 182px;
	width: 391px;
}
/*sideber ivent style
------------------------------------------------*/

#wrapper #main ul li#ivent {
	background-image: url(info_img/ivent.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 182px;
	width: 391px;
}
#wrapper #main ul li#ivent a {
	background-image: url(info_img/ivent.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 182px;
	width: 391px;
}
#wrapper #main ul li#ivent a:hover {
	background-image: url(info_img/ivent_r.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 182px;
	width: 391px;
}
/*footer style
------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background-color: #a9cd36;
	text-align: center;
	height: auto;
	width: auto;
	font-weight: bold;
}
