@charset "utf-8";
* {
　　filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/*各レイヤー共通の設定 -------------------------------------------------*/

/*ページ全体*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #FFFFFF url(../images/bg.jpg) repeat-x;
}

/*見出しの共通設定*/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/*セルの共通設定*/
th,td {
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
}

/*リンクの設定*/
a {
	color: #88AB1D;
	text-decoration: none;
}
a:hover {
	color: #386B0D;
	text-decoration: underline;
}

/*コンテンツ表示領域の設定 --------------------------------------------*/

#container {
	text-align: left;
	width: 979px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ヘッダー表示領域 -------------------------------------------------- */

#header h1 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	float:left;
}

#header ul {
	margin: 0px;
	padding:0px;
	float:left;
}

#header li {
	margin: 0px;
	padding: 0px;
	list-style:none;
	float: left;
}

#header h1.title a,#header li.title a {
    display : block ;
    background-repeat : no-repeat ;
    background-position : top left ;
	background-image: url(../images/title.jpg);
}
#header h1.intro a:link,#header li.intro a:link {
	background-image: url(../images/title.jpg);
}

#header li.intro a {
    display : block ;
    background-repeat : no-repeat ;
    background-position : top left ;
	background-image: url(../images/btn_intro.jpg);
}
#header li.intro a:link {
	background-image: url(../images/btn_intro.jpg);
}
#header li.intro a:hover {
	background-image: url(../images/btn_intro_over.jpg);
}
#header li.intro a#selected {
	background-image: url(../images/btn_intro_over.jpg);
}

#header li.lots a {
    display : block ;
    background-repeat : no-repeat ;
    background-position : top left ;
	background-image: url(../images/btn_lots.jpg);
}
#header li.lots a:link {
	background-image: url(../images/btn_lots.jpg);
}
#header li.lots a:hover {
	background-image: url(../images/btn_lots_over.jpg);
}

#header li.faci a {
    display : block ;
    background-repeat : no-repeat ;
    background-position : top left ;
	background-image: url(../images/btn_facilities.jpg);
}
#header li.faci a:link {
	background-image: url(../images/btn_facilities.jpg);
}
#header li.faci a:hover {
	background-image: url(../images/btn_facilities_over.jpg);
}

#header li.access a {
    display : block ;
    background-repeat : no-repeat ;
    background-position : top left ;
	background-image: url(../images/btn_access.jpg);
}
#header li.access a:link {
	background-image: url(../images/btn_access.jpg);
}
#header li.access a:hover {
	background-image: url(../images/btn_access_over.jpg);
}

#header li.outline a {
    display : block ;
    background-repeat : no-repeat ;
    background-position : top left ;
	background-image: url(../images/btn_outline.jpg);
}
#header li.outline a:link {
	background-image: url(../images/btn_outline.jpg);
}
#header li.outline a:hover {
	background-image: url(../images/btn_outline_over.jpg);
}

#header li.inquiry a {
    display : block ;
    background-repeat : no-repeat ;
    background-position : top left ;
	background-image: url(../images/btn_inquiry.jpg);
}
#header li.inquiry a:link {
	background-image: url(../images/btn_inquiry.jpg);
}
#header li.inquiry a:hover {
	background-image: url(../images/btn_inquiry_over.jpg);
}


#top-header-intro {
	clear: both;
}

#header-intro {
	clear: both;
}

#top-header-intro p.clumbs {
	margin: 0px;
	padding: 0px 0px 15px 72px;
	background: url(../images/ico_clumbs.gif) no-repeat 0px 3px;
	font-size:12px;
	color: #666666;
	vartical-align: top;
	float:left;
}

#top-header-intro p.clumbs strong {
	font-weight:bold;
}

#top-header-intro p.msg {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size:10px;
	line-height: 1.5em;
	color: #669933;
	text-align: right;
	vartical-align: top;
	width:717px;
	float:right;
}

#header-intro p.clumbs {
	margin: 0px;
	padding: 0px 0px 15px 72px;
	background: url(../images/ico_clumbs.gif) no-repeat 0px 3px;
	font-size:12px;
	line-height: 1.5em;
	color: #666666;
	vartical-align: top;
	float:left;
}

#header-intro p.clumbs strong {
	font-weight:bold;
}

#header-intro p.msg {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size:10px;
	line-height: 1.5em;
	color: #88AB1D;
	text-align: right;
	vartical-align: top;
	width:717px;
	float:right;
}



/* メインコンテンツ表示領域 ------------------------------------------ */

#main {
	clear:both;
}
#main h2 {
	margin-bottom: 35px;
}

.top-img {
	padding: 0px 0px 20px 0px;
}

/* サテライトメニュー表示領域 ---------------------------------------- */

td#sate {
	background: #F6F6F6 url(../images/bg_sate.gif) no-repeat bottom;
}

h2#sate-title {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	background-color: #FFFFFF;
}

ul#sate-menu {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border-top: 1px dotted #57A337;
	background-color: #FFFFFF;
}

