@CHARSET "Shift_JIS";

* {
	margin: 0px;
	padding: 0px;
}

BODY {
	font-size: 12pt;
	/*	font-family: 'HG明朝E', '平成明朝', 'serif'; */
	color: #321D08;
	scrollbar-face-color: #B23E52;
	scrollbar-highlight-color: #300000;
	scrollbar-shadow-color: #990000;
	scrollbar-3dlight-color: #B23E52;
	scrollbar-arrow-color: red;
	scrollbar-track-color: #B23E52;
	scrollbar-darkshadow-color: #B23E52;
	text-align: center;
	background-image: url(../images/bg_01.png);
}

#wrapper {
	width: 760px;
	background-color: white;
	background-image: url(../images/bg_02.png);
}

#bar {
	padding-top: 3px;
	width: 730px;
	height: 24px;
	text-align: left;
	font-size: 12px;
	background-color: #3C9D19;
	background-image: url(../images/bar.png);
}

#bar a {
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-align: center;
	padding: 5px 0 1.5px;
	width: 80px;
	height: 15px;
}

#bar a:link,#bar a:visited {
	color: yellow;
}

#bar a:hover {
	color: white;
}

#header {
	height: 230px;
	width: 730px;
	text-align: left;
}

#header #housename {
	float: left;
	width: 290px;
	margin: 10px;
}

#header #housename #logo {
	margin-top: 6px;
	margin-left: 10px;
}

#header #housename #style-address {
	margin-top: 16px;
	margin-left: 24px;
	font-size: 12px;
}

#header #housename #style-telephone {
	margin-top: 3px;
	margin-left: 26px;
	font-size: 12px;
}

#header #housename #style-email {
	margin-top: 3px;
	margin-left: 26px;
	font-size: 12px;
}

#header #header-photo {
	float: right;
	margin-top: 16px;
	margin-right: 10px;
}

#contents {
	width: 730px;
}

#menu {
	float: left;
	width: 160px;
	background-color: white;
	text-align: center;
	font-size: 12px;
}

ul#menu_list {
	margin-top:18px;
	list-style-type: none;
}

ul#menu_list a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	text-align: left;
	padding: 3px 6px 1.5px;
	width: 126px;
	height: 20px;
	background: #3C9D19;
	line-height: 19px;
}

ul#menu_list a:link,ul#menu_list a:visited {
	color: yellow;
}

ul#menu_list a:hover {
	background: #FAFD01;
	color: #2f1f0b;
}

ul#menu_list li {
	list-style-type: none;
	margin: 10px;
}

ul#menu_list li.menu-on a:link,ul#menu_list li.menu-on a:visited {
	background: darkgreen;
	color: white;
}

ul#menu_list li.menu-on a:hover {
	background: darkgreen;
	color: white;
}

#main {
	float: right;
	width: 570px;
	background-color: white;
}

#main_contents {
	margin-top:3px;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	padding:12px;
}

#main_contents_title {
	margin-top:3px;
	font-weight: bold;
	font-size: 14px;
}

#footer {
	clear: both;
	height: 45px;
	width: 760px;
	padding-top:1px;
	background-position: center;
	background-image: url(../images/bg_03.png);
}

#copyright {
	width: 440px;
	height: 18px;
	margin: 8px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	background-position: center;
}