@charset "utf-8";

/*================================================================================
	要素のスタイリング
================================================================================*/
html {
	height: 100%;
	}
body {
	background-color: #f2fafd;
	text-align: center;
	font-size: 14px;
	color: #828282;
	height: 100%;
	}
/* IE6用の文字サイズ指定 */
* html body {
	font-size: 88%;
	}
/* IE6用の文字サイズ指定 */
* html body th,
* html body td {
	font-size: 100%;
	}
a:link {
	color: #00738c;
	}
a:visited {
	color: #00738c;
	}
a:hover {
	color: #e63c90;
	}





/*================================================================================
	コンテンツ全体（div#container）
================================================================================*/
div#container {
	margin: 0px auto;
	background-image: url(../images/bg_container.png);
	background-repeat: repeat-y;
	text-align: left;
	width: 894px;
	min-height: 100%;
	}
/* Start clear fix */
div#container:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
div#container {
	zoom: 1;
	}
/* End clear fix */





/*================================================================================
	ナビゲーション（div#nav）
================================================================================*/
div#nav {
	margin-left: 22px;
	width: 200px;
	float: left;
	display: inline;
	}
div#nav h1 {
	margin-top: 21px;
	text-align: center;
	}
div#nav h2 {
	width: 0px;
	height: 0px;
	min-height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	}
div#nav ul {
	margin: 15px 0px 0px 10px;
	list-style: none;
	}
div#nav ul li {
	font-size: 1px;
	line-height: 1px;
	height: 46px;
	}
div#nav ul li#medical {
	height: auto;
	}
div#nav ul li.kansenTaisaku {
	margin-top: 75px;
	}
div#nav ul li ul {
	margin: 0px 0px 0px 16px;
	display: none;
	width: 164px;
	height: 233px;
	}
div#nav ul li ul li {
	width: 164px;
	height: 29px;
	}
div#nav ul li a {
	text-decoration: none;
	}
div#nav p {
	margin-top: 75px;
	text-align: center;
	}





/*================================================================================
	本文（div#content）
================================================================================*/
div#content {
	margin-right: 22px;
	width: 640px;
	float: right;
	display: inline;
	}
div#content h1 {
	margin: 10px 0px 0px 0px;
	}
div#content h2 {
	margin: 2em 10px 0px 10px;
	padding: 9px 0px 4px 35px;
	background-image: url(../images/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: solid 1px #98c7d1;
	font-weight: bold;
	color: #01738b;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	}
div#content h3 {
	margin: 1.5em 10px 0px 10px;
	color: #01738b;
	}
div#content p {
	margin: 1em 10px 0px 10px;
	line-height: 1.5;
	}
div#content table {
	margin: 1em 10px 0px 10px;
	}
div#content ul {
	margin: 1em 10px 0px 40px;
	}
div#content ul li {
	margin-top: 0.5em;
	line-height: 1.2;
	}
div#content ul.note {
	margin: 0px 10px 0px 10px;
	list-style: none;
	}
div#content ul.note li {
	margin-top: 0.5em;
	font-size: 86%;
	line-height: normal;
	color: #00738c;
	}
div#content p.note {
	font-size: 86%;
	color: #00738c;
	}
div#content div.address {
	height: 40px;
	position: relative;
	}
div#content div.address h2 {
	padding: 0px;
	background: none;
	border: none;
	width: 0px;
	height: 0px;
	min-height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	}
div#content div.address p {
	margin: 0px;
	color: #00738c;
	font-size: 86%;
	position: absolute;
	bottom: 0px;
	right: 2px;
	}
div#content p.pageTop {
	font-size: 86%;
	line-height: normal;
	text-align: right;
	}
div#content p.pageTop a {
	text-decoration: none;
	}
div#content p#footer {
	margin-top: 3em;
	padding-bottom: 10px;
	font-size: 86%;
	line-height: normal;
	text-align: right;
	}
