@charset "shift_jis";

/*================*/
/* メインイメージ */
/*================*/
#img-main {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	zoom: 1;
}


/*==================*/
/* トップレイアウト */
/*==================*/
#topcolumn {
	width: 960px;
	padding-top: 20px;
}

#left-topcolumn {
	width: 190px;
	float: left;
	margin-right: 20px;
}

#center-topcolumn {
	width: 540px;
	float: left;
	line-height: 1.6;
}

#right-topcolumn {
	width: 190px;
	float: right;
}


/*==================*/
/* トップコンテンツ */
/*==================*/
.top-block {
	width: 720px;
}

.top-block h2 {
	line-height: 1.3;
	color: #FFFFFF;
	font-size: 121%;
	font-weight: bold;
	padding: 5px 15px;
	width: 720px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #F98AAE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F98AAE), to(#FF6699));
	background: -webkit-linear-gradient(#F98AAE, #FF6699);
	background: -moz-linear-gradient(#F98AAE, #FF6699);
	background: -ms-linear-gradient(#F98AAE, #FF6699);
	background: -o-linear-gradient(#F98AAE, #FF6699);
	background: linear-gradient(#F98AAE, #FF6699);
	-pie-background: linear-gradient(#F98AAE, #FF6699);
	behavior: url(/js/PIE.htc);
	position: relative;
}

.top-block-box {
	width: 720px;
	padding: 14px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	behavior: url(/js/PIE.htc);
	position: relative;
}


/* 診療内容
-----------------------------------*/
dl.clinicmenu {
	width: 510px;
	background: url(../images/common/line_dot.gif) repeat-x left bottom;
	margin-bottom: 15px;
}

dl.clinicmenu dt img {
	vertical-align: middle;
	margin-right: 10px;
}

dl.clinicmenu dd {
	overflow: hidden;
	padding: 10px 0;
}

dl.clinicmenu dd ul {
	width: 510px;
	overflow: hidden;
}

dl.clinicmenu dd ul li {
	float: left;
	background: url(../images/common/ico_arrow02.gif) no-repeat 0 7px;
	padding-left: 11px;
	margin-right: 20px;
}

dl.clinicmenu-end {
	background: none !important;
	margin-bottom: 0 !important;
}

dl.clinicmenu-end dd {
	padding-bottom: 0 !important;
}


/* クリニックのご案内
-----------------------------------*/
/*#infocolumn {
	width: 510px;
	padding-top: 15px;
	overflow: hidden;
}

#left-infocolumn {
	width: 280px;
	float: left;
}

#right-infocolumn {
	width: 215px;
	float: right;
}

#left-infocolumn h3 {
	color: #CC3333;
	font-size: 154%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}

#left-infocolumn ul {
	padding: 10px 0;
}

#left-infocolumn ul li {
	margin-bottom: 5px;
}

p.ico-map {
	background: url(../images/common/ico_arrow02.gif) no-repeat left center;
	padding-left: 11px;
	margin-top: 3px;
	font-size: 84%;
}

#info-data {
	background: #FFDFEA;
	padding: 5px 10px;
	margin-top: 10px;
}*/


/* クリニックからのお知らせ
-----------------------------------*/
table#news-data {
	margin-bottom: 5px;
}

table#news-data th,
table#news-data td {
	background: url(../images/common/line_dot.gif) repeat-x left bottom;
}

table#news-data th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}

table#news-data td {
	vertical-align: top;
	padding: 5px;
}

table#news-data td a {
	background: url(../images/common/ico_arrow02.gif) no-repeat 0 3px;
	padding-left: 11px;
}


/* 右：バナー
-----------------------------------*/
#top-banner {
	width: 190px;
}

#top-banner ul li {
	margin-bottom: 10px;
}

#top-banner2 {
	width: 190px;
}

#top-banner2 ul li {
	margin-bottom: 10px;
}


/* マップ
-----------------------------------*/
#top-map {
	width: 460px;
	height: 377px;
}

p.ico-map {
	background: url(../images/common/ico_arrow02.gif) no-repeat left center;
	padding-left: 11px;
	margin-top: 3px;
	font-size: 84%;
}


/* 右：SNSバナー
-----------------------------------*/
#top-snsbanner {
	width: 190px;
}

#top-snsbanner ul li {
	margin-bottom: 10px;
}