BODY {/*全体の文字*/
	margin: 0px;
	padding: 0px;
        color : #333333;
　　　　font-size: 13px;
        background : url(http://www.ichi-fuji.info/top_img/bg2.gif);
　　　　text-align: center;
scrollbar-face-color:#fff; /*本体の色*/
scrollbar-highlight-color: #fff; /*バー左上*/
scrollbar-shadow-color: #fff; /*バー右上*/
scrollbar-3dlight-color: #A4B4B4; /*バー左下*/
scrollbar-arrow-color: #A4B4B4; /*矢印の色*/
scrollbar-track-color: #ECEBD7; /*バー背面の色*/
scrollbar-darkshadow-color: #A4B4B4; /*バー右下*/
}
img{border-width:0;
}
#box {
	width: 780px;
        background-color: #ffffff;
        border-left: #666 1px solid; border-right: #666 1px solid;
　　　　margin: 0px;               
}


#left{  text-align: center;
        width: 170px;
        text-align: center;
        background-color: #ffffff;
        border: 0px;
　　　　padding-top: 20px;
        margin: 0px;
	float: left;               
}

#right{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        width: 605;
        background-image: url(http://www.ichi-fuji.info/top_img/bgright.gif);
        background-repeat: repeat-y;
	background-position: left top;
        text-align: center;
        background-color: #ffffff;
        border: 0px;
　　　　margin: 0px; 
	padding-bottom: 50px;
        float: left;              
}

#footer {/*フッター*/    
border-top: 1px dotted #ccc;
margin: 0px;
font-size: 12px;
padding: 3px;
 height: 20px;
 background-color: #dddddd;　
}


h1 {
	margin: 25 0 20 0px;
        height: 37px;
        font-size: 18px;
        background: url(http://www.ichi-fuji.info/gray.gif) no-repeat center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        text-align: center;
}


.waku1 {
width: 150px; 
height: 250px; 
background-color: #ffffff; 
border: 1px solid #666666;
margin: 4 0 4 7px; 
padding: 2px;
float: left; 
}


.m_bar {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.sen {
clear: both;
height: 1px;
background-image: url(http://www.ichi-fuji.info/top_img/sen_kon.gif);
background-repeat: repeat-x;
width: 760px;
margin: 5px 0px 5px 0px;
}

.f1 {
 color: #333333;
 font-size : 13px;
 line-height: 140%;
 margin: 0px 0px 10px 10px;
}

.f2 {
	border-bottom: 1px dotted #cccccc;
	font-size : 14px;
        color: #cd1b84;
        font-weight: bold;
	margin: 0px 15px 5px 15px;
}
.f3 {
	border: 1px solid #CBC1C9;
	font-size : 13px;
        color: cc3300;
        margin: 0px 15px 10px 15px;
        padding: 0px;
        font-weight: bold;
}
.f4 {
	border: double #CBC1C9;
	font-size : 12px;
        width: 585px;
        text-align: center;        
        margin-bottom: 10px;
        padding: 3px;
}
.td1{/*表base*/
 color: #333333;
 font-size : 14px;
 line-height: 150%;
 letter-spacing: 1;
 padding-left : 10px; padding-top : 2px; padding-right : 3px; padding-bottom : 2px;
 }

.td2{/*トップページ店舗ご案内*/
 color: #333333;
 font-size : 13px;
 line-height: 110%;
 padding: 5px 15px;
 }








.td5{/*商品明細*/
 padding : 1px;
 background-color : #ffffff;
 text-align: left;
 font-size : 13px;
 line-height: 110%;
}

.td6{/*トップページ写真*/
 padding : 0px;
 background-color : #ffffff;
 text-align: left;
 font-size : 13px;
 line-height: 110%;
 background-image : url(http://www.ichi-fuji.info/kabe.jpg);
background-repeat: no-repeat;
}
.td7{/*  */
 padding : 5px 5px 1px 5px;
 background-color : #ffffff;
 text-align: center;
 font-size : 14px;
 line-height: 110%;
}
a:link {
text-decoration:underline; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
color:#333333 ; /*未訪問リンクのカラー*/
}
a:visited {
text-decoration:underline; /*下線を消す*/
color:#333333 ; /*訪問済みリンクのカラー*/
}
a:active {
text-decoration:underline; /*下線を消す*/
color:#333333  ; /*クリックしたときのカラー*/
}
a:hover {
text-decoration: none; /*上下線を出す*/
color:#cd1b84; /*マウスが乗ったときのカラー*/
background-color :#fff; /*マウスが乗ったときの背景色*/
}





/*================= item　表 枠==================*/

.t01 {
width:95%;margin:10px 0px 10px 0px;padding:0px;
border-collapse:collapse;
border-top:1px dotted #fff;
border-bottom:1px dotted #fff;
empty-cells:show;}

.t01 td {
width:33%;
padding:3px;
vertical-align:top;
border-top:1px solid #cccccc;
border-bottom:1px solid #ccc;
}

.t01 th {
background-color:#c9e0de;
padding:3px 0px 3px 5px;
vertical-align:top;
text-align: left;
border-top:1px dotted #cccccc;border-left:3px double #CCCCCC;border-right:3px double #CCCCCC;
border-bottom:1px dotted #cccccc;
font-size: 13px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/*================= item　表 枠==================*/

.t02 {
width:100%;
text-align: center;
margin:0px;padding:0px;
border-collapse:collapse;
border-top:1px solid #ac938a;
border-bottom:1px solid #ac938a;
empty-cells:show;}

.t02 td {
width:33%;
border-left:1px solid #ac938a;
border-right:1px solid #ac938a;
 border-bottom:1px dotted #CCCCCC;
 padding: 5 0 5 15px;
}

.t02 th {
background: url(http://www.ichi-fuji.info/purple.gif) repeat-x left top;
padding:1px;
text-align: center;
border-left:1px solid #ac938a;
border-right:1px solid #ac938a;
font-size: 13px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


.td3{/*商品明細*/
 padding: 3px;
 text-align: center;
 color: #cc3333;
 font-weight: bold;
 font-size: 12px;
 background-color: #ffffff;
}

 
.td4{/*商品明細*/
 font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 color: #333;
 background-color: #ffffff;
 text-align: left;
 line-height: 140%;
 font-size: 12px;
}
















