@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",Osaka,Arial,Helvetica,sans-serif;
	color:#333;
	background-color:#F0F0E1;
	line-height:140%;
	text-align:center;
	font-size:80%;
}
a {
	color:#336666;
}
a:hover {
	color:#993333;
	text-decoration: none;	
}
img {
	border:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.margin10 {
	margin-bottom:10px;
}
.margin10_2 {
	margin:0 10px 10px 10px;
}
.margin20 {
	margin-bottom:20px;
}
.txt-box {
	padding:0 10px;
	margin-bottom:20px;	
}
.txt-b {
	color:#993333;
	font-weight:bold;
	font-size:110%;
}

/* ========== Layout ========= */
#container {
	width:770px;
	_width:780px;
	margin:0 auto;
	padding:0px 5px;
	text-align:left;
	background: url(../images/bg.gif) repeat-y;
}
#container2 {
	width:770px;
	margin:0 auto;
	padding:0px 5px;
	text-align:left;
	background: url(../images/bg.gif) repeat-y;
}
#wrapper {
	width:750px;
	_width:770px;
	padding:0 10px;
	clear:both;
}
#wrapper2 {
	width:750px;
	padding:0 10px;
	clear:both;
}
#contnts {
	width:750px;
	margin:15px 0 25px 0;
}
#main-contnts {
	width:580px;
	float:right;
}
#side-contnts {
	width:170px;
	float:left;
}
#main-contents_wrapper {
	width:560px;
	margin:15px 10px 0 10px;
}

/* ========== Header ========= */
#header {
	position:relative;
	width:750px;
	_width:770px;
	border-top:5px solid #2D5F19;
	padding:10px 10px 0 10px;
	clear:both;
}
#header h1 {
	font-weight:normal;
	font-size:80%;
}

#header2 {
	position:relative;
	width:750px;
	border-top:5px solid #2D5F19;
	padding:10px 10px 0 10px;
	clear:both;
}
#header2 h1 {
	font-weight:normal;
	font-size:80%;
}

.logo {
	display:block;
	width:317px;
	height:53px;
	text-indent:-9999px;
	overflow: hidden;
	float:left;
	background:url("../images/logo.gif") top left no-repeat;
}
.tel {
	width:220px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	background:url("../images/tel.gif") top left no-repeat;
}

/* ========== Global Navigation ========= */
#global-navigation {
	position:relative;
	width:750px;
	height:40px;
	margin:0;
	padding:0;
	}
#global-navigation ul {
	list-style:none;
}
#global-navigation li {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.navi-home-open a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_home.gif") top left no-repeat;
}
.navi-home a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_home.gif") bottom left no-repeat;
}
.navi-home a:hover {
	background:url("../images/gnavi_home.gif") top left no-repeat;
}
.navi-gardener-open a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_gardener.gif") top left no-repeat;
}
.navi-gardener a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_gardener.gif") bottom left no-repeat;
}
.navi-gardener a:hover {
	background:url("../images/gnavi_gardener.gif") top left no-repeat;
}
.navi-voice-open a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_voice.gif") top left no-repeat;
}
.navi-voice a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_voice.gif") bottom left no-repeat;
}
.navi-voice a:hover {
	background:url("../images/gnavi_voice.gif") top left no-repeat;
}
.navi-construct-open a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_construct.gif") top left no-repeat;
}
.navi-construct a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_construct.gif") bottom left no-repeat;
}
.navi-construct a:hover {
	background:url("../images/gnavi_construct.gif") top left no-repeat;
}
.navi-inquiry-open a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_inquiry.gif") top left no-repeat;
}
.navi-inquiry a {
	display:block;
	width:150px;
	height:40px;
	background:url("../images/gnavi_inquiry.gif") bottom left no-repeat;
	text-decoration:none;
}
.navi-inquiry a:hover {
	background:url("../images/gnavi_inquiry.gif") top left no-repeat;
}

/* ========== Content Top ========= */
#top-image {
	width:750px;
	height:260px;
	text-indent:-9999px;
	overflow:hidden;
	background:url("../../images/top_image.jpg") no-repeat;
}
.contnts-left {
	width:450px;
	float:left;
}
.contnts-right {
	width:280px;
	float:right;
}
.txt-magazine {
	width:200px;
	float:right;
}
h2#tit_news {
	width:450px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url("../../images/tit_news.gif") top left no-repeat;
}
.frame {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
address {
	border:1px solid #CCC;
	padding:5px;
	font-style:normal;
}

/* ========== Content Second ========= */
.bnr_address {
	width:150px;
	height:207px;
	text-indent:-9999px;
	overflow:hidden;
	background:url("../images/bnr_address.gif") top left no-repeat;
}
/* gardener */
h2#tit_gardener {
	width:580px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url("../../gardener/images/tit_gardener.gif") top left no-repeat;
}
h3.sub-tit_gardener1 {
	color:#2D5F19;
	text-align:center;
	margin-bottom:15px;
	font-size:125%;
}
h3.sub-tit_gardener2 {
	width:520px;
	_width:560px;
	height:20px;
	_height:50px;
	padding:30px 0 10px 40px;
	margin-bottom:15px;
	font-size:125%;
	background:url("../../gardener/images/sub-tit_gardener.gif") top left no-repeat;
	border-bottom:1px dotted #CCC;
}
.txt-box_gardener {
	width:514px;
	_width:540px;	
	padding:10px;
	margin:0 10px 20px 10px;
	border:3px double #CCC;	
}
/* voice */
h2#tit_voice {
	width:580px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url("../../voice/images/tit_voice.gif") top left no-repeat;
}
h3.sub-tit_voice {
	width:530px;
	_width:560px;
	height:20px;
	_height:35px;
	padding:15px 0 10px 30px;
	margin-bottom:10px;
	font-size:125%;
	background:url("../../voice/images/sub-tit_voice.gif") top left no-repeat;
	border-bottom:1px dotted #CCC;
}
.txt-name {
	text-align:right;
	margin-bottom:10px;
	font-weight:bold;	
}
/* construct */
h2#tit_construct {
	width:580px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url("../../construct/images/tit_construct.gif") top left no-repeat;
}
h3.sub-tit_construct {
	width:540px;
	_width:560px;
	height:20px;
	padding:0 0 10px 20px;
	margin-bottom:10px;
	font-size:125%;
	background:url("../../construct/images/sub-tit_construct.gif") top left no-repeat;
	border-bottom:1px dotted #CCC;
}
.txt-box_construct {
	width:260px;
}
.photo-frame {
	width:240px;
	_width:260px;
	height:160px;
	_height:180px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:10px;	
}
.box_construct {
	width:560px;
	margin-bottom:20px;
}
.txt-top {
	text-align:right;
	margin-bottom:30px;
}
/* inquiry */
h2#tit_inquiry {
	width:580px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url("../../inquiry/images/tit_inquiry.gif") top left no-repeat;
}
h3.sub-tit_inquiry {
	border-left:5px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:5px;
	font-size:125%;
	margin-bottom:20px;
}
.mail-form table {
	width:560px;
	font-size:100%;
}
.mail-form th{
	text-align:left;
	font-weight:normal;
	background-color:#E6E6E6;
	border:1px solid #CCC;
	padding:5px;
}
.mail-form td{
	text-align:left;
	padding:5px;
	border:1px solid #CCC;
}
/* ========== Footer ========= */
#footer {
	width:770px;
	height:17px;
	_height:20px;
	padding:3px 0 0 0;
	color:#FFF;
	background-color:#2D5F19;
	text-align:center;
	vertical-align:bottom;
	font-size:100%;
}