/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*								*/
/*		店舗詳細（information）スタイルシート		*/
/*								*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*----------------------------------------------------------------
■information_style
----------------------------------------------------------------*/
/****** page_title ******/
div#information	{ width: 550px; margin: 0px auto; }
div#information h2	{ background: url(/s/information/img/page_title.gif) no-repeat; width: 550px; height: 31px; text-indent: -5555px; }


/****** contents ******/
div#information .inbox		{ width: 525px; margin: 10px auto; }
div#information .databox	{ width: 503px; padding: 10px; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #CCC; }

div#information .databox .cap	{ background: url(/s/information/img/cap_bg.gif) repeat-x; width: 480px; height: 18px; color: #FFF; font-size: 14px; font-weight: bold; padding: 7px 10px 0px; }
div#information .databox p	{ font-size: 12px; line-height: 18px; padding: 8px; }
div#information .databox p span { color: #960; font-size: 14px; line-height: 20px; display: block; }

div#information .databox ul	{ display: block; padding: 10px 8px 0px; }
div#information .databox li	{ font-size: 12px; line-height: 18px; padding: 5px 0px; }
div#information .databox li span{ font-size: 14px; color: #960; display: block; }

div#information .bottom		{ background: url(/s/information/img/bottom.gif) no-repeat; display: block; width: 525px; height: 6px; font-size: 1px; line-height: 1px; }
