@charset "utf-8";
/* CSS Document */


/*初期化CSS
---------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}
body{
	font-size: small;
    line-height: 1.5em;
    color: #333333;
    }
ul,li{
	list-style-type: none;
    }

h1{ font-size: xx-small;
	}
h2{
	font-size: medium;
    line-height: 1.3em;
    }
h3,h4{
	font-weight: bold;
    font-size:small;
    }
table,th,td{
	font-size: small;
    font-weight: normal;
    }
a img{
	border : 0;}
/*header
----------------------------------------------------*/
#fujiLg{
	width: 700px;
    margin: 0 auto;
    padding: 5px 0 10px;
    }
#header{
	width: 700px;
    margin: 0 auto;
	}
h1#suppleLg{
	width: 700px;
	margin: 0 auto 10px;
	text-align: center;
    display: block;
    height: 150px;
	}
/*container
----------------------------------------------------*/
#container{
    margin: 0 auto 20px;
    width:700px; 
    }
   
h2{
	display: block;
    width: 685px;
    background: url(../images/icon_h2.gif) center left no-repeat;
    border-bottom: 1px solid #ffaa4b;
    padding: 5px 0 5px 15px ;
    margin: 0 auto 10px;
    color:#d28836;
    } 
h3{
	color: #663300;
    }    
.txtBox{
	width: 700px;
    overflow: hidden;
    }    
.txtL{
	width: 218px;
    float: left;
    margin-right: 5px;
    padding: 5px;
    height: 120px;
    }
.txtR{
	width: 218px;
    float: right;
    padding: 5px;
    height: 120px;
    }
.telBox{
	clear: both;
	width: 690px;
    padding: 10px 5px;
    border: 1px solid #999999;
    overflow: hidden;
    }
.dialImg{
	width: 313px;
    float: left;
    margin-right: 20px;
    }
.dialText{
	width: 337px;
    float: left;
    text-align: left; 
    }

.bgcl01{
border: 1px solid #cfb01e;
background-color: #f9eec9;
} 
.bgcl01 h3{
	border-bottom: 1px dotted #cfb01e;
    padding-bottom: 5px;
    width: 218px;
    height: 30px;
    display: block;
    } 
.bgcl02{
	border: 1px solid #cf501e;
    background-color: #f9e1c9;

}
.bgcl02 h3{
	border-bottom: 1px dotted #cf501e;
    padding-bottom: 5px;
	width: 208px;
    height: 30px;
    display: block;
}
.bgcl03{
	border: 1px solid #468741;
    background-color: #e6f5e3;

} 
   
.bgcl03 h3{
	border-bottom: 1px dotted #468741;
    padding-bottom: 5px;
    width: 218px;
    height: 30px;
    display: block;
}   
    

/*TOFUTOFU商品
----------------------------------------------------*/   
.tofuBox{
	width: 680px;
    overflow: hidden;
    background-color: #FFF8E9;
    padding: 10px;
    }
.tofuText{
	float: left;
    width: 320px;
    }
.tofuImg{
	width: 350px;
    margin-right: 10px;
    float: left;
    }
.potFree{
	color:#FFFFFF;
    display: block;
    width: 80px;
    background-color: #FF6600;
    margin-bottom: 5px;
    padding: 2px;
    text-align: center;
    }
/*TOFUTOFU商品説明
----------------------------------------------------*/   
.info01{
	width: 700px;
    overflow: hidden;
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    }
.infoimg01{
	width: 300px;
    float: left;
    margin-right: 10px;
     }
.infotxt01{
	width: 380px;
    float: left;
    }
.sBox{
	width: 350px;
    margin-left: 30px;
    overflow: hidden;
    margin-top:10px;
    }
.sTxt{
	width: 150px;
    margin-right: 10px;
    float:left;
    margin-top: 80px;
	}
.sImage{
	width: 180px;
    float: right;
    }
/*footer
----------------------------------------------------*/
#footer{
	width: 700px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    }
#footer .bdr{
	clear: both;
    }
/*汎用CSS
----------------------------------------------------*/
.top5{
margin-top: 5px !important;
}
.top10{
margin-top: 10px !important;
}
.top12{
margin-top: 12px !important;
}
.top30{
margin-top: 30px !important;
}
.bottom10{
margin-bottom: 10px !important;
}
.bottom20{
margin-bottom: 20px !important;
}
.bottom30{
margin-bottom: 30px !important;
}
.right10{
	margin-right: 10px !important;
    }
.le4ft10{
	margin-left: 10px !important;
    }
.price{
	font-size: large;
    color:#CC0000;
    font-weight: bold;
    text-align: left;
    }
.alert{
	font-size: x-small;
	color:#CC0000;
}
.ygray{
	background: #EFEFE0 !important;
    }
.gray{
	background: #EFEFEF !important;
    }
.fontM{
	font-size: medium !important;
    }
.center{
	text-align: center !important;
    }
.right{
	text-align: right !important;
    }
.bdr{
	border-bottom: 1px dotted #999999 !important;
    padding-bottom: 5px;
    }
.flR{
	float: right;
    }
.flL{
	float: left;
    }
.fontM{
	font-size: medium;
    }

