@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_01.gif);
	background-repeat: repeat;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
#wrapping {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapping #header #menu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
	font-size: 80%;
}
#wrapping #header #menu ul {
	margin: 0px;
	padding: 0px;
}
#wrapping #header #menu ul li {
	display: inline;
	list-style-type: none;
}
#wrapping #header #menu ul li a {
	display: block;
	height: 30px;
	width: 100px;
	text-align: center;
	float: left;
	background-image: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #FFF;
}
#wrapping #header #menu ul li a:hover {
	background-image: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: -100px top;
	color: #000;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapping h1 {
	text-indent: 1em;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 140%;
	letter-spacing: 0.5em;
	text-align: left;
}
#wrapping h2 {
	text-indent: 1em;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 125%;
	text-align: left;
}
#wrapping h3 {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

p {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.p_right {
	text-align: right;
}

#wrapping #news #news {
	font-size: 90%;
	text-align: left;
	list-style-type: none;
}
.ol_left {
	text-align: left;
	text-indent: 30px;
}

#wrapping #address {
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}

.footer_address {
	font-size: 90%;
	text-align: center;
}
.header_caption {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
.list_left {
	text-align: left;
	text-indent: 15;
	list-style-type: none;
}
#wrapping #form {
	text-align: left;
}
#topimg {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tbl_1 {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
