@charset "utf-8";		/* 文字コードセット */


/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px; /* リセット */
	padding: 0px;
}

body {
	text-align:center;
	font-size: 0.8em;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(../images/back.gif) repeat-x;
}

#wrapper {
  width: 100%; /* 基本ページ幅*/
  color: #333333; /* 基本文字色 */
  margin:0px auto; /*新ブラウザ用中央揃え */
  text-align:left;
  }


/* リンク
---------------------------------------------------- */
a:link {
  color: #058a6f; /* リンク色 */
  font-weight: bold;
  text-decoration:none;
}
a:visited {
  color: #328e1c; /*訪問済みリンク色 */
  font-weight: bold;/* 太字 */
  text-decoration:none;
}
a:hover, 
a:active {
  color: #40d700;/* マウスオーバー、アクティブリンク色 */
  font-weight: bold;/* 太字 */
  text-decoration:none;
}


/* ヘッダー
---------------------------------------------------- */
#header {
    width:840px;
	height:105px;
	background: url(../images/header.gif) no-repeat;
}

h1 {
  margin: 0px auto;
  font-size: x-small;
  padding:0px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight: normal;
  color: #666666;
  line-height:100%;
  width:840px;
  height:15px;
}

#logo{
  width:340px;
  height:60px;
  display:block;
  margin-top:15px;
  text-indent:-9999px;
  }
#logo a{
  width:340px;
  height:60px;
  display:block;
  margin-top:15px;
  text-indent:-9999px;
  }
#hajimete{
  width:195px;
  height:30px;
  float:right;
  background: url(../images/hajimete_off.gif) no-repeat;
  margin-top:60px;
  /*margin-top:50px;*/
  text-indent:-9999px;
  display:block;
  }
#hajimete a{
  width:195px;
  height:30px;
  float:right;
  background: url(../images/hajimete_off.gif) no-repeat;
  text-indent:-9999px;
  display:block;
  }
#hajimete a:hover{
  width:195px;
  height:30px;
  float:right;
  background: url(../images/hajimete_off.gif) no-repeat;
  text-indent:-9999px;
  display:block;
  }
#hajimeteon{
  width:195px;
  height:30px;
  float:right;
  background: url(../images/hajimete_off.gif) no-repeat;
  text-indent:-9999px;
  display:block;
  }
/* ページ本体
---------------------------------------------------- */
#pagebody {
	width: 840px;
	margin:0px auto;
	margin-bottom:20px;
}
/* ナビゲーション
---------------------------------------------------- */
#navigation {
  width:840px;
  display:block;
  height:40px;
  text-indent:-9999px;
}


#navigation #page1{ background:url(../images/menu_off.gif)  0px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page2{ background:url(../images/menu_off.gif) -140px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page3{ background:url(../images/menu_off.gif) -280px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page4{ background:url(../images/menu_off.gif) -420px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page5{ background:url(../images/menu_off.gif) -560px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page6{ background:url(../images/menu_off.gif) -700px 0px; width:140px; height:40px;display:block; float:left;}

#navigation #page1 a{ background:url(../images/menu_off.gif) 0px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page2 a{ background:url(../images/menu_off.gif) -140px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page3 a{ background:url(../images/menu_off.gif) -280px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page4 a{ background:url(../images/menu_off.gif) -420px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page5 a{ background:url(../images/menu_off.gif) -560px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page6 a{ background:url(../images/menu_off.gif) -700px 0px; width:140px; height:40px;display:block; float:left;}

#navigation #page1 a:hover{ background:url(../images/menu_on.gif) 0px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page2 a:hover{ background:url(../images/menu_on.gif) -140px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page3 a:hover{ background:url(../images/menu_on.gif) -280px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page4 a:hover{ background:url(../images/menu_on.gif) -420px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page5 a:hover{ background:url(../images/menu_on.gif) -560px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #page6 a:hover{ background:url(../images/menu_on.gif) -700px 0px; width:140px; height:40px;display:block; float:left;}

#navigation #on01{ background:url(../images/menu_on.gif) 0px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #on02{ background:url(../images/menu_on.gif) -140px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #on03{ background:url(../images/menu_on.gif) -280px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #on04{ background:url(../images/menu_on.gif) -420px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #on05{ background:url(../images/menu_on.gif) -560px 0px; width:140px; height:40px;display:block; float:left;}
#navigation #on06{ background:url(../images/menu_on.gif) -700px 0px; width:140px; height:40px;display:block; float:left;}




