@charset "Shift_JIS";
/* ---------------------------------------------------------------------------------
白田歯科医院
Copyright?2006 Shirata Dental Clinic All rights Reserved.

XHTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/* ---------------------------
メイン
--------------------------- */
body {
	font-size: 90%;
	line-height: 150%;
	color: #3E3837;
}
a:link {
	color: #3E3837;
	text-decoration: none;
}
a:visited {
	color: #3E3837;
	text-decoration: none;
}
a:hover {
	color: #3E3837;
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.endBlock {
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}

/* ---------------------------
ブロックレイアウト
--------------------------- */
#headerBlock {
	height: 100px;
	width: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
}
div#wrapBlock {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/contents_back.gif);
	background-repeat: repeat-y;
	background-position: left;
}
div#menuBlock {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 175px;
}
div#contentsBlock {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 585px;
}
div#footerBlock {
	padding: 0px;
	width: 760px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00A63A;
	font-size: 12px;
	text-align: right;
}
/* ---------------------------
ヘッダー
--------------------------- */
h1 {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #999999;
	text-align: right;
}
#headerBlock #access {
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 760px;
}
#headerBlock #logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 95px;
	width: 300px;
}
#headerBlock #logo a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 300px;
	text-indent: -5000px;
}
#headerBlock #disc {
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 450px;
	float: right;
	text-indent: -5000px;
}
/* ---------------------------
メニューエリア
--------------------------- */
div#menuBlock h2 {
	margin: 0px;
	padding: 0px;
}
div#menuBlock div#menuContents {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
div#menuBlock p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div#menuBlock h2#address {
	font-size: 110%;
	font-weight: normal;
	margin-left: 5px;
}
/* ---------------------------
本文エリア
--------------------------- */
div#contentsBlock h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	height: 30px;
	width: 525px;
	line-height: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #333333;
}
div#mainContents {
	padding: 0px;
	width: 570px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div#mainContents h3 {
	font-size: 110%;
	font-weight: bold;
	text-indent: 1em;
	height: 20px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
} 
div#mainContents p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
table#infoOffice tr th {
	font-weight: normal;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
table#infoOffice tr td {
	padding-top: 2px;
	padding-bottom: 2px;
}
strong {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