ul#sate-menu li a {
	color: #666666;
}

/*先頭のメニュー*/
li.sate-top {
	list-style: none;
	border-bottom: 1px dotted #57A337;
	background: url(../images/ico_sate_top.gif) no-repeat 7px 8px;
}
li.sate-top a {
	margin: 0px;
	padding: 5px 5px 5px 20px;
	display: block;
	text-decoration: none;
}
li.sate-top a:hover {
	text-decoration: underline;
	background: #F3FAF1 url(../images/ico_sate_top.gif) no-repeat 7px 8px;
}

/*2番目以降のメニュー*/
li.sate-sub {
	list-style: none;
	border-bottom: 1px dotted #57A337;
	background: url(../images/ico_sate_sub.gif) no-repeat 7px 8px;
}
li.sate-sub a {
	margin: 0px;
	padding: 5px 5px 15px 20px;
	display: block;
	text-decoration: none;
}
li.sate-sub a:hover {
	text-decoration: underline;
	background: #F3FAF1 url(../images/ico_sate_sub.gif) no-repeat 7px 8px;
}

/*選択中のメニュー*/
li.sate-top a#selected {
	background: #F3FAF1 url(../images/ico_sate_top.gif) no-repeat 7px 8px;
	font-weight: bold;
	color: #148A53;
}
li.sate-sub a#selected {
	background: #F3FAF1 url(../images/ico_sate_sub.gif) no-repeat 7px 8px;
	font-weight: bold;
	color: #148A53;
}

/*メインコンテンツ共通*/
#main h1.mainbody {
	margin-bottom: 35px;
}
#main h2.mainbody {
	margin-bottom: 20px;
	padding: 8px 10px 10px 10px;
	background: url(../images/bar_h3.gif) no-repeat 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	width: 687px;
}
#main h3.mainbody {
	margin-bottom: 20px;
	padding: 8px;
	border-bottom: 1px dotted #88AB1D;
	color: #88AB1D;
	font-size: 16px;
	font-weight: normal;
	width: 691px;
}
#main p {
	width: 707px;
}

#main h2.top {
	margin-bottom: 16px;
}
#main h2.top-news {
	margin-bottom: 8px;
	padding: 8px 8px 7px 10px;
	background: url(../images/lbl_news.jpg) no-repeat 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}


#main h2.top-recommend {
	margin-bottom: 16px;
	padding: 8px 8px 7px 10px;
	background: url(../images/lbl_recommend.jpg) no-repeat 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

/* 販売ステータス、おしらせエリア -------------------------------------------------- */

#main h2.top-status {
	margin-bottom: 8px;
	padding: 8px 8px 7px 10px;
	background: url(../images/lbl_status.jpg) no-repeat 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}


.red {
	color:#CC0000;
	font-weight: bold;
}

.brown {
	color:#996600;
	font-weight: bold;
}



#main p.top {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#main td.infodate {
	vertical-align: top;
	width: 100px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px;
}

#main td.infokukaku {
	vertical-align: top;
	text-align:center;
	font-weight: normal;
	color: #138A52;
	width: 70px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px;
	background: url(../images/infokukaku_bg.jpg) no-repeat 0px 0px;
}



#main td.infotext {
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px;
}
#main td#top-banner {
	width: 216px;
	padding: 5px;
	background: #F3F3F3 url(../images/bg_top_bnr.jpg) no-repeat top left;
}



/* フッター表示領域 -------------------------------------------------- */

#footer {
	padding: 50px 0px 0px 0px;
}

#footer td.topScroll {
	text-align: right;
	font-size: 10px;
}
#footer td.submenu {
	padding: 7px 3px;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
}
#footer td.submenu01 {
	padding: 7px 3px;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
}
#footer td.submenu02 {
	padding: 7px 3px;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	text-align:right;
}

#footer td.copyright {
	padding: 7px;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	color: #999999;
	text-align: center;
}

/*-----最下部Linkbox-----*/

div#footArea {
	clear: both;
	/*-----幅調整-----*/
	width: 978px;
	text-align: left;
	color: #999999;
	margin:0 auto;

	/*-----
	background-color: #FFFFFF;
	border-top		:solid 1px #FFFFFF;
	border-right	:solid 1px #FFFFFF;
	border-bottom	:solid 1px #FFFFFF;
	border-left		:solid 1px #FFFFFF;
	-----*/
}

div#pleafootArea {
	clear: both;
	/*-----幅調整-----*/
	width: 978px;
	text-align: right;
	color: #999999;
}

div#footArea p.link {
	margin:5px;
	color:#999999;
	font-size:10px;
	line-height:140%;
}

a.skyblue {
	color:#99CCFF;
	font-size:10px;
	text-decoration: underline;
}

a:hover.skyblue {
	color:#99CCFF;
	font-size:10px;
	text-decoration: none;
}

a:visited.skyblue {
	color:#99CCFF;
	font-size:10px;
	text-decoration: none;
}