/*文字サイズ　中*/

#container {
font-size:1.2em;
}


/* wysiwyg編集対応 */

/* 店舗紹介ページ */
.wysiwyg_area {
	font-size:17px;
}
.wysiwyg_area p {
	font-size:17px;
}
.wysiwyg_area .size_1{
	font-size:17px;
	line-height:28x;
}
.wysiwyg_area .size_2{
	font-size:24px;
	line-height:36px;
}
.wysiwyg_area .size_3{
	font-size:34px;
	line-height:46px;
}
.wysiwyg_area .size_4{
	font-size:46px;
	line-height:58px;
}
.wysiwyg_area .size_5{
	font-size:60px;
	line-height:72px;
}



/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch li.font_small a {
background-image:url(../img/text_size/small_off.gif);
background-repeat:no-repeat;
background-position:left center;
}

ul#css_switch li.font_middle a {
background-image:url(../img/text_size/middle_on.gif);
background-repeat:no-repeat;
background-position:left center;
}
