-  @charset "UTF-8";
/* formatting style
------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #755B46;
    background:#F5F4E7 url(images/gif/container_bg.gif) repeat-y top center;
	font-size: 75%;
	line-height: 1.6;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
.clear{
	clear:both;
}
/* link style
-----------------------*/
a {outline:none;
   overflow:hidden;
}

a img {
	border-style: none;
}
a:link, a:visited {
	color: #755B46;
	text-decoration:none;
}
a:hover {
	color: #F00;
	text-decoration:underline;
}

a:active {

}
h1 {
	margin:0 55px 0 25px;
	background:url(images/png/liburlogo_small.png) no-repeat;
	text-indent:-9999px;
	width:70px;
	height:90px;
	float:left;
}
	
h2 {
	font-size: 14px;
	font-weight: lighter;
}
h3 {
	font-size:12px;
}
ul ol dl{
	list-style-type:none;
}
li{
	list-style-type:none;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
} 
  
/* layout
----------------------*/
#container{
	width:860px;
	margin:0 auto;
	padding:20px;
	text-align:left;
	background:#FFF;
	clear:both;
}
#header-outer{
	background:url(images/png/header_bg.png) repeat-x;
	height:100px;
	margin:0;
}

#header{
	width:880px;
	margin:0 auto;
	padding:5px 10px 0;
    overflow:hidden;
	text-align:left;
	font-size:85%;
	color:#F4F3E6;
	}

#visualbox{
	width:860px;
	height:350px;
	margin-bottom:20px;
	overflow:hidden;
}
/*コンテンツ
----------------------*/
#content{
	}
#sidebar{
	width:245px;
	padding:0 5px 5px 0;
    float:left;
	display:inline;

}
#sidebar ul li{
	margin-bottom:2px;
}
#main {
	width:580px;
	padding:0 10px;
	float:right;
	display:inline;
	border-left:solid 1px #960;

}


.info{
	padding:5px 20px 20px;
	clear:both;
	margin-bottom:10px;
}
.info dl{
	margin:20px 0 0 15px;
}
.info dl dt{
	float:left;
	margin-right:2em;
	line-height:2;
}
.info dl dd{
	line-height:2;
}
.info table{
	margin-top:10px;
}
.menulists tr td{
	padding:3px;
	vertical-align:middle;
}
.therapist tr td{
	padding:10px;
	vertical-align:middle;
	line-height:2;
}
.info h3{
	margin:10px 0 5px 0;
}
#main h2{
	border-bottom:dotted 1px #765B46;
}
#footer_outer{
}
#footer{
    clear:both;
	background:url(images/jpg/footer_bg.jpg) repeat-x;
	text-align:center;
	color:#F4F3E6;
	padding:10px 0; 
}
address{
	font-style:normal;
}

/* navigation
----------------------*/
ul#navigation{
	margin:20px 10px 0 0;
}

#navigation li{
	float:left;
}

