@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	color: #FFC000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#container {
	background-color: #004221;
	width: 800px;
	margin: 0px auto;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#main {
	float: right;
	width: 600px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/08.jpg);
	background-repeat: repeat-x;
}
#footer {
	clear: both;
	color: #FFFFFF;
	width: 800px;
	text-align: center;
	background-image: url(images/fk.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	background-color: #B4E6B5;
	width: 600px;
}
#menu ul li {
	list-style: none;
	float: left;
}
#menu ul li a {
	width: 148px;
	height: 3.5em;
	line-height: 2em;
	color: #333333;
	text-decoration: none;
	background-color: #B4E6B5;
	text-align: center;
	display: block;
	border-bottom: 3px double #999999;
	border-left: 2px solid #999999;
	font-size: 14px;
	font-weight: bold;
}
#menu {
	background-color: #B4E6B5;
}

#menu ul li a:hover {
	background-color: #FFFFCC;
}
#smenu {
	width: 174px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/lbk.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
}
#smenu a {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
}
#new {
	margin: 60px 10px 10px 25px;
	width: 565px;
}
*html #new {
	margin: 10px 10px 10px 25px;
	width: 565px;
}
#newc {
	width: 540px;
	border: 1px solid #999999;
	margin-top: 10px;
	padding: 10px;
}
#housin {
	width: 575px;
	margin-left: 25px;
}
#sidebar img {
	margin-bottom: 10px;
}

#sidebar a {
	font-size: 14px;
	color: #006633;
	text-decoration: none;
}

#sidebar a:hover {
	font-size: 14px;
	color: #FF9933;
	text-decoration: none;
}
#back {
	text-align: right;
	float: right;
	width: 600px;
}








h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #006633;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	border-bottom: 1px solid #004221;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #666666;
	border-bottom: 2px dotted #008A45;
	width: 500px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}

.new {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #003399;
	font-weight: bold;
}

.style1 {
	font-size: 14px;
	color: #FF9900;
}