/*コンテンツ
---------------------------------------------------- */
#content {
	width: 840px;
	color: #333333;
}

/*キャッチコピー・見出し
---------------------------------------------------- */
#content h2{
  font-size: x-small;
  text-indent:-9999px; 
  }
  
#p2-1{background:url(../images/p2tit01.gif) no-repeat; height:75px; width:840px; margin-bottom:15px; margin-top:15px;}
#p3-1{background:url(../images/p3tit01.gif) no-repeat; height:75px; width:840px; margin-bottom:15px; margin-top:15px;}
#p4-1{background:url(../images/p4tit01.gif) no-repeat; height:75px; width:840px; margin-bottom:15px; margin-top:15px;}
#p5-1{background:url(../images/p5tit01.gif) no-repeat; height:75px; width:840px; margin-bottom:15px; margin-top:15px;}
#p6-1{background:url(../images/p6tit01.gif) no-repeat; height:75px; width:840px; margin-bottom:15px; margin-top:15px;}
#p7-1{background:url(../images/p7tit01.gif) no-repeat; height:75px; width:840px; margin-bottom:15px; margin-top:15px;}


#content h3{
  clear:both;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";; 
}

#p1-1{background:url(../images/toptit01.gif) no-repeat; height:35px; width:510px;text-indent:-9999px; margin-bottom:10px; margin-top:15px;}
#p1-2{background:url(../images/toptit02.gif) no-repeat; height:35px; width:510px;text-indent:-9999px; margin-bottom:10px;}
#p1-3{background:url(../images/toptit03.gif) no-repeat; height:35px; width:840px;text-indent:-9999px; margin-bottom:10px;}
#p1-4{background:url(../images/toptit04.gif) no-repeat; height:35px; width:840px;text-indent:-9999px;}

.ptit01{background:url(../images/titback01.gif) no-repeat; height:29px; width:825px; padding-left:15px; padding-top:6px; color:#FFFFFF; font-weight:bold; font-size:17px; margin-bottom:15px;}
.ptit02{background:url(../images/titback02.gif) no-repeat; height:29px; width:385px; padding-left:15px; padding-top:6px; color:#FFFFFF; font-weight:bold; font-size:17px; margin-bottom:15px;}
.ptit03{background:url(../images/titback03.gif) no-repeat; height:29px; width:300x; padding-left:15px; padding-top:6px; color:#FFFFFF; font-weight:bold; font-size:17px;}





/* トップページ
---------------------------------------------------- */
.toptxt{
width:570px;
height:31px;
border-bottom:1px solid #b5b4b4;
padding:7px 5px 7px 5px;
line-height:120%;
margin-bottom:15px;
}


	

/* トップページ
---------------------------------------------------- */
/* flash */ 
#flash{
width:840px;
height:300px;
padding:15px 0px 0px;
}
#flasbanner{
      width:840px;
	  padding:0px 10px 15px 10px;
	  margin:0px auto;
	  }
#flashtxt{
	  padding:0px 10px 0px 10px;
	  line-height:130%;
	  font-size: 0.8em;
	  text-align:left;
	  }
/* タイトル */ 
.tit01{ width:570px; height:25px; background: url(../images/tit01.gif) no-repeat; padding:0px 0px 10px 0px; text-indent:-9999px;}
.tit02{ width:260px; height:20px; background: url(../images/tit02.gif) no-repeat; padding:0px 0px 10px 0px; text-indent:-9999px;}

/* box */  
 
#leftbox01{
    width:510px;
	float:left;
	}
#rightbox01{
    width:310px;
	float:right;
	}
	
#rightbox02{
    width:415px;
	float:right;
	}
/* img */ 
#topimg01{
	 width:310px;
	 height:250px;
	 background: url(../images/topill02.gif) no-repeat;
	 text-indent:-9999px;
	 float:right;
	 }
#topimg02{
	 width:415px;
	 height:125px;
	 background: url(../images/topill03.gif) no-repeat;
	 text-indent:-9999px;
	 } 
.topph01{
	 width:170px;
	 height:145px;
	 float:left;
	 background: url(../images/topimg02.jpg) no-repeat;
	 text-indent:-9999px;
	 }
