body {
	font-size: 15px;
	line-height: 1.5em;
	color: #000000;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1476bd;
	background-image: url(img/h2.gif);
	background-repeat: repeat-y;
	background-position: left center;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 7px 25px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #143a82;
	background-image: url(img/h2.gif);
	background-repeat: repeat-y;
	background-position: left center;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 1px 25px;
}
.moji-14 {
	font-size: 16px;
}
.moji-16 {
	font-size: 18px;
}
/*↑文字サイズ変更タグ*/
html {
	height: 100%;
}
* html div#wrapper {
	height: 100%;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 740px;
	position: relative;
	min-height: 100%;
}
body > #wrapper {
	height: auto;
}
h1 {
	color: #b0ada9;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px;
	text-align: right;
	background-image: url(img/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	margin: 0px;
	padding: 0px;
}
.head-01 {
	background-image: url(img/header_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 740px;
}
.head-02 {
	background-image: url(img/header_02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 740px;
}
.head-03 {
	background-image: url(img/header_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 740px;
}
#text {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	padding: 0px 25px;
}
#menu {
	margin: 0px;
	padding: 0px;
	width: 740px;
	height: 41px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	width: 185px;
	height: 40px;
	float: left;
}
.info a {
	background-image: url(images/menu_a_01.gif);
	background-repeat: no-repeat;
	display: block;
}
.info a:hover {
	background-image: url(images/menu_a_01.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
.greet a {
	background-image: url(images/menu_a_02.gif);
	background-repeat: no-repeat;
	display: block;
}
.greet a:hover {
	background-image: url(images/menu_a_02.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
.about a {
	background-image: url(images/menu_a_03.gif);
	background-repeat: no-repeat;
	display: block;
}
.about a:hover {
	background-image: url(images/menu_a_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
.home a {
	background-image: url(images/menu_a_04.gif);
	background-repeat: no-repeat;
	display: block;
}
.home a:hover {
	background-image: url(images/menu_a_04.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#content {
	margin: 0px;
	padding: 20px 5px 80px 5px;
}
#content:after {content:"";clear:both;display:block;}
#side {
	margin: 0px;
	padding: 0px;
	width: 270px;
	float: left;
}
.side2 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 270px;
	float: right;
}
.side3 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 460px;
	float: left;
}
.main2 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 460px;
	float: right;
}
.main3 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 525px;
	float: left;
}
#footer {
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 740px;
	position: absolute;
	bottom: 0px;
}
#foot-navi {
	margin: 0px;
	padding: 3px 0px;
}
#foot-ad {
	color: #7d5640;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	padding: 8px 0px;
	width: 740px;
}
.foot-logo {
	font-size: 15px;
	font-weight: bold;
}
#copyright {
	color: #b0ada9;
	background-color: #eef6fd;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 2px 0px;
	height: 100%;
}
a {
	color: #009490;
	text-decoration: underline;
	cursor: hand;
}
a:hover {
	color: #99e6ff;
	text-decoration: underline;
	cursor: hand;
}
#foot-navi a {
	color: #009490;
	text-decoration: none;
}
#foot-navi a:hover {
	color: #009490;
	text-decoration: underline;
}
.kugiri {
	clear: both;
}
.sukima {
	margin: 0px;
	padding: 0px;
}
.sukima-f {
	margin: 0px;
	padding: 0px;
	float: left;
}
.ao1 {
	color: #143a82;
}
.aka {
	color: #f30166;
}
.grey {
	color: #b0ada9;
}
.tya {
	color: #7d5640;
}
.normal {
	font-weight: normal;
}
.futoji {
	font-weight: bold;
}
.moji-10 {
	font-size: 10px;
}
.moji-12 {
	font-size: 12px;
}
#new {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 260px;
}
#new p {
margin: 0em;
}
#map_s {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.kado {
	background-color: #3399CC;
}
.youbi {
	background-color: #3399CC;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 5px;
	white-space: nowrap;
}
.maru {
	font-size: 15px;
	color: #7d5640;
	line-height: 10px;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #2da9e8;
	border-bottom: 1px solid #2da9e8;
	white-space: nowrap;
}
.jikan {
	color: #1476be;
	font-size: 14px;
	line-height: 1.2em;
	text-align: right;
	margin: 0px;
	padding: 5px 10px;
	border-right: 1px solid #2da9e8;
	border-bottom: 1px solid #2da9e8;
}
.kakomi {
	margin: 0px;
	padding: 5px 30px;

}
.kakomi table {
	border-top: 1px solid #99e6ff;
	border-left: 1px solid #99e6ff;
	border-collapse: collapse;
}
.kakomi th {
	background-color: #dcdcd2;
	border-right: 1px solid #99e6ff;
	border-bottom: 1px solid #99e6ff;
	border-collapse: collapse;
}
.kakomi td {
	border-right: 1px solid #99e6ff;
	border-bottom: 1px solid #99e6ff;
	border-collapse: collapse;
}
