
/* 症状別メニュータイトル ======================================= */
#what_seems {
/*	width: 725px;
	height: 87px;
*/	margin: 0 0 12px 0;
	display: block;
}

#what_seems p {
	margin: -30px 0 0 16px;
	font-size: 11px;
}


/* 症状別　治療をしたい ======================================= */
#what_cure {
	width: 232px;	/* imagesize 240px */
	height: 154px;
	float: left;
	background: url(img/what_cure.jpg)  no-repeat;
	padding-left: 8px;
}

#what_cure ul {
	width: 76px;
	float: left;
	padding: 60px 0 0 10px;
	list-style-type: none;
	list-style-position: outside;	/* IE6,7 topspace */
}

#what_cure ul li {
	font-size: 11px;
	text-indent: 0.8em;
	line-height: 180%;
	letter-spacing: 0.05em;
	background: url(img/what_cure_arrow.gif) no-repeat;
	background-position: 0 5px;
}

#what_cure ul li a {
	color: #327798;
}


/* 症状別　綺麗にしたい ======================================= */
#what_esthetic {
	width: 232px;	/* imagesize 240px */
	height: 154px;
	float: left;
	background: url(img/what_esthetic.jpg) no-repeat;
	margin: 0 0 0 3px;
	padding-left: 8px;
}

#what_esthetic ul {
	width: 160px;
	float: left;
	padding: 60px 0 0 10px;
	list-style-type: none;
	list-style-position: outside;	/* IE6,7 topspace */
}

#what_esthetic li {
	font-size: 11px;
	text-indent: 0.8em;
	line-height: 180%;
	letter-spacing: 0.08em;
	color: #BC3F7D;
	background: url(img/what_esthetic_arrow.gif) no-repeat;
	background-position: 0 5px;
}

#what_esthetic li a {
	color: #BC3F7D;
}

/* 症状別　歯を取り戻したい ======================================= */
#what_artificial {
	width: 232px;	/* imagesize 240px */
	height: 154px;
	float: left;
	background: url(img/what_artificial.jpg) no-repeat;
	margin: 0 0 0 2px;
	padding-left: 8px;
}

#what_artificial ul {
	width: 160px;
	float: left;
	padding: 60px 0 0 10px;
	list-style-type: none;
	list-style-position: outside;	/* IE6,7 topspace */
}

#what_artificial li {
	font-size: 11px;
	text-indent: 0.8em;
	line-height: 180%;
	letter-spacing: 0.08em;
	color: #7C5329;
	background: url(img/what_artificial_arrow.gif) no-repeat;
	background-position: 0 5px;
}

#what_artificial li a {
	color: #7C5329;
}


/* 医院案内 ======================================================== */
#info {
	width: 721px;
	margin: 2px 2px 0 2px;
	float: left;
	color: #666;
	background: url(img/info_box_middle.gif);
	background-repeat: repeat-y;
}

#info_inner1 {
	width: 721px;
	background: url(img/info_box_top.gif) no-repeat;
}

#info_inner2 {
	width: 693px;
	padding: 10px 14px;
	background: url(img/info_box_bottom.gif) no-repeat left bottom;
	/* Dreamweaver design mode
	overflow: hidden; */ 
}

#info_inner2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#info_title {
	margin-bottom: 15px;
}


#info_left {
	width: 430px;
	float: left;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.05em;
}

#info_right {
	width: 243px;
	float: right;
	font-size: 11px;
}

/* 医院案内 ごあいさつ(左)側 ============================================ */

.info_subtitle {
	margin: 0 0 6px 0;
}

#info_greeting {
	float: left;
	margin-bottom: 21px;
}

#info_greeting img {
	float: left;
	margin-right: 10px;
}


/* 診療時間 */
#info_time {
	width: 100%;
	float: left;
	margin-bottom: 21px;
}

#info_week {
	width: 422px;
	margin-bottom: 6px;
	text-align: center;
}

#info_week th{
	width: 120px;
	padding: 3px;
	letter-spacing: 0.2em;
	border: solid 1px #D8D5BC;
}

#info_week td {
	width: 38px;
	padding: 3px;
	border: solid 1px #D8D5BC;
}

/* クレジット・デンタルローン */
#info_credit_loan {
	width: 100%;
	float: left;
}

#info_card_explain img {
	float: right;
	margin: 6px 0 0 10px;
}


/* 医院案内 マップ(右)側 ================================================ */

#info_map_zoom {
	display: block;
	margin: 5px 0 5px 194px;
}

#info_right ul {
	list-style-position: outside;	/* IE6,7 topspace */
	list-style-type: none;
	font-size: 12px;
}

#info_right ul li {
	line-height: 1.8em;
	text-indent: 1.8em;
}

#info_right ul li.train {
	background: url(img/info_map_train.gif) no-repeat left;
}

#info_right ul li.car {
	background: url(img/info_map_car.gif) no-repeat left;
}

#info_right ul li.building {
	background: url(img/info_map_building.gif) no-repeat left;
}


/* アピール画像 ================================================== */
#appeal {
	width: 725px;
	float: left;
	margin: 12px 0;
}

#appeal img.left {
	margin-left: 0px;
	margin-right: 5px;
}
