@charset "utf-8";

/* 代々木の森　総合トップページ */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #77933c;
	background-image: url("./top_bg.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
}
#MainContents {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#Keitai {
	position: relative;
	top: 0;
	left: 660px;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 140px;
	font-size: 10px;
}
#Keitai img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 39px;
}
#Keitai p {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	white-space: nowrap;
}
#Keitai p a {
	color: #333;
	text-decoration: none;
}
#Keitai p a:hover {
	color: #06c;
}

h1 {
	margin: -125px auto 0;
	padding: 160px 0 0;
	width: 240px;
	height: 0;
	font-size: 1px;
	color: #fff;
	overflow: hidden;
	background: url("./yoyoginomori.gif") no-repeat 0 0;
}

#Bud {
	margin: 0 auto;
	padding: 28px 0 0;
	width: 620px;
	height: 247px;
	background: url("./stem.gif") no-repeat 0 bottom;
}
#Clinic,
#Counsel {
	margin: 0;
	padding: 0;
	width: 310px;
	height: 200px;
}
#Clinic a,
#Counsel a {
	display: block;
	margin: 0;
	padding: 200px 0 0;
	width: 310px;
	height: 0;
	font-size: 1px;
	color: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#Clinic a:hover,
#Counsel a:hover {
	background-position: 0 -200px
}
#Clinic p,
#Counsel p {
	display: none;
}
#Clinic {
	float: left;
}
#Counsel {
	float: right;
}
#Clinic a {
	background-image: url("./b_clinic.jpg");
}
#Counsel a {
	background-image: url("./b_counsel.jpg");
}

#Text {
	margin: 18px 0 0;
	line-height: 1.6;
}
#FootLink {
	margin: 25px 0 0;
	line-height: 1.2;
}
#FootLink a {
	color: #9f0;
	text-decoration: none;
}
#FootLink a:hover {
	color: #ff0;
}

p#EbTiTel {
	margin: 0 auto;
	padding: 2px 0 0 100px;
	width: 270px;
	height: 68px;
	text-align: left;
	color: #ccc;
	font-size: 11px;
	line-height: 1.5;
	white-space: nowrap;
	background: url("./ebtitel.png") no-repeat 0 0;
}

p.Addr {
	margin: 1em 0 0;
	padding: 0;
	font-size: 10px;
	color: #325308;
	line-height: 1.3;
}

#Copy {
	margin: 0;
	padding: 15px 0 30px;
	color: #4f6228;
	font-size: 11px;
}

