/* ページ全体 */
*{
    margin:0;
	padding:0;
	font-size: 12px;
}
body {
	color: #666666;
	background-color: #FFFFFF;
	background-image: url("../img/main_back.gif");
	background-repeat: no-repeat;  
}
div#main {
	width: 900px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	font-size: 12px;
}
.f_clear {
	clear: both;
}
img{
	vertical-align: top;
	border: 0px;
	margin: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}
div.main_out{
	width: 900px;
}

div.main_contents{
	width: 900px;
	/*background-color: #FFFFFF;*/
}

p.g_menu{
	float: left;
}
div.main_in{
	width: 670px;
	margin-left: 120px;
	margin-top: 10px;
}

div.left_menu{
	width: 200px;
	float: left;
}

div.contents{
	width: 670px;
	float: right;
}

div.news{
	width: 330px;
	background-color: #fdedfd;
	line-height: 20px;
}
div.news_in{
	width: 310px;
	margin: 0px 10px 10px 10px;
}

div.therapist_back{
	background-color: #FF0000;
	width: 130px;
	height: 150px;
	float: left;
	text-align: center;
	margin-left: 17px;
	margin-top: 10px;
}
div.therapist_back2{
	background-color: #ff9c00;
	width: 130px;
	height: 150px;
	float: left;
	text-align: center;
	margin-left: 17px;
	margin-top: 10px;
}

div.therapist_back3{
	background-color: #ad9253;
	width: 130px;
	height: 150px;
	float: left;
	text-align: center;
	margin-left: 17px;
	margin-top: 10px;
}
div.therapist_back_G{
	background-color: #007f33;
	width: 130px;
	height: 150px;
	float: left;
	text-align: center;
	margin-left: 17px;
	margin-top: 10px;
}
div.therapist_back_B{
	background-color: #0000ff;
	width: 130px;
	height: 150px;
	float: left;
	text-align: center;
	margin-left: 17px;
	margin-top: 10px;
}

div.therapist_in{
	width: 120x;
	height: 120px;
	margin: 5px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 20px;
}


div.footer{
	height: 200px;
	line-height: 30px;
	text-align:center;
	background-color:#ffdffd;
	margin-top: 20px;
}

p.theobi{
	/*background-color: #000000;*/
	width: 130px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	text-indent: 5px;
}

p.thename{
	width: 120px;
	margin-left: 5px;
	background-color: #FFFFFF;
	line-height: 30px;
}

/* インフォ2 */
div.inf2-waku{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
div.inf2-left{
	float: left;
	width: 360px;
}
div.inf2-left p{
	font-size: 20px;
}
div.inf2-right{
	float: right;
	width: 540px;
	text-align: center;
}
div.inf2-right p{
	font-size: 20px;
}
/* 即セラ */
table.sokusera{
	margin-top: 10px;
	width: 100%;
}
table.sokusera p{
	font-size: 12px;
}
table.sokusera td{
	vertical-align: top;
}
table.sokusera_end{
	width: 100%;
}
table.sokusera_end td{
	width: 33%;
	text-align: center;
}
table.sokusera_end td img {
	margin-top: 10px;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;
}

}