/*   よくあるご質問　個別指定------------------------------------- */


/* cssファイルの重複によるずれを修正 */
.shop_img img {
   margin: 0px;
} 




/* 改行幅の指定　*/


#main hr {
    line-height: 1em;
}





/* テーブル指定  */


#menu_bar table {
    width: 800px;
}


/* 4セルで一列とする */

#menu_bar td {
	text-align: left;
}


#menu_bar li {
    line-height: 2em;
}




#menu_bar dt {
    font-weight: bold;
    background-color: #FFFFCC;
}






.setumei strong,
.setumei_r strong,
#menu_bar strong {
   font-weight: bold;
   font-style: normal;
   color: #FF0000;
}


.setumei_r em,
.setumei em {
	font-size: 14px;
	font-weight:normal;
	margin: 40px 0px 60px 0px;
    padding: 2px 0px 0px 15px;
    font-style: normal;
    font-weight: bold;

	border-style: solid none;
	border-color: #66cc00;
	border-width: 0px 0px 2px 0px;

	letter-spacing: 10px;
	text-align: left;
/*
	background-color: #FFFF00;
*/
	clear: both;
}









/* メインコンテンツ内　ページ内移動用リンクタグのボックス指定 */

.linktag {
	margin-bottom: 50px;
}


