@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #333333;
	background: url(../img/pattern.jpg) repeat #ffffff;
	letter-spacing: 0.1em;
	font-size: 12px;
	overflow-y: scroll;
}

a {
	text-decoration: none;
	outline: none;
}

.img_link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#wrap {
	position: relative;
	width: 1056px;
	background: #ffffff;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
}

header {
	position: relative;
	float: left;
	width: 800px;
	height: 213px;
	overflow: hidden;
}

header img {
	width: 800px;
	height: 213px;
}

header h1 {
	position: absolute;
	width: 350px;
	height: 100px;
	top: 56px;
	left: 262px;
}

header a {
	text-indent: -9999px;
	overflow: hidden;
}

main {
	float: left;
	width: 800px;
	background: #ffffff;
}

#main_content {
	margin: 8px 22px 0 0;
	width: 525px;
	float: right;
	overflow: hidden;
}

#side-l {
	width: 215px;
	padding: 8px 0 0 8px;
	float: left;
}

#navi_01 a {
	width: 215px;
	height: 45px;
	background: url(../img/toppage1.jpg) no-repeat;
}

.g-navi ul li {
	width: 215px;
	height: 45px;
	margin-bottom: 3px;
}

.g-navi a {
	display: block;
	width: 215px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}

#navi_01 a {
	background: url(../img/toppage1.jpg) no-repeat;
}

#navi_01 a:hover {
	background: url(../img/toppage2.jpg) no-repeat;
}

#navi_02 a {
	background: url(../img/schedule1.jpg) no-repeat;
}

#navi_02 a:hover {
	background: url(../img/schedule2.jpg) no-repeat;
}

#navi_03 a {
	background: url(../img/therapist1.jpg) no-repeat;
}

#navi_03 a:hover {
	background: url(../img/therapist2.jpg) no-repeat;
}

#navi_04 a {
	background: url(../img/system1.jpg) no-repeat;
}

#navi_04 a:hover {
	background: url(../img/system2.jpg) no-repeat;
}

#navi_05 a {
	background: url(../img/event1.jpg) no-repeat;
}

#navi_05 a:hover {
	background: url(../img/event2.jpg) no-repeat;
}

#navi_06 a {
	background: url(../img/service1.jpg) no-repeat;
}

#navi_06 a:hover {
	background: url(../img/service2.jpg) no-repeat;
}

#navi_07 a {
	background: url(../img/access1.jpg) no-repeat;
}

#navi_07 a:hover {
	background: url(../img/access2.jpg) no-repeat;
}

.side-link01 {
	display: block;
	width: 215px;
	height: 45px;
	margin-bottom: 3px;
}

.side-link02 {
	display: block;
	width: 215px;
	height: 66px;
	margin-bottom: 3px;
}

.side-link01:hover,
.side-link02:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.toiro {
	text-align: center;
	padding: 0 auto;
}


#side-r {
    position: absolute;  
    top: 0;  
    right: 0;  
	width: 240px;
	background: #ffffff;
	padding: 0 8px 0 8px;
}

.side-sp {
	overflow: hidden;
	width: 240px;
	height: 100px;
	margin-bottom: 10px;
}

.side-sp a {
	width: 240px;
	height: 100px;
}

.side-qr {
	margin-bottom: 10px;
}

.photo-d {
	width: 230px;
	height: 380px;
	padding: 5px;
	margin-bottom: 22px;
	border: 1px solid #ff9999;
	overflow-y: scroll;
}

.photo-d p.date {
	color: #ffffff;
	font-weight: bold;
	background: #ff9999;
	padding: 4px 3px 0 3px;
}

.photo-d h3 {
	font-size: 18px;
	background: #ff9999;
	padding: 2px;
}

.photo-d .content {
	margin: 10px 0 25px 0;
	padding: 0 6px 10px 6px;
	line-height: 1.2;
	border-bottom: 1px dotted #888888;
}

.photo-d .content img {
	width: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.photo-d .content a {
	color: #8080a0;
	text-decoration: underline;
}

footer {
	clear: both;
	background: #fffcf9 url(../img/footer-bg.jpg) repeat-x center top;
	text-align: center;
}

footer h2 {
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
	color: #6b5c58;
}

address {
	padding: 10px 0 20px 0;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: normal;
	color: #6b5c58;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer a:link {
	color: #6b5c58;
}

footer a:visited {
	color: #6b5c58;
}

footer ul {
	clear: both;
	display: block;
	padding: 45px 0 10px 0;
}

footer li {
	display: inline;
	padding-left: 18px;
	padding-right: 15px;
	border-left: 1px solid #6b5c58;
}

footer li.first {
	border-left: none;
}



/* クリアフィックスハック */
.clearfix:after {
	 
	content:"";
    display:block;
    clear:both;
} 
.clearfix {
	 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix {
	 
	display: block; 
}