.topph02{
	 width:130px;
	 height:160px;
	 float:left;
	 background: url(../images/topimg03.jpg) no-repeat;
	 text-indent:-9999px;
	 padding-bottom:10px;
	 }


/* map */
.map{
	 width:280px;
	 height:280px;
	 float:left;
	 } 
/* btn */
.btn01{
    width:280px;
	height:35px;
	background: url(../images/btn01.gif) no-repeat; display:block;
	text-indent:-9999px;
	}
.btn01 a{
    width:280px;
	height:35px;
	background: url(../images/btn01.gif) no-repeat; display:block;
	text-indent:-9999px;
	}
.btn01 a:hover{
    width:280px;
	height:35px;
	background: url(../images/btn01_ro.gif) no-repeat; display:block;
	text-indent:-9999px;
	}

/* 
---------------------------------------------------- */	

.rightph01{
	 width:245px;
	 float:right;
	 padding-left:20px;
	 padding-bottom:20px;
	 }
.rightph02{
	 width:320px;
	 float:right;
	 margin-left:20px;
	 }
.leftph01{
	 width:245px;
	 float:left;
	 margin-right:20px;
	 padding-bottom:20px;
	 }
.rightphbox{
	 width:505px;
	 float:right;
	 margin-left:20px;
	 padding-bottom:20px;
	 }
.rightboxnaka01{
     width:400px;
	 float:right;
     }
.leftboxnaka01{
     width:400px;
	 float:left;
     }
.leftboxnaka02{
     width:315px;
	 float:left;
     }
	 
#pricebox{
     width:370px;
	 height:700px;
	 padding:15px;
	 background-color:#e4efea;line-height:150%;
	 }
#pricetit{
     width:370px;
	 padding:5px 15px;
	 background-color:#72aebe;
	 font-weight:bold;
	 color:#FFFFFF;font-size: 1.3em;
	 }	 
#yoyakubox{
     width:370px;
	 padding:15px;
	 background-color:#fce3cb;line-height:150%;height:700px;
	 }
#yoyakutit{
     width:370px;
	 padding:5px 15px;
	 background-color:#fa7b4e;
	 color:#FFFFFF;
	 font-weight:bold;font-size: 1.3em;
	 }
.kiirobox{
     width:370px;
	 padding:15px;
	 background-color:#fcf8cb;line-height:150%;
	 margin-bottom:5px;
	 }
.kiirotit{
     width:370px;
	 padding:5px 15px;
	 background-color:#fad84e;
	 color:#180808;
	 font-weight:bold;font-size: 1.3em;
	 }
.kiirotit02{
     width:370px;
	 padding:5px 15px;
	 background-color:#fad84e;
	 color:#180808;
	 font-weight:bold;font-size: 1em;
	 }
.kimidoribox{
	 padding:10px 10px;
	 height:205px;
	 color:#026138;
	 line-height:140%;
	 background: url(../images/yajirusi.gif) no-repeat bottom #f2fae0;
	 }
	 
.kimidoribox02{
	 padding:10px 10px;
	 height:105px;
	 color:#026138;
	 line-height:120%;
	 background-color:#f2fae0;
	 }
	  
#pinkbox{
   width:525px;
   padding:10px 15px 0px;
   background: url(../images/oth01.gif) no-repeat #fcecd6;
   color:#fd0528;
   margin-bottom:0px;
   line-height:120%;
   }
#pinkbottom{
   width:555px;
   height:10px;
   background: url(../images/oth02.gif) no-repeat;
   text-indent:-9999px;
   margin-bottom:10px;
   }
   
.pinkbox02{
     width:px;
	 padding:15px;
	 background-color:#faf4eb;line-height:180%;
	 }
.pinkm{
   background:url(../images/txtback01.gif) no-repeat;
   padding-left:15px;
   }
.bluem{
   background:url(../images/txtback02.gif) no-repeat;
   padding-left:15px;
   }
.redm{
   background:url(../images/txtback03.gif) no-repeat;
   padding-left:15px;
   }
.shopph{
     padding-right:15px;
	 padding-bottom:15px;
	 }
.qbox{
   padding:15px 15px 0px 15px;
   background: url(../images/qaback01.gif) no-repeat #ebf2eb;
   width:810px;
   }
.abox{
   padding:0px 15px 0px 15px;
   background: url(../images/qaback02.gif) no-repeat bottom #ebf2eb;
   width:810px;
   }
