/*全体の設定
----------------------------------------------------------------------*/
body, div, span, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, table, td, tr, th, p {
	margin: 0px;
	padding: 0px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",	sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #666666;
	background-color: #EAF2FF;
}
a {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/*Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac */

#out-contents {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6699FF;
	background-color: #FFFFFF;
}
#contents {
	clear: both;
}

/* ヘッダー
────────────────────────────── */
#header {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#logo {
	float: left;
	height: 45px;
	width: 170px;
	margin-right: 30px;
	margin-left: 40px;
	background-image: url(/images/site-logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#description {
	background-image: url(/images/description.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 410px;
	float: left;
	margin-top: 10px;
}

/* リード文
────────────────────────────── */
#lead {
	background-color: #EAF1FF;
	margin-top: 15px;
	margin-right: 40px;
	margin-left: 40px;
	padding: 20px 50px;
	border: 1px dashed #6799FF;
}

/* ログインボタン・会員登録ボタン
────────────────────────────── */
.bn {
	margin-top: 15px;
}
.bn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bn { display: inline-block; }
/*Hides from IE-mac \*/
* html .bn { height: 1%; }
.bn { display: block; }
/*End hide from IE-mac */

.login-bn {
	float: left;
	margin-right: 15px;
	width: 210px;
	margin-left: 175px;
	display: inline;
}
.login-bn a {
	background-image: url(/images/bn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.login-bn a:link, .login-bn a:visited {
	background-position: 0px 0px;
}
.login-bn a:hover {
	background-position: 0px -36px;
}
.login-bn p {
	background-image: url(/images/login-setsumei.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 210px;
	margin-top: 5px;
}
.regist-bn {
	float: left;
	width: 190px;
}
.regist-bn a {
	background-image: url(/images/bn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.regist-bn a:link, .regist-bn a:visited {
	background-position: -190px 0px;
}
.regist-bn a:hover {
	background-position: -190px -36px;
}
.password-otoiawase {
	clear: both;
	text-align: center;
	padding-top: 15px;
}
/* ホームページ内容
────────────────────────────── */
#homepage-naiyo {
	clear: both;
	width: 680px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 170px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-image: url(/images/zasshi-img.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
}
#homepage-naiyo h2 {
	font-size: 120%;
	color: #003399;
	background-color: #CADEFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #003399;
	margin-top: 15px;
	margin-right: 40px;
	margin-left: 40px;
}
#homepage-naiyo p {
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
}

/* ホームページ「感染と消毒」について
────────────────────────────── */
#homepage-setsumei {
	width: 680px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#homepage-setsumei dl {
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	margin-left: 10px;
	padding-bottom: 10px;
	display: inline;
}
#homepage-setsumei dt {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#homepage-setsumei dd {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#doctor-img {
	width: 100px;
	float: left;
}
#doctor-img img {
	width: 98px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/* フッター
────────────────────────────── */
#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003399;
	margin-top: 15px;
	padding-top: 0px;
}
#address {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* 休暇中のお知らせ
────────────────────────────── */

#box-oshirase {
	color: #F33;
	background-color: #FFECEC;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/*  メンテナンスのお知らせ
============================================================ */

div#maintenance {
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 50px;
	background-color: #FFDFDF;
	clear: both;
}
div#maintenance h2#title-maintenance {
	background-image: none;
	width: 100%;
	text-indent: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 120%;
	border: 1px dotted #F44;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	background-color: #F44;
	text-align: center;
}
div#maintenance p {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
div#maintenance p#maintenancedate {
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 10px;
}

