/* 霞沢産婦人科CSS */

/* ボディ */
body {
	background:#fff;
	background-image:url("/img/wall.gif");
	margin:0px;
	padding:0px;
}

/* アンカー */
a {
	text-decoration:none;
}
a:link {
	color:#06f;
}
a:visited {
	color:#059;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}
a:active {
	color:#090;
}

/* レイアウトテーブル */
.Layout {
	width:700px;
}

/* メニューボタン表示部 */
.MenuArea {
	vertical-align:top;
	background:#ffbbdd;
	background-image:url("/img/menu_wall.gif");
	padding:0px 8px;
	width:180px;
}

/* コンテンツ表示部 */
.ContentsArea {
	vertical-align:top;
	background:#fff;
	padding:0px 20px;
	width:520px;
	font-size:14px;
	line-height:150%;
}

/* フッター */
.Footer {
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#CF0059;
	margin-top:4px;
}

.Position {
	font-size:13px;
	font-weight:bold;
	color:#059;
}

.DoctorName {
	font-size:16px;
	font-weight:bold;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
}

.Headline {
	font-size:16px;
	font-weight:bold;
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	border-color:#ccc;
}

h1 {
	line-height:150%;
}