.qabox{
   padding-bottom:15px;
   }
.q{
   padding-left:40px;
   background: url(../images/q.gif) no-repeat;
   width:770px;
   padding-bottom:10px; color:#035c46;
   }
.a{
   padding-left:40px;
   background: url(../images/a.gif) no-repeat;
   width:770px;
   padding-bottom:15px;
   }	 
	/* フッター
---------------------------------------------------- */
#footer{
    margin:0px auto;
	width:100%;
	font-size:x-small;
	letter-spacing:0.1em;
	text-align:center;
	line-height:100%;
	background-color:#fd6857;
	 }
#footmenu{
  text-align:center;
  color:#ffffff;
  height:15px;width:840px;
  margin:0px auto 0px;
  background-color:#fd6857;
  padding-top:5px;
  }

#footmenu a:link,
#footmenu a:visited {
	color:#ffffff;
	text-decoration: none;
}

#footmenu a:hover,
#footmenu a:active {
	color: #fe3a05;
	text-decoration:underline;
}


#footcopy{
 text-align:center;
 width:760px;
 height:50px;
 margin:0px auto 0px auto;
 line-height:120%;
 font-size:0.8em;
  }
  
/* ページトップ
---------------------------------------------------- */    
.pagetop{
  width:80px;
  height:10px;
  float:right;
  display:block;
  text-indent:-9999px;
  margin-top:5px;
  }
.pagetop a{
  width:80px;
  height:10px;
  background: url(../images/pagetop.gif) no-repeat;
  display:block;
  margin-top:5px;
  }
.pagetop a:hover{
  width:80px;
  height:10px;
  background: url(../images/pagetop_ro.gif) no-repeat;
  display:block;
  margin-top:5px;
  }

/*その他
---------------------------------------------------- */
.clear {
	clear: both;
}
.tops01{
     padding-top:10px;
	 }
.bottoms01{
	 padding-bottom:10px;}

.rights01{
     padding-right:10px;
	 }
.lefts01{ padding-left:10px;
}
	 
.tops02{
     padding-top:15px;
	 }
.bottoms02{
	 padding-bottom:15px;
	 }
.rights02{
     padding-right:15px;
	 }
.lefts02{ padding-left:15px;
}
.center {
    text-align:center;
	padding:10px;
	}

/* マークアップ
---------------------------------------------------- */

.mark{
    color:#FF0000;
	line-height:130%;
}

.mark02{
    font-weight: bold;
}
.mark03{
    color:#da0303;
    font-weight: bold;
	font-size: 1.3em;
}

.mark04{
    color: #005574;
    font-weight: bold;
	font-size: 1.3em;
}
.mark05{
    color:#da0303;
    font-weight: bold;
	font-size: 1.3em;
}
.pink{
    color:#fcc8a5;
	}
	
.kiiro{
    color:#f8c874;
	}
.midori{
    color:#80bd8d;
	}	
.txts{
     font-size: x-small;
	 }
.txttops{ font-size: 14px;
	 }
/* テーブル
---------------------------------------------------- */
.tabl01{ margin-bottom:0px; line-height:140%;
		}

.tabl01 table{
        border-top:solid 1px #A1634F; line-height:140%
		}
.tabl01 td{
        border-bottom:solid 1px #A1634F; line-height:140%;
		padding:5px 5px;
		}
.tdback01{
      font-weight:bold;
	  background-color:#FDCE8A;border-bottom:solid 1px #A1634F; line-height:100%; font-size: 14px;
	  color:#4a332b;
	  }
.tdback02{
      font-weight:bold;
	  background-color:#CC9933;
	  color:#FFFFFF;
	  }

/* お問い合わせボタン
---------------------------------------------------- */
.contact{ 
        width:590px;
		height:125px;
		background: url(../images/contact.gif) no-repeat;
		text-indent:-9999px;
		margin-top:30px;		
	 }
@media print{
body {
	background:none;
}
}

/* RZ SEO
---------------------------------------------------- */
body#index {
	background: none;
}

body#index #rz-box {
	background: url(../images/back.gif) repeat-x;
}

p.h-txt {
  margin: 0px auto;
  font-size: x-small;
  padding:0px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight: normal;
  color: #666666;
  line-height:100%;
  width:840px;
  height:15px;
}
