﻿@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#4d4d4d;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff url("images/bg_body.gif") 0 0 repeat-x;
   border-top:5px solid #228b22;
   font-size:75%;
   line-height:150%;
}

p {
   margin:0 0 20px 0;
}


br {
   letter-spacing:normal;
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
   color:#4d4d4d;
   text-decoration:none;
}

a:hover {/*マウスをのせたとき*/
   color:#228b22;
   text-decoration:none;
}

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
	border-bottom: 0px;
}


img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:847px;
   margin:0 auto;
   background:#fff;
}

div#pr {
   position:absolute;
   left:150px;
   top:15px;
   width:270px;
}

div#gnavi {
	position:absolute;
	bottom:0;
	right:0;
	left: 547px;
	top: 10px;
	width: 300px;
	text-align: right;
}

div#menu {
   width:100%;
   float:left;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#icatch {
   width:847px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:847px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#main {
   float:right;
   width:600px;
}

div#sub {
   float:left;
   width:220px;
}


div#totop {
   clear:both;
}

div#footMenu {
   width:847px;
   margin:0 auto;
}

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #228b22;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:15px;
   padding-bottom:15px;
   font-size:240%;/* 32px相当 */
   color:#fff;
   line-height:50px;
}

div#header h1 a {
   color:#228b22;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:90%;/* 12px相当 */
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:right;
   font-size:90%;/* 11px相当 */
   margin-left:15px;
}

div#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("images/bg_gnavi.gif") 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:847px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:140px;
   color:#5A5132;
   line-height:60px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
   color:#228b22;
   background:#fff url("images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}

div#menu li a:active {
   color:#228b22;
   background:#fff url("images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#228b22;
   text-decoration:none;
}

div#main a:hover {
   color:#228b22;
   text-decoration:underline;
}


div#main p {
   margin:0 0 1em 0;
}

div#main ul,ol,dl {
   font-size:100%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


.itembar {
   margin-bottom:8px;
   padding:0 0 0 30px;
   color:#666;
   font-size:112.5%;/* 15px相当 */
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("images/bg_itembar.gif") 0 0 no-repeat;
}


.itembar h2,h3,h4,h5,h6  {
   margin:0;
   color:#666;
   font-size:112.5%;/* 15px相当 */
   font-weight:bold;
}

/* システム毎 */

.meritset{
	margin-bottom:30px;
}

/* メリット効果 */

.merittext{
	margin-left:160px;
}

.maincat{
	margin-bottom:50px;
}


/* top news */

.newstext{
	margin-left:230px;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}


div#sub .cate_s {
   padding-left:0px;
}


div#sub .cate_s a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
	border-bottom: 0px;
}

div#sub .cate {
   padding:3px;
   font-size:105%;/* 14px相当 */
   font-weight:normal;
   color:#fff;
   padding-left:10px;
   background:#9dcc9d;
   border-right:1px solid #999;
   border-bottom:1px solid #999;
}

div#sub .cateon {
   padding:3px;
   font-size:105%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#228b22;
   border-right:1px solid #999;
   border-bottom:1px solid #999;
}

div#sub .cate a {
   color:#fff;
   text-decoration:none;
}

div#sub .cate a:hover {
   color:#228b22;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
   color:#4d4d4d;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 6px no-repeat;
   color:#4d4d4d;
}

div#sub li a:hover {
   color:#228b22;
}

div#sub li a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
	border-bottom: 0px;
}


/* ========サイドバナー======== */

div#sub .bnr {
   margin-top:20px;
}

div#sub .item {
   margin-bottom:10px;
}

div#sub .pict {
	margin-bottom:10px; 
	}
	
	
div#sub .pict a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
	border-bottom: 0px;
}

/* ========緑化システム======= */
.system {
   padding:10px 5px;
   margin:20px auto 10px auto;
   background:#ffffcc;
   width:auto;
   border-color:#ffd47f;
   border-width:0 0 0 10px;
   border-style:solid;
   font-size:105%;/* 15px相当 */
   font-weight:bold;
   
}



/* ========ページ内大画像======= */
.img_c {
   text-align:center;
   margin:10px auto 30px auto;
}


/* ========企画開発======= */
.kikaku_about {
  margin:5px auto 20px 85px;
}



/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size:90%;/* 11px相当 */
}

div#totop a {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}

/* ========FOOTERバナー======== */
div#footbnr {
   width:800px;
   margin:20px auto;
   text-align:center;
}

div#footbnr .bnr {
   margin:5px 5px;
   width:150px;
   float:left;
}


div#footbnr a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
	border-bottom: 0px;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:5px 0 10px 0;
   font-size:67.5%;/* 11px相当 */
   font-style:normal;
   color:#333;
   text-align:center;
}

.about {
   padding:20px 0 0 0;
   font-size:82.5%;/* 11px相当 */
   font-style:normal;
   text-align:center;
}


/* ========aboutus======== */
table#shop {
  width:100%;
  margin:10px auto 20px auto;
  border:1px #e6e6e6 solid;
}

table#shop td,th {
  padding:5px;
}

table#shop th {
  width:150px;
  background:#efefef;
  text-align:center;
  font-style:normal;
  
}

/* ========FAQ======== */

.faq_q {
  margin:10px 0;
}

.faq_a {
  margin:0 0 40px 50px;
}

/* ========パンくずナビ======== */

div#main .pankuzu {
  margin-bottom:10px;
  font-size:90%;
  color:#4d4d4d;
  text-decoration:none;
}

div#main .pankuzu a {
  color:#4d4d4d;
  text-decoration:none;
}

div#main .pankuzu a:hover {/*マウスをのせたとき*/
   color:#228b22;
   text-decoration:underline;
}



/* ========ネットショップ図の下======== */


/* タイトルボックス */
.netshop_katei { 
	width: 250px; /* ボックスの横幅 */ 
	margin: 5px 10px 5px 10px; 
	float:left;	
	} 
	
.netshop_pro { 
	width: 250px; /* ボックスの横幅 */ 
	margin: 5px 10px 5px 14px;  
	float:left;	
	} 	

/* ========ページ下======== */

.pagebar {
   margin-top:10px;
   margin-bottom:30px;
   padding:10px 0;
   color:#666;
   font-size:90%;/* 12px相当 */
   line-height:2em;
   border:1px solid #D8D8D8;
   text-align:center;
}



/* ========サイトマップ======== */

div#sitemap{
   margin-bottom:30px;
}

div#sitemap ul {
   margin:30px 0 0 5px;
   padding:0;
}

div#sitemap li {
   padding:5px 0 5px 10px;
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
   color:#4d4d4d;
}

div#sitemap li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 6px no-repeat;
   color:#4d4d4d;
}

div#sitemap li a:hover {
   color:#228b22;
}


/* ========横2列の特集ページ========= */	

.bnr2 {
	margin:0 0 10px 0 ;
	width:600px;
}

.bnr2_l {
	margin:0 0 10px 0 ;
	width:295px;
	float:left;
	text-align:left;
}

.bnr2_r {
	margin:0 0 10px 10px ;
	float:left;
	width:295px;
	text-align:left;
}

.bnr_pict {
	margin-bottom:3px; 
	}
	
.bnr_pict a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
	border-bottom: 0px;
}


/* ========やじるし========= */

.yazi {
   padding-left:8px;
   background: url("images/bg_yazi.gif") 0 50% no-repeat;
}

.yazi_ {
   padding-left:8px;
   font-size:95%;/* 10px相当 */
   line-height:130%;
}
