@charset "utf-8";
/* formatting style
-------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #4D6122;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku 
GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","sans-serif";
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
-------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #232F08;
	text-decoration: none;
}
a:visited {
	color: #739A20;
	text-decoration: none;
}
a:hover {
	color: #141D01;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------*/

#wrapper {
	width: 770px;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#contents {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	padding: 0px 10px;
	width: 770px;
}
#header {
	background-image: url(images/headbg.jpg);
	padding: 0px 10px;
	height: 416px;
	position: relative;
}
#header .top {
	position: absolute;
	top: 5px;
	font-size: 14px;
	left: 460px;
}
#main {
	float: none;
	width: 475px;
}
#sidebar .link {
	padding: 10px;
}

#contents .inner #sidebar ul {
	top: 5px;
}

#footer {
	background-image: url(images/footerbg.jpg);
	padding: 0px 10px;
	height: 85px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}
#wrapper #footer .tel ul li {
	list-style: url(none) none;
	line-height: 1.3;
}
#footer .tel {
	padding-left: 370px;
	padding-top: 40px;
}
#footer address {
	padding-left: 370px;
}
#contents #sidebar ul li {
	list-style: none;
	width: 201px;
	height: auto;
	border-top: 2px solid #FFFFFF;
	background-image: url(images/menubg.gif);
	text-align: left;
	text-indent: 50px;
	font-weight: normal;
	background-position: center;
	line-height: 250%;

}
#contents #sidebar {
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 201px;
}
#contents .inner {
	width: 700px;
	padding-right: 25px;
	padding-left: 25px;
}
#main .link {
	padding: 5px 0px;
}
#main .top1 {
	background-image: url(images/top1middle.gif);
	background-repeat: repeat-y;
}
.welcome {
	padding: 10px;
}
#main .top1 a {
	margin: 5px;
}
#main .top1 img {
	vertical-align: middle;
}
#sidebar .address {
	padding: 10px;
	line-height: 120%;
	font-size: 12px;
	border: 10px ridge #93AA61;
	margin-bottom: 10px;
	background-image: url(images/addressbg.jpg);
	background-repeat: no-repeat;
}
