@charset "utf-8";
/* CSS Document */

body {
	min-width: 960px;
	margin: 0;
	padding: 0;
	background: ;
	background: url(../img/bg_body.gif) 0 0% repeat-x #f7faff;
	font-family: "メイリオ", "Osaka－等幅";
	line-height: 170%;
	font-size: 90%;
	color: #333;
	zoom: 1;
	
}
.root {
	
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.left {
	float: left;
	padding: 0 20px 20px 0;
}
.right {
	float: right;
	padding: 0 0 20px 20px;
}
a:hover img.bnr {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	zoom: 1;/* IE で filter を使うときには zoom:1; を指定する */
}
.clear {
	clear: both;
}

.home .gnav01 img,
.about .gnav02 img,
.consultation .gnav03 img,
.news01 .gnav04 img{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;/* IE で filter を使うときには zoom:1; を指定する */
}
.gmenu li a img{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom: 1;/* IE で filter を使うときには zoom:1; を指定する */
}
.gmenu li a:hover img{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;/* IE で filter を使うときには zoom:1; を指定する */
}
.header {
	border-top: 5px solid #2c3e50;
	width: 960px;
	position: relative;
	height: 186px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	font-size: 100%;
	zoom: 1;
	left: 0px;
}
h1 a {
	outline: none;
	margin: 0;
	padding: 0;
}
h2 {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}
h2.title{ padding:0; text-align:center; margin:30px 0; border:}
h3 {
	color: #06141d;
	font-weight: nomal;
	margin: 30px 0 10px 0;
	padding: 0 0 0 10px;
	border-left:2px solid #06141d;
	font-size: 105%;
}
aside h3{
	color: #06141d;
	font-weight: nomal;
	margin: 0px 0 10px 0;
	padding: 0;
	border:none;
	font-size: 110%;
}
aside p{ margin-top:0;}
h4 {
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
	padding: 6px 0 7px 10px;
	font-size: 100%;
	line-height:150%;
	background:#06141d;
}
h5 {
	color: #06141d;
	clear: both;
	font-weight: bold;
	margin: 15px 0 0px 0;
	padding-left: 0px;
	font-size: 100%;
}
p {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
strong {
	color: #06141d;
}
ul, ol {
	margin-right: 10px;
	padding-left:20px;
}
li {
	padding: 0 0 0.5em 0;
}
a img {
	border: 0;
}
a:link {
	color: #0088ff;
}
a:visited {
	color: #00a0e9;
}
a:hover {
	color: #33b5ff;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
a.link {
	background: url(../img/link_arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
}
a:hover.link {
	background: url(../img/link_arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
}


.primary{
	position: absolute;
	padding:0;
	margin:0;
	top: 28px;
	left: 610px;
}

.primary li{ list-style:none; display:inline; float:left; margin-left:20px;}
.header-seach {
	position: absolute;
	top: 65px;
	left: 767px;
}
.header-seach input {
	margin: 0;
}
.header-seach table {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
.header-seach table tr {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}
.header-seach table tr td {
	margin: 0;
	padding: 0;
	border: none;
}
.header-seach table tr td.keyword {
	text-align: right;
}
.header-seach table tr td.btn {
	text-align: left;
}
input#keywords {
	width: 152px;
	font-size: 10px;
	color: #999;
	outline: none;
	line-height:20px;
	height:20px;
	
	border: 1px solid #b4c5ce;
	border-right: none;
	padding: 4px;
	margin: 0;
	z-index: 0;
}
ul.header-fontsize {
	position: absolute;
	background: url("../img/fontsize.gif") 0 5px no-repeat;
	top: 70px;
	left: 590px;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 65px;
}
.header-fontsize li {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0px 0 0 0px;
	width: 40px;
	height: 23px;
	list-style-type: none;
	overflow: hidden;
}
.header-fontsize a {
	display: block;
	width: 40px;
	height: 23px;
	outline: none;
}
li.fontsize-m {
	background: url(../img/fontsize_btn01_off.gif) 0 0 no-repeat;
}
li.fontsize-l {
	background: url(../img/fontsize_btn02_off.gif) 0 0 no-repeat;
}
li a:hover {
	background-position: 0 -22px;
}
.gmenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	top: 132px;
	left: 0px;
	background: url("../img/nav_bg.gif") 0 0 no-repeat;
}
.gmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 54px;
	display: inline;
}
.gmenu li a {
	outline: none;
	height: 54px;
	display: block;
	float: left;
}
.mainimage {
	height: 380px;
	margin-top:30px;
	margin-bottom:0px;
	text-align: center;
}
.mainimage img{ vertical-align:top;}
figure{ margin:20px 0;}


.news, .voice, .content, .outpatient  {
	width: 730px;
	padding: 0;
	margin: 30px 0 0 0;
	overflow: auto;
	float: left;
}


.news table {
	width: 728px;
	border: none;
	margin-top:0;
	border-collapse: collapse;
}
.news table tr {
	border-bottom: 1px solid #c5c5c5;
}

.news table tr td {
	padding: 20px 20px 20px 0px;
}
.news table tr td.data {
	width: 5em;
	font-weight: bold;
	font-size: 80%;
	color: #6c7f89;
	padding-left: 0px;
}

table.general {
	width: 728px;
	border: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 20px auto;
	border-collapse: collapse;
	font-size: 90%;
}
aside {
	overflow: hidden;
	width: 200px;
	float: right;
}
aside img {
	vertical-align: top;
}
aside h2 {
	margin: 30px 0 20px 0;
	padding: 0;
}
aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside ul li {
	margin: 0 0 20px 0;
	padding: 0;
}
tabre.no-border {
	border: none;
}
table.general th {
	color: #333333;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
table p {
	margin: 0;
	padding: 0;
}
table.general thead th {
	color: #fff;
	text-align: center;
	background: #333;
}
table.general tbody th {
	text-align: left;
	background: #f8f8f8;
}
table.general td {
	color: #333;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
	background: #ffffff;
}
.red {
	color: #fff;
	font-size:70%;
	padding:2px;
	margin:0 0 0 5px;
	background: #e74c3c;
	font-weight:bold;
}

.small {
	font-size: 85%;
}
footer {
	width:960px;
	margin:50px auto 0;
	clear: both;
	padding-top: 50px;
}
.pagetop {
	background: url(../img/bg_pagetop.gif) 0 0 repeat-x;
	height: 40px;
	text-align: center;
	cursor: pointer;
}
.foot {
	height: 80px;
	background: #10737e;
}

.copy {
	border-top:1px solid #0a202b;
	text-align: center;
	font-size: 80%;
	padding-top:30px;
}
p.bread {
	padding: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 85%;
	width: 960px;
	margin: 30px auto 0 auto;
}
.content {
	overflow: auto;
}
.content h2 {
	background: #10747f;
	text-align: left;
	color: #FFF;
	font-size: 120%;
	padding: 15px 20px;
	font-weight: normal;
}

.content p {
	margin: 0px 20px 20px 20px;
	line-height: 160%;
}

.content h3 {
	color: #0f737e;
	margin: 0px 0 10px 20px;
	background: url(../img/bg_h3_03.gif) 0 100% no-repeat;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 0;
	clear: both;
}

.content h4 {
	color: #0f737e;
	margin: 0px 20px 20px 20px;
	font-size: 100%;
	border-left: 3px solid;
	padding: 0px 0 0px 20px;
}

.content h5 {
	color: #0f737e;
	margin: 20px;
	font-size: 100%;
	padding: 0;
}

.content .topic {
	padding: 20px 0 5px 0;
	margin: 30px 20px 20px 20px;
	background: #f2f2f2;
	overflow:auto;
}

table.general th {
	background-color: #f8f8f8;
	font-weight: bold;
}

.content figure {
	margin: 20px 0;
	padding: 0;
}

.content .shop {
	width: 690px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	clear:both;
}

.content .shop li {
	list-style: none;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 5px;
	width: 219px;
}

.content .shop p {
	width: 219px;
	line-height: 140%;
	margin: 0 0 20px 0;
	padding: 0;
}

.content .shop .shoplast {
	width: 685px;
	line-height: 140%;
	margin: 0 0 30px 0;
	padding: 0;
}

.smgfont {
	line-height: 140%;
	font-size: 12px;
}

.voiceright {
	margin: 0 0 0 230px;
	padding:  0;
}

.site li {
	list-style-type: circle;
}

.content .smg {
	width: 690px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.content .smg li {
	list-style: none;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 5px;
}

.content .smg p {
	width: 200px;
	line-height: 130%;
	margin: 0 0 20px 0;
	padding: 0;
}

.topic figure { margin:0px; padding:0 20px 10px 20px;
}

.topic figure img{ margin:0; padding:0;}


table.newstable {
	width: 728px;
	border: none;
	margin-top:0;
	border-collapse: collapse;
}
table.newstable tr {
	border-bottom: 1px solid #d4dce0;
}
table.newstable tr:last-child {
	border-bottom: none;
}
table.newstable tr td {
	padding: 20px 20px 20px 0px;
}
table.newstable tr td.data {
	width: 5em;
	font-weight: bold;
	font-size: 80%;
	color: #6c7f89;
	padding-left: 20px;
}


.policy1{ font-size:85%;}

.mb0{ margin-bottom:0;}
.news table tr, .newstable tr{ cursor:pointer;}

.contact{ margin-top:30px;}
