body{
	/* background-color:#d7f2b9; 元の.comのカラー */
	background-color:#f0fff0;
	width:780px;
        
}

img{
	border:0 0 0 0;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.noprint{
	display:none;
}

em,strong{
	font-weight:bold;
	font-style:normal;
}

/* ヘッダ部 */
#head{
	background:url(../image/head.jpg) no-repeat 0 0;
	height:88px;
	width:780px;
	padding:0;

	text-align:left;

	/* センタリング */
	position:absolute;
	left:50%;
	margin-left:-390px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;	

}

#frame{
	width:785px;
	padding:0;
	background-image:url(../image/leftbg.jpg);
	background-repeat:repeat-y;

	text-align:left;

	/* センタリング */
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-390px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
}

/* メニュー部 */
#menu{
	/*width:200px; */
	height:100%;
	margin:0;
	padding:0;
	float:left;
}


div.dir{
	background-image:url(../image/lingkbg.jpg);	
	background-repeat:no-repeat;
	line-height:2em;
	font-size:13px;
	text-indent:32px;
}

.dir a:link{
	color:#000000;
}
.dir#menu a:hover{
	color:#000000;
}
.dir a:visited{
	color:#000000;
}
.dir a:focus{
	color:#000000;
}

/* メイン部 */
#main{
	margin:0;
	padding:0;
	float:left;
	width:580px;
	background-image:url(../image/rightbg1.jpg);
	background-repeat:repeat-y;
}

#main div{
}

div#top2{
	background: #ffffff url(../image/100-bg.jpg) no-repeat 0% 0%;
	height:160px; 
	width:525px;
	padding:35px 0 0 50px;
	margin:0;
        overflow:auto;
        font-size:17px;
        max-height: 99999px;
}

div#top3{
	width:550px;
	padding:20px;
	margin:0;
}

div#toiawase{
	background: #ffffff url(../image/c-b.jpg) repeat-y 0% 0%;
	/* height:130px; */
	width:530px;
	padding:5px 20px 5px 20px;
	margin:0 5px 0 5px;
        overflow:auto;
}

div#policy{
	width:480px;
	padding:5px 20px 5px 20px;
	margin:10px 15px 10px 15px;
        border:solid 1px #3300ff;
        overflow:auto;
}

span#column{
        font-size:11px;
}

span.top{
	line-height:1.4em; 
	font-weight:bold;
	/* font-size:0.9em;*/
}
span.toiawase{
        max-height: 99999px;
	line-height:1.2em; 
	font-weight:bold;
	font-size:0.8em;
}

/* form */
form{
	text-align:center;
	margin-top:15px;
}

/* フッター部 */
#footer{
	width:580px;
	/*float:left;*/
	clear:both;
	text-align:center;
	font:0.9em;
	margin-top:20px;
	margin-bottom:10px;
}


/* リスト */
#menu ul,
#main ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}


#main ul li.bar{
	background-image:url(../image/bar.jpg);
	background-repeat: no-repeat;
	font-size:1.1rem;
	font-weight:bold;
	height:40px;
	text-indent:60px;
	letter-spacing:0.3rem;
	clear:both;


	display:table-cell;
	vertical-align:middle;
	width:580px;

}

#main ul li.bar2_man,
#main ul li.bar2_woman,
#main ul li.bar2_boy,
#main ul li.bar2_girl{	/* お客様の声 */
	background-repeat: no-repeat;
	font-size:1.1rem;
	font-weight:bold;
	height:40px;
	text-indent:60px;
	letter-spacing:0.3rem;
	clear:both;


	display:table-cell;
	vertical-align:middle;
	width:580px;

}
#main ul li.bar2_man{
	background-image:url(../image/bar2_man.jpg);
}
#main ul li.bar2_woman{
	background-image:url(../image/bar2_woman.jpg);
}
#main ul li.bar2_boy{
	background-image:url(../image/bar2_boy.jpg);
}
#main ul li.bar2_girl{
	background-image:url(../image/bar2_girl.jpg);
}

#main ul li.contents{
	margin:10px;
	padding:10px;
	line-height:1.2rem;
	font-size:0.9rem;
}

