@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;
}

/* clearfix hack */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
	line-height:0; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/*
.clearfix {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	min-height: 1%;
}
*/
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

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

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

#top_bg{
 background:url(../top/img/bg.png) no-repeat top center;
 width:100%;
 margin:0;
 padding:0;
}

#top_container{
 text-align:left;
 width:1000px;
 margin:0 auto;
}

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

#top_header{
 width:979px;
 margin:0 auto;
 height:72px;
 overflow:hidden;
}

#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: 10px;
	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;
}*/

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

#pagetop{
 width:979px;
 margin:80px auto 0 auto;
 text-align:left;
}

#pagetop img{
 border:0;
}

#pagetop img:hover{
 opacity: 0.8;
 filter: alpha(opacity=80);
}

#pagetop p{
 padding:0;
 margin:0;
 color:#999999;
}

#footer{
 width:100%;
 border-top:4px #2B3930 solid;
 padding:10px 0 10px 0;
}

#footer_body{
 width:979px;
 margin:0 auto;
 position:relative;
 height:56px;
}

#footer_body div.kids{
 position:absolute;
 right:19px;
 bottom:0;
}

#footer_body div.nippo{
 position:absolute;
 right:133px;
 bottom:2px;
}

#footer_body p.nav{
 position:absolute;
 left:0;
 top:6px;
 line-height:100%;
 margin:0;
 padding:0;
}

#footer_body p.nav a{
 color:#57A337;
}

#footer_body p.copy{
 position:absolute;
 left:0;
 bottom:5px;
 line-height:100%;
 margin:0;
 padding:0;
}


/*-----最下部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;
}


/* Re.サイトマップ -------------------------------------------------- */

dl.sitemap{
 margin:0 0 60px 0;
 padding:0;
 width:707px;
}

dl.sitemap dt{
 border-bottom:1px #88AB1D dotted;
 font-size:16px;
 color:#88AB1D;
 padding:0 0 5px 5px;
 margin:0 0 20px 0;
}

dl.sitemap dd{
 width:440px;
 margin:0 0 0 20px;
 padding:0;
}

dl.sitemap dd span{
 float:left;
 width:220px;
 background:url(../sitemap/images/ico.gif) no-repeat left center;
 margin:0 0 15px 0;
}

dl.sitemap dd span.index{
 width:440px;
}

dl.sitemap dd a{
 padding-left:20px;
}


/* Re.TOPページ -------------------------------------------------- */

#board{
 background:url(../top/img/board.png) no-repeat;
 padding:43px 10px 12px 10px;
 margin:0 0 25px 0;
 position:relative;
}

ul#slider1{
 width:605px;
 height:342px;
 list-style:none;
 float:left;
 margin:0;
 padding:0;
}

ul#slider1 li{
 margin:0;
 padding:0;
}

ul#slider1 li a img:hover{
 opacity: 0.7;
 filter: alpha(opacity=70);
}

#board div.bx-pager{
 position:absolute;
 right:0px;
 top:-15px;
 margin:0;
 padding:0;
}

#board div.bx-pager a{
 border:1px #2B3930 solid;
 height:6px;
 width:33px;
 float:left;
 margin:0 0 0 1px;
 padding:0;
 display:block;
 text-indent:99999px;
 overflow:hidden;
}

#board div.bx-pager a:hover{
 background-color:#2B3930;
}

#board div.bx-pager a.pager-active{
 background-color:#2B3930;
}

#board .bx-prev,.bx-next{
 display:none;
}

#carousel{
 margin:0 0 36px 0;
 background-color:#F3F3F3;
 padding-left:30px;
 height:131px;
}

ul#slider2{
 width:960px;
 margin:0 0 0 0;
 padding:11px 0 0 0;
 list-style:none;
 overflow:hidden;
}

ul#slider2 li{
 float:left;
 width:320px;
 height:110px;
 padding:0;
}

#carousel img:hover{
 opacity: 0.7;
 filter: alpha(opacity=70);
}

#carousel a.bx-prev{
 position:absolute;
 top:0;
 left:-30px;
 width:20px;
 height:131px;
 display:block;
 background:url(../top/img/prev.png);
 text-indent:99999px;
 overflow:hidden;
}

#carousel a.bx-next{
 position:absolute;
 top:0;
 right:-10px;
 width:20px;
 height:131px;
 display:block;
 background:url(../top/img/next.png);
 text-indent:99999px;
 overflow:hidden;
}

#carousel a.bx-prev:hover,a.bx-next:hover{
 opacity: 0.7;
 filter: alpha(opacity=70);
}

#status{
 position:absolute;
 top:43px;
 right:10px;
 width:365px;
 border-top:3px #2B3930 solid;
 padding:10px 0;
 margin:0;
 background-color:#FFFFFF;
}

#status_table{
 width:345px;
 margin:0 auto;
 padding:0 0 20px 0;
}

#status_table td.infodate {
	vertical-align: top;
	width: 75px;
	border-bottom: 1px dotted #CCCCCC;
	padding:20px 0 5px 0px;
	text-align:center;
}

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

#status_table td.infotext {
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
	padding:20px 0 5px 0px;
}

div.reason{
 border-top:1px #EFE6D2 solid;
 padding:20px 14px 5px 14px;
}

.left{
 float:left;
}

.right{
 float:right;
}

.p20{
 padding:0 20px;
}

#news{
 float:left;
 width:490px;
}

#news div.border{
 border-left:1px #F0F0F0 solid;
 border-right:1px #F0F0F0 solid;
}

#news td.infodate {
	vertical-align: top;
	width: 100px;
	border-bottom: 1px solid #F0F0F0;
	padding:15px 0 10px 0px;
	text-align: center;
}

#news td.infotext {
	vertical-align: top;
	border-bottom: 1px solid #F0F0F0;
	padding:15px 0 10px 0px;
}

#banner{
 float:right;
 width:450px;
 height:221px;
 position:relative;
 background:url(../top/img/banner_bg.png) no-repeat;
}

#banner div{
 position:absolute;
}

#banner div.title{
 top:-12px;
 left:14px;
}

#banner div.check{
 top:-16px;
 right:-90px;
}

#banner div.reason1{
 top:55px;
 left:14px;
}

#banner div.reason2{
 top:55px;
 right:12px;
}

#banner div.family{
 bottom:-80px;
 right:6px;
}

#banner a img:hover{
 opacity: 0.7;
 filter: alpha(opacity=70);
}

#bottom{
 width:inherit;
 height:209px;
 background:url(../top/img/bottom_bg.png) no-repeat;
 position:relative;
}

#bottom div{
 position:absolute;
}

#bottom div.intro{
 top:54px;
 left:20px;
}

#bottom div.intro1{
 top:54px;
 left:244px;
}

#bottom div.intro2{
 top:102px;
 left:244px;
}

#bottom div.intro3{
 top:149px;
 left:244px;
}

#bottom div.lots{
 top:54px;
 left:487px;
}

#bottom div.contact{
 right:20px;
 bottom:20px;
}

#bottom a img:hover{
 opacity: 0.7;
 filter: alpha(opacity=70);
}
