/*　全体の設定　*/

body{
margin:0;
background-color:#FFB5C5;
background-image:url(../img/bg.gif);
background-repeat:repeat-y;
}


/*　IMGタグに対するリンク時のボーダー消し　*/

img{border:none;}


/*　全体とテーブルの文字サイズ　*/

body,td{
font-size:9pt;
}

.f-menu{
	width:550px;
	margin-left:214px;
	font-size:10px;
	line-height:150%;
}

.f-menu2{
	width:550px;
	margin-left:178px;
	font-size:10px;
	line-height:150%;
}

/*　タイトル部分の位置指定　*/

#main{
margin-top:10px;
text-align:center;
width:800px;
}


/*　おすすめ部分商品名文字設定　*/

.item{
color:#666666;
text-align:center;
}


/*　おすすめ部分値段文字設定　*/

.nedan{
color:red;
font-size:12pt;
font-weight:bold;
}


/*　上部４メニュー内テーブル設定　*/

.waku{
background-image:url(../img/t-bg.gif);
padding:10px;
width:550px;
color:#666666;
}


/*　枠内タイトル部分設定　*/

.Q-title{
width:100%;
height:25px;
padding-top:8px;
padding-left:15px;
margin-bottom:5px;
margin-top:8px;
background-color:#fff08e;
font-weight:bold;
}


/*　▼の位置設定　*/

.sankaku{
text-align:center;
margin:8px;
}


/*　説明部分設定　*/

.Q-com{
color:#666666;
border:2px #fff08e solid;
padding:5px;
}

.com{
margin:0 0 0 5px;}

/*　ＦＡＱページのページの上に戻る　*/

.up{
text-align:right;
}



/*　インデックスの文字色設定　*/
.in-font{
color:#990000;
}

.t-image{
margin:0 0 15px 0;}

