body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
	_font-size: x-small;
	font-family: ＭＳ Ｐゴシック,arial,helvetica;
	line-height: 150%;
}

img{
	border: 0;
}

a{
	color: #000000;
}

table{
	font-size: small;
	_font-size: x-small;
	font-family: ＭＳ Ｐゴシック,arial,helvetica;
	line-height: 150%;
}

/**********************************************************************/
/* レイアウト                                                         */
/**********************************************************************/
#outer {
	width: 760px;
	_width: 780px;
	margin: 0 auto;
	padding: 0 15px 5px 15px;
	text-align: left;
	border: 1px solid #000000;
	border-top: 0;
}

#header{
	width: 100%;
}

#text_menu{
	margin: 5px 0 20px 0;
}

#text_menu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#text_menu ul{
	padding: 8px 0;
	margin: 0;
	background-color: #F0F0F0;
	text-align: left; /*set value to "center" for example to center items*/
}

#text_menu ul li{
	display: inline;
	background: transparent url(../images/menu-dashed.gif) top right no-repeat;
}

#text_menu ul li.dir{
	color:#A9A9A9;
	padding: 3px 0;
	padding-right: 15px;
	_padding-right: 8px;
	margin: 0;
	margin-left: 7px;
}

#text_menu ul li a{
/* 	font-weight: bold; */
	color: #000000;
	padding: 3px 0;
	margin: 0;
	margin-right: 15px;
	_margin-right: 8px;
	margin-left: 7px;
	text-decoration: none;
}

#text_menu ul li a:hover{
	border-bottom: 3px solid #9EE61C;
}

#main{
	width: 500px;
	float:left;
}

#menu{
	width: 215px;
	margin-left: 530px;
}

#footer{
	margin-top: 10px;
	clear: both;
	text-align: right;
	color: #B1B1B1;
}



/**********************************************************************/
/* スタイル                                                           */
/**********************************************************************/
h1{
	margin: 0 auto;
	background-color: #9EE61C;
	font-size: xx-small;
	width: 780px;
	text-align: left;
	border: 1px solid #000000;
	border-bottom: 0;
	padding: 0 5px;
	font-weight: normal;
}

h2{
	font-size: medium;
	_font-size: small;
	padding: 5px;
	color: #FFFFFF;
}

h2.red{
	font-size: medium;
	_font-size: small;
	color: red;
	border-bottom:1px solid red;
}

.box-orange{
	padding: 5px;
	background-color: #FFFFD6;
	border: 2px dashed #FF4500;
	_width: 100%;
}

ul.orange{
	margin: 0 0 0 20px;
	padding: 0;
}

ul.orange li {
	list-style:url(../images/list-orange.gif);
}

ul.orange li ul li{
	margin: 0;
	list-style-image:none;
}

p.left-solid {
	border-left: 5px solid #FF7F00;
	padding-left: 5px;
	font-weight: bold;
}

.lb-solid{
	padding-left: 8px;
	border-left:5px solid orange;
	border-bottom:1px dashed #A9A9A9;
	font-weight: bold;
}
.red{
	color: red;
}

.btm_dline{
	border-bottom:1px dashed #A9A9A9;
}



/**********************************************************************/
/* 店舗検索                                                           */
/**********************************************************************/
.thumb_service{
	background-color: #FFFFD6;
	padding:5px;
	margin: 0;
}

.thumb_sname a{
	color: red;
	font-weight: bold;
	font-size: small;
}

.service{
	font-size: 130%;
	line-height: 120%;
	color: red;
	font-weight: bold;
}