@charset "utf-8";

/*基本設定
----------------------------------------------------*/

body {
		margin:0;
		padding:0;
		background:url(../images/top/top_bg.gif) left top repeat-x #F7F7F7;
		font-family: "ヒラギノ明朝 Pro W3","HG明朝B","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
		color:#333;
		line-height:1.8em;
		font-size:14px;
		text-align:center;
		
}

html {   
		overflow-y:scroll;   
}  


a {
		color:#3B9400;
		text-decoration:none;
}

a:hover {
		color:#3B9400;
		text-decoration:underline;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

#h-wrap {
		margin:0 auto;
		padding:0;
		width:960px;
		text-align:left;
}


#wrap {
		margin:0 auto;
		padding:0;
		width:960px;
		text-align:left;
}

.clear {
		clear:both;
}

.fix:after {
  content: "."; 
  display:block; 
  clear:both;
  height:0;
  visibility:hidden;
}

.fix {
  min-height:1px;
}

* html .fix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.ohz {
		overflow: hidden;
		_zoom: 1;
}


p.mark {
		display:none;
}

span.red {
		color:#c00;
}

.img {
		float:left;
		margin:0 20px 0 0;
}

.img02 {
		float:right;
		margin:0 0 0 20px;
}

.tel {
		font-size:24px;
		font-family:Arial, Helvetica, sans-serif;
		color:#B90000;
		font-weight:bold;
}

.tel span {
		font-size:14px;
		font-family: "ヒラギノ明朝 Pro W3","HG明朝B","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
		color:#333;
		font-weight:normal;
}


p.del {
		width:100px;
		height:50px;
		text-align:center;
		margin:10px 0 0 0;
}

p.del a {
		display:block;
		background:#419444;
		color:#fff;
		text-decoration:none;
		border:solid 1px #419444;
}

p.del a:hover {
		display:block;
		background:#fff;
		color:#419444;
		text-decoration:underline;
		border:solid 1px #419444;
}

.no {
		background:none!important;
		border:none!important;
		margin:0!important;
		padding:0!important;
}



/*section p
----------------------------------------------------*/

.section {
		margin:0 0 40px 0;
		width:100%;
}

.inner {
		width:100%;
}

.btm5 {
		margin-bottom:5px;
}

.btm10 {
		margin-bottom:10px;
}

.btm15 {
		margin-bottom:15px;
}

.btm20 {
		margin-bottom:20px;
}

.btm25 {
		margin-bottom:25px;
}

.btm30 {
		margin-bottom:30px;
}

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

.top20 {
		margin-top:20px;
}

.f10 {
		font-size:10px;
}

.f14 {
		font-size:14px;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

.m0 {
		margin:0!important;
}

.tar {
		text-align:right;
}

.tac {
		text-align:center;
}

.f-l {
		float:left;
}

.f-r {
		float:right;
}

.hover a:hover{
    opacity: 0.7; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7;
}



/*ヘッダー
----------------------------------------------------*/

#header {
		width:100%;
		height:110px;
		position:relative;
		background:url(../images/common/h_bg.gif) 0 0 no-repeat;
}

h1 {
		position:absolute;
		font-size:11px;
		top:5px;
		right:0px;
		color:#888;
}


p.h-tel {
		position:absolute;
		text-align:right;
		top:37px;
		right:223px;
}

p.logo {
		position:absolute;
		top:30px;
		left:0px;
}

p.h-shop {
		position:absolute;
		top:48px;
		right:0px;
}


/*ナビ
----------------------------------------------------*/

#navi {
		width:960px;
		height:50px;
		margin:0;
		padding:0;
}

#navi img {
		vertical-align:bottom;
}

#navi li {
		margin:0;
		padding:0;
		float:left;
}



/*メインイメージ
----------------------------------------------------*/
#main-image {
		width:100%;
		text-align:center;
}


/*コンテンツ
----------------------------------------------------*/
#cont {
		width:100%;
		margin:25px 0 0 0;
}


/*サイド
----------------------------------------------------*/

#side {
		width:220px;
		float:left;
}



/*メイン
----------------------------------------------------*/

#main {
		width:720px;
		float:right;
}

ul.check li {
		background:url(../images/common/check.gif) 0 0 no-repeat;
		padding:0 0 0 20px;
		margin:0 0 5px 0;
		font-weight:bold;
}

.waku {
		padding:5px;
		background:#fff;
		border:solid 1px #dcdcdc;
}

.top4 {
		width:465px;
}

.top4 img {
		vertical-align:bottom;
}

.top4 div {
		border:solid 1px #EBEBEB;
		padding:19px;
		background:#fff;
}

.top4 li {
		border-bottom:dashed 1px #ddd;
		margin:0 0 5px 0;
		padding:0 0 5px 0;
}

.top4 li span {
		color:#3B9400;
		font-weight:bold;
}


/*フッター
----------------------------------------------------*/

#footer-wrap {
		width:100%;
		text-align:center;
		background:url(../images/common/footer_bg.gif) 0 top #000 repeat-x;
		padding:0 0 20px 0;
		margin:30px 0 0 0;
		font-size:12px;
}

#footer {
		margin:0 auto;
		padding:0;
		width:960px;
		text-align:left;
}




#pagetop {
		text-align:right;
		margin:0 0 10px 0;
}



p.cr {
		font-size:10px;
		color:#555;
		clear:both;
		text-align:right;
		font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

p.cr a {
		color:#555!important;
}

.footer-navi {
		width:100%;
		padding:0 0 5px 0;
		margin:0 0 10px 0;
		background:url(../images/common/f_line.gif) 0 bottom repeat-x;
		color:#888;
		font-size:13px;
}

.footer-navi a {
		color:#888;
		text-decoration:none;
}

.footer-navi a:hover {
		text-decoration:underline;
}

.footer-navi li {
		float:left;
		margin:0 25px 5px 0;
		padding:0 0 0 10px;
		background:url(../images/common/arrow.gif) 0 8px no-repeat;
}

.f-logo {
		background:url(../images/common/f_logo.gif) 0 0 no-repeat;
		padding:0 0 0 60px;
		font-size:13px;
		color:#888;
}
