body {
	background-color: #C9D3E9;
	font-size: 12px;
	color: #454545;
	margin:0px;
	padding:0px;
	text-align:center;
}
.around{
	width: 770px;
	background-image:url(img/around_bk.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
	text-align:center;
}
.all {
	width:750px;
	margin:0px auto;
	padding:0px;
}
.partition {
	clear: both;
	display: none;
}
h1 {
	font-size: 18px;
	background-image:url(img/main_h1.jpg);
	background-repeat:no-repeat;
	color:#234396;
	padding:4px 11px 5px;
	margin: 0px 0px 10px 13px;
	letter-spacing:-1px;
}
h2 {
	background-image:url(img/main_h2.gif);
	background-repeat:no-repeat;
	font-size: 14px;
	margin: 30px 0px 12px;
	padding:1px 23px 11px;
	color:#234396;
}
h2 a,.middle th h2 a{
	color:#234396;
	text-decoration:none;
}
h3 {
	border-top:dotted 2px #D896A7;
	border-bottom:dotted 2px #D896A7;
	background-color:#EEE;
	padding:2px 5px;
	color:#900;
	font-size: 13px;
}
.main2 h3 a{
	color:#900;
	text-decoration:none
}
p {
	line-height: 1.3em;
	margin: 0px 0px 10px;
}
img {
	border: 0px;
	color:#FFF;
	background:transparent;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
}
dl {
	margin-top: 0px;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.3em;
}
ul {
	margin: 0px 0px 9px 20px;
	padding-left:0px;
}
ol {
	margin-top: 0px;
}
ul li {
	background-image:url(img/main_li.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:20px;
}
li{
	margin-bottom:6px;
	padding-top:3px;
}
.main2 ul.li2 li{
	background-image:url(img/main_li2.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height: 1.2em;
	margin-bottom:4px;
	margin-top:14px;
	padding-top:0px;
}

strong {
}
em {
}

/*-- リンク指定 --*/

a:link {
	color: #454545;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#BBB;
	text-decoration:underline;
}


/*-- ヘッダ部 --*/

.head {
	width: 750px;
	text-align:left;
	background-image:url(img/global-navi_bk.gif);
	background-position:bottom;
}
.summary {
	background-image:url(img/summary_bk.gif);
	background-repeat:no-repeat;
	padding:6px 11px 1px;
	margin:0px;
}
.global-navi {
	margin: 0px;
	padding:6px 0px 5px;
	background-image:url(img/global-navi_bk.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:right;width: 750px;
}
ul.global-navi li {
	padding: 0px;
	margin: 0px;
	display: inline;
	background-image:none;
}
ul.global-navi li a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding-right:17px;
}
/*\*//*/
.summary{
	padding-bottom:0px;
}
ul.global-navi li a{
	padding-right:30px;
}
/**/ 
/*-- コンテンツ --*/

.contents {
	width: 750px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

/*-- サイドメニュー --*/

.menu {
	width: 216px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(img/menu_bk.jpg);
	background-repeat:repeat-y;
	border-right:solid 1px #DAE1F5;
}
.menu dl {
	margin: 0px 6px;
	padding: 0px;
}
.menu dl dt {
	padding: 7px 29px 0px;
	margin: 0px;
	height:25px;
	letter-spacing:-1px;
	background-image:url(img/menu_dt.gif);
	background-repeat:no-repeat;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.menu dl dd {
	padding: 7px 5px 0px 34px;
	margin: 0px;
	background-image:url(img/menu_dd.gif);
	background-repeat:no-repeat;
	line-height:12px;
}
.menu dl dd.d-close{
	background-image:url(img/menu_dd2.gif);
	background-repeat:no-repeat;
	padding: 8px 34px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.menu p {
	text-align: center;
	width:195px;
	border:solid 1px #234396;
	background-color:#FFF;
	margin:1px 10px 0px;
	padding:6px 5px 3px;
	text-align:left;
	line-height:17px;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.caption1{
	color:#990000
}
.caption1 strong{
	font-size:14px;
}
/*\*//*/
.menu p{
	font-size:10px;
}
/**/ 
/*-- フッター --*/


.footer {
	width: 750px;
	font-size: 12px;
	clear: both;
	background-color:#FFF;
	background-image:url(img/footer_line.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	margin:0px;
	text-align:left;
}
.f-link {
	padding-top:9px;
}
.f-link ul {
	margin: 0px;
	padding:0px 12px;
	float:left;
	width:520px;
}
.f-link ul li {
	background-image:url(img/footer_li.gif);
	background-repeat:no-repeat;
	background-position:left;
	display: inline;
	list-style-type: none;
	padding-right: 0.2em;
	padding-left: 0.5em;
	line-height:18px;
}
.f-link p{
	float:right;
	width:160px;
	color:#234396;
	font-weight:bold;
	margin-top:1px;
	letter-spacing:1px;
}
.f-link p a{
	color:#234396;
}
address {
	font-style: normal;
	padding:8px 10px 9px;
	line-height:15px;
}
address a:visited{
	color:#234396;
}
.copyright {
	color:#234396;
	border-top:solid 3px #234396;
	padding:5px 13px 8px;
	letter-spacing:1px;
}


/*-- メインコンテンツ --*/

.main {
	float: right;
	width: 533px;
	margin: 0px;
}
.main a{
	text-decoration:underline;
}
.main2{
	width:490px;
	margin-left:23px;
	padding:0px;
}
.path {
	font-size: 10px;
	padding:8px 10px 8px;
	margin:0px;
	letter-spacing:2px;
}
.path a{
	background-image: url(img/path_ya.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	color:#03c;
	letter-spacing:normal;
}

.pagetop{
	text-align: right;
	margin:20px 10px 24px;
}



/*== INDEX ==*/
.index{
	width:510px;
	margin-left:13px
}
.index h1{
	margin:6px 0px 3px;
	padding:0px;
	color:#454545;
	background-image:none;
	font-size:16px;
}
.index p{
	margin-bottom:10px;
}
.index table{
	width:510px;
	margin-bottom:14px;
}

.index td{
	background-image:url(img/index_line.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:130px;
	padding:10px 0px 0px;
	border-bottom:dotted 1px #999;
	vertical-align:top;
	height:55px;
}
.index td.noline{
	background-image:none;
	width:auto;
}
.index td img{
	float:left;
	margin:0px 5px 0px 7px;
}
.index td p{
	margin-left:43px;
	margin-bottom:0px;
}
.index td p a{
	text-decoration:underline;
	color:#454545;
}
.index dl{
	margin:12px 0px;
}
.index dt{
	background-image:url(img/index_li.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	margin:0px 16px;
	padding:0px 18px;
	line-height:18px;
	font-weight:normal;
}
.index dd{
	margin-left:85px;
}
.index p.caption2{
	font-size:10px;
	color:#990000;
	margin:8px 0px 7px;
}

/*== MIDDLE ==*/

.middle{
	margin-top:20px;
}
.middle th {
	text-align:left;
	background-image:url(img/main2_h2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:top;
	height:49px;
	padding-bottom:5px;
}
.middle th h2{
	margin:20px 0px 0px 35px;
	background:none;
	padding:0px;
}
.middle th img{
	margin:5px;
	float:left;
}
.middle td{
	background-image:url(img/main2_bk.gif);
	background-repeat:repeat-y;
	width:250px;
	vertical-align:top;
}
.middle td p{
	width:230px;
	padding:6px 10px 4px;
	margin:0px;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.middle td ul{
	margin:7px 20px 0px 25px;
	list-style-type:circle;
}
.middle td ul li{
	background-image:none;
	list-style-type:circle;
	padding:0px;
}

/*== MIDDLE PAGE LAYOUT ==*/

.link1{
	text-align:right;
	font-weight:bold;
}
.link1 a{
	background-image:url(img/link1.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	letter-spacing:-1px;
}
.img-left,.img-right{
	margin-top:15px;
}
.img-left img{
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}
.img-right img{
	float:right;
	margin-left:15px;
	margin-bottom:30px;
}
.img-right h3{
	width:320px;
	margin-right:170px;	
}
.imgtable{
	width:500px;
}
.imgtable table{
	margin:5px 0px 15px;
}
.imgtable img{
	margin-right:10px;
}
.imgtable td{
	font-weight:bold;
	text-align:center;
	font-size:11px;
	vertical-align:top;
}
.schedule{
	margin-left:20px;
	margin-top:16px;
}
.schedule dt{
	font-size:14px;
	color:#454545;
	font-weight:bold;
	margin-bottom:3px;
}
.schedule dd{
	color:#990000;
	margin-left:0px;
}
*.doubleline{
	border:double 3px #990000;
	width:490px;
	padding:5px 10px 3px;
	color:#990000;
	margin:29px 0px 0px;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.doubleline h2{
	background-image:none;
	padding:0px;
	margin:0px;
}
.doubleline ul li{
	background-image:none;
	list-style-type:square;
	padding:0px;
	margin:0px;
	line-height:18px;
}

.floor li{
	display:inline;
	margin-right:20px;
	line-height:25px;
}
.doubleline dd a{
	color:#900;
}
.floor .doubleline{
	margin:5px 0px 15px;
}
.right{
	text-align:right;
}
li.hoshi,ul.hoshi li,.visit dt.hoshi{
	background-image:url(img/hoshi.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0px 20px 0px;
	margin:3px 0px 0px;
}
ul.hoshi{
	margin:5px 0px;
	padding:0px;
}
.flow h3{
	background-image:url(img/flow_h3.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	border:none;
	padding:5px 50px;
	color:#234396;
}
.flow img{
	float:right;
	margin:0px 15px 10px;
}
.visit dd{
	margin-bottom:15px;
}
.visit dd .doubleline{
	width:440px;
	margin-top:5px;
}
.visit dd .doubleline dd{
	margin-bottom:0px;
}
.decodl{
	border:2px dashed #ccc;
	padding:5px 10px 2px;
	color:#336699;
}
.decodl dt{
	background-image:url(img/library_dt.gif);
	background-repeat:no-repeat;
	padding:3px 17px;
	margin-bottom:5px
}

/*\*//*/
.floor li{
	line-height:normal;
	padding:0px 10px 25px;
	margin-bottom:3px;
}
li{
	padding-top:0px;
}
/**/ 
/*== TABLE SET ==*/
table.clinic{
	width:360px;
	margin-bottom:23px;
}
.clinic *{
	border-bottom:solid 1px #FFF;
	border-right:solid 1px #FFF;
	padding:7px 13px 5px;
}
.clinic tbody th{
	width:32%;
	color:#FFF;
	background-color:#ADBBDE;
}
.clinic tbody th.title{
	width:auto
}
.clinic tbody tr.title2 th{
	width:auto;
	padding:1px;
	background-color:#ACBBCE;
}
.clinic tbody td{
	background-color:#DFE4F2;
}
.clinic tbody td strong{
	letter-spacing:-1px;
	padding-left:0px;
	border:none;
}
.clinic tfoot td{
	color:#990000;
	padding-left:5px;
}

/*==LIBRARY ==*/
.library {
	margin-top:34px;
}
.library dl{
	background-image:url(img/library_line.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-left:7px;
	margin-bottom:5px;
	padding-top:8px;
	color:#003399;
}
.library dt{
	background-image:url(img/library_dt.gif);
	background-repeat:no-repeat;
	padding:3px 17px;
	margin-bottom:5px
}
.library dt a{
	color:#234396;
	text-decoration:none;
}
.library dd{
	display: inline;
	border-left: 1px solid #039;
	list-style-type: none;
	padding-right: 0.1em;
	padding-left: 0.9em;
	margin:0px 5px;
}
/*-- サイトマップフォーマット --*/

.sitemap {
	background: url(info/img/s-dot3.gif) repeat-y;
	margin: 0px 0px 14px 10px;
	padding: 8px 0px 0px;
}

.sitemap li {
	background: url(info/img/s-dot.gif) no-repeat;
	list-style-type: none;
	padding:0px 0px 0px 25px;
	margin: 0px;
}
.sitemap li ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.sitemap li.s-close {
	background: url(info/img/s-dot2.gif) no-repeat;
}
/*-- よくある質問フォーマット --*/

.faq dl {
	margin-bottom:10px;
}
.faq dl dt {
	margin:0px;
	font-size:14px;
	color:#234396;
	font-weight:normal;
}
.faq dl dd {
	background-color:#F3F5FA;
	border-top:solid 3px #DCE1F1;
	border-bottom:solid 3px #DCE1F1;
	padding:5px 6px;
	margin:15px 0px 45px;
}

/*-- フォームセット --*/

form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding: 0.5em;
	border: 1px solid #FF66CC;
	margin: 0.5em;
}
legend {
	font-weight: bold;
}
.submit {
	text-align: center;
	border: none;
	margin-top:10px;
	margin-bottom:25px;
}
.caution {
	font-weight: bold;
	color: #FF0000;
}

/*== TABLE SET ==*/

table.layout{
	border:solid 1px #647AB5;
	border-collapse:collapse;
	margin-top:17px;
	width:490px;
	empty-cells: show;
}
.layout th,.layout td{
	border:solid 1px #647AB5;
	padding:9px 10px 7px;
}
.layout th{
	background-color:#DCE1F1;
	border-right:double 3px #647AB5;
	word-break: keep-all;
	text-align:left;
}
.layout sup{
	font-size:9px;
	color:#CC0000;
}