span.link{
	margin:5px;
	padding:5px;
}
div.link{
	text-indent:1rem;
	margin:3px;
	padding:0px;
}
div.toIndex{
	width:3.2rem;

	margin:5px 5px 5px auto;
	text-align:right;
/*
	padding:7px;
	border:1px solid #3cb371;
	background-color:#98fb98;
	color:#000000;
*/
	font-family: sans-serif;

/* 枠線を引く（左上を明るく、右下を暗く） */
border-style: solid;
border-width: 1px;
border-color: #ccc #999 #999 #ccc;

/* 枠線の角を丸くする */
-webkit-border-radius: 7px; /* Chrome,Safari */
-moz-border-radius: 7px;    /* Firefox */
border-radius: 7px;         /* CSS3 */

padding: 0.3rem 0.9rem;
/* 背景をグラデーションにする（上を明るく）#fff→#ccc */
/* ▼Chrome,Safari */
background: -webkit-gradient(linear, left top, left bottom, from(#e0ffff), to(#90ee90));
/* ▼CSS3 */
background: linear-gradient(top, #e0ffff, #90ee90);

/* ▼Firefox */
background: -moz-linear-gradient(top, #e0ffff, #90ee90);
/* ▼Opera */
background: -o-linear-gradient(top, #e0ffff, #90ee90);
/* ▼IE */
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe0ffff,EndColorStr=#ff90ee90);

text-decoration: none;

line-height: 2rem;
white-space: nowrap;

}
div.toIndex a{
	text-decoration: none;
	color:#4169e1;
}

div.cate{
	font-weight:bold;
	text-indent:1rem;
	line-height:2rem;
}

div.ans{
	color:#ffffff;
	background-color:#558134;
	height:20px;
	text-indent:1rem;
	vertical-align:middle;
	width:500px;
	margin:10px auto;
}

span.doctor{ /* 先生から一言 */
	
}

#access_map{
	width:250px;
	margin:10px;
}

#access_map li.access_bar{
	font-weight:bold;
	font-size:0.9rem;

	line-height:1.2rem;
	margin-top:10px;
}
#access_map li.acccess_cont{
	font-size:1rem;
	line-height:1.2rem;
}

.contents img#accessmap{
	float:left;
	margin:10px;
}

.contents img{
	margin:10px;
}


.contents span.sejutsu{

	display:block;
	margin:5px;
	padding:5px;

	font-weight:bold;
	font-size:0.9rem;
	line-height:1.5rem;

}

table#info_tbl{
	border-collapse:separate;
	border-spacing:5px;
	border:1px solid #50661c;
	padding:0;
	margin:10px;
	font-size:1rem;

	clear:left;
}

#info_tbl th{
	background-color:#c2d2099;
	border:1px solid #50661c;
	font-weight:bold;
	text-align:center;
	width:130px;
	padding:10px;
	margin:0px;
}

#info_tbl td{
	text-align:left;

	background-color:#e2e8d0;
	border:1px solid #50661c;
	padding:10px;
	margin:0px;
	line-height:1.2rem;
}

table#toiawase_tbl{
	border-collapse:separate;
	border-spacing:5px;
	border:1px solid #50661c;
	padding:0;
	margin:10px;
	font-size:0.9rem;

	clear:left;
}
#toiawase_tbl th{
	background-color:#c2d2099;
	border:1px solid #50661c;
	font-weight:bold;
	text-align:center;
	width:160px;
	padding:10px;
	margin:0px;
}

#toiawase_tbl td{
	text-align:left;

	background-color:#e2e8d0;
	border:1px solid #50661c;
	padding:10px;
	margin:0px;
	line-height:1.2rem;
	width:300px;
}

#tariff_tbl{
	border-collapse:separate;
	border-spacing:5px;
	border:1px solid #50661c;
	padding:0;
	margin:10px;
	font-size:1rem;

	clear:left;
}

#tariff_tbl th{
	background-color:#c2d2099;
	border:1px solid #50661c;
	font-weight:bold;
	text-align:center;
	width:160px;
	padding:10px;
	margin:0px;
	white-space:nowrap;
}

th.no{
	empty-cells:hide;
}

#tariff_tbl td{
	text-align:center;

	background-color:#e2e8d0;
	border:1px solid #50661c;
	padding:10px;
	margin:0px;
	line-height:1.3rem;

	font-family:sans-serif;
	text-autospace:ideograph-numeric;
}

#name_error,
#tel_error,
#email_error,
#email_retype_error,
#gender_error,
#age_error,
#comment_error,
#error_message{
	/* display:none; */
	color:red;
}

