@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

layout CSS File

File Name		layout.css
Note			共通レイアウト用スタイルシート


New Creation	2011/10/20 13:09
Update			


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	htmlタグ
2.	container
3.	共通部分
4.	header
5.	content
	5-1.	main
	5-2.	sub
6.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	htmlタグ
----------------------------------------------------------------------*/
html {
	height:100%;
}

body {
	height:100%;
	background:#8a8fa5;
}

a:hover {
	text-decoration:underline;
}

/*----------------------------------------------------------------------
2.	container
----------------------------------------------------------------------*/
#container {
	position:relative;
	min-width:1096px;
	min-height:100%;
	background:url(../img/container_bg.gif) center top repeat-y;
}

* html #container {
  /*	width:1096px;*/
	height:100%;
	text-align:center;
}

body > #container {
	height:auto;
}

/*----------------------------------------------------------------------
3.	共通部分
----------------------------------------------------------------------*/
.nav {
	width:1096px;
	margin:0 auto;
	text-align:center;
}

* html .nav {
	vertical-align:top;
}

.nav ul {
	margin:0 auto;
	width:920px;
	height:53px;
}

* html .nav ul {
	margin:0;
}

.nav li {
	float:left;
	display:inline;
}

* html .nav li {
	height:1%;
}

.nav li a {
	height:53px;
}

.nav .top a {
	width:76px;
}

.nav .about a {
	width:207px;
}

.nav .flow a {
	width:113px;
}

.nav .voice a {
	width:84px;
}

.nav .price a {
	width:162px;
}

.nav .clinic a {
	width:201px;
}

.nav .qa a {
	width:77px;
}

/*----------------------------------------------------------------------
4.	header
----------------------------------------------------------------------*/
#header {
	background:url(../img/header_bg.gif) left bottom repeat-x;
}

* html #header {
  /*	text-align:center;*/
}

#header .nav {
	padding-bottom:6px;
	background:url(../img/gnavi_bg.gif) center bottom no-repeat;
}

#header .nav ul {
	background:url(../img/nav_h.gif) left top no-repeat;
}

#header h1 {
	padding:2px 0;
	background:#5e6578;
	text-align:center;
	line-height:1.4;
	color:#efefef;
}

#header .wrapper {
	position:relative;
	margin:0 auto;
	width:1096px;
}

* html #header .wrapper {
	text-align:left;
}

#header #logo {
	padding:25px 0 0 88px;
}

#header .info {
	position:absolute;
	top:15px;
	right:88px;
	width:573px;
	height:81px;
	background:url(../img/header_info_bg.gif) left top no-repeat;
}

#header .info dl {
	padding:9px 13px 9px 12px;
}

#header .info dl dt {
	float:left;
	display:inline;
	padding:1px 10px 1px 0;
	border-right:1px solid #a4a5a6;
}

#header .info dl dd {
	margin-left:286px;
	border-left:1px solid #efefef;
}

#header .info dl dd ul {
	margin-left:10px;
	width:251px;
	height:63px;
}

* html #header .info dl dd ul {
	margin-left:7px;
}

#header .info dl dd ul li {
	float:left;
	display:inline;
	margin:0 3px 3px 0;
	background:url(../img/header_info_form_h.gif) left top no-repeat;
}

#header .info dl dd ul .reservation {
	background-position:left top;
}

#header .info dl dd ul .mail {
	margin-right:0;
	background-position:-124px top;
}

#header .info dl dd ul .coupon {
	margin:0;
	background-position:-248px top;
}

#header .info dl dd ul .reservation a ,
#header .info dl dd ul .mail a {
	width:124px;
	height:30px;
}

#header .info dl dd ul .coupon a {
	width:251px;
	height:30px;
}

/*----------------------------------------------------------------------
5.	content
----------------------------------------------------------------------*/
#content {
	margin:0 auto;
	width:920px;
}

* html #content {
	text-align:left;
}

#content #topicpath {
	padding:4px 0 10px;
}

#content #topicpath ,
#content #topicpath a {
	color:#3b3938;
}

#content #topicpath a {
	text-decoration:underline;
}

/*
5-1.	main
----------------------------------------------------------------------*/
#main {
	float:right;
	display:inline;
	width:675px;
}

#main .aside #cpager {
	clear:both;
	margin:0 9px;
}

#main .aside #cpager ul li {
	float:left;
	display:inline;
	position:static !important;
	margin:0 !important;
	border:none !important;
	background:none !important;
}

#main .aside #cpager ul li a {
	padding:0 0 0 20px;
	background:url(../img/arrow.gif) left -24px no-repeat;
	line-height:30px;
	font-size:1.2em;
	color:#5f5e5e;
}

* + html #main .aside #cpager ul li a {
	background-position:left -1.75em;
}

#main .aside #cpager ul .next {
	float:right;
}

#main .aside #cpager ul .next a {
	padding:0 20px 0 0;
	background:url(../img/arrow.gif) right top no-repeat;
}

* + html #main .aside #cpager ul .next a {
	background-position:right 0.25em;
}

#main #cnavi {
	margin-bottom:30px;
}

#main #cnavi ,
#main #cnavi ul {
	width:auto;
	height:46px;
}

#main #cnavi ul li {
	margin-right:4px;
}

#main #cnavi ul .last {
	margin:0;
}

#main #cnavi ul .active {
	margin-top:-1px;
}

* html #main #cnavi ul .active {
	position:relative;
	margin-top:-1px;
	z-index:100;
}

#main #cnavi ul .active img {
	border-right:1px solid #5e6578;
	border-bottom:1px solid #5e6578;
	border-left:1px solid #5e6578;
}

#main .aside .info {
	margin-bottom:20px;
	padding:3px;
	background:#5e6578;
}

#main .aside .info dl {
	padding:10px 20px;
	background:#efefef;
	border:1px solid #1f1c49;
}

#main .aside .info dl dt {
	float:left;
	display:inline;
	padding-right:7px;
	border-right:1px solid #c1c1c1;
}

#main .aside .info dl dd {
	margin-left:310px;
	padding:0 0 1px 9px;
	border-left:1px solid #fff;
}

* html #main .aside .info dl dd {
	padding:0 0 0 6px;
}

#main .aside .info dl dd ul {
	height:74px;
}

* html #main .aside .info dl dd ul {
	width:307px;
}

#main .aside .info dl dd ul li {
	float:left;
	display:inline;
	margin:0 5px 4px 0;
	background:url(../img/main_aside_info_form_h.gif) left top no-repeat;
}

#main .aside .info dl dd ul .reservation {
	background-position:left top;
}

#main .aside .info dl dd ul .mail {
	margin-right:0;
	background-position:-146px top;
}

#main .aside .info dl dd ul .coupon {
	margin:0;
	background-position:-302px top;
}

#main .aside .info dl dd ul .reservation a {
	width:146px;
	height:35px;
}

#main .aside .info dl dd ul .mail a {
	width:156px;
	height:35px;
}

#main .aside .info dl dd ul .coupon a {
	width:307px;
	height:35px;
}

#main div.clinic {
	margin-bottom:24px;
	padding-bottom:2px;
	background:#4c80dc;
}

#main .clinic .title {
	background:url(../img/main_clinic_title_bg.gif) left top repeat-x;
}

#main .clinic ul {
	margin:0 2px;
	padding:15px 20px;
	border:1px solid #243fa7;
	background:#fff;
}

#main .clinic ul li {
	float:left;
	display:inline;
}

#main .clinic ul .tokyo {
	margin-right:19px;
}

* html #main .clinic ul .shoyukai {
	width:491px;
}

* + html #main .clinic ul .shoyukai {
	width:491px;
}

#main .clinic ul li dl dt {
	margin-bottom:6px;
}

#main .clinic ul li dl dt img {
	border:1px solid #c1c1c1;
}

#main .clinic ul li dl dd dl dt img {
	border:none;
}

#main .clinic ul .tokyo dl dd ,
#main .clinic ul li dl dd ul dl dd {
	background:url(../img/main_clinic_link_h.gif) left top no-repeat;
}

#main .clinic ul li dl dd ul {
	margin:0;
	padding:0;
	border:none;
	background:none;
}

* + html #main .clinic ul li dl dd ul {
	height:1%;
}

#main .clinic ul li dl dd ul li {
	margin-right:5px;
}

#main .clinic ul li dl dd ul .fukuoka {
	margin:0;
}

#main .clinic ul .tokyo dl dd {
	background-position:left top;
}

#main .clinic ul li dl dd ul .sapporo dl dd {
	background-position:-119px top;
}

#main .clinic ul li dl dd ul .nagoya dl dd {
	background-position:-238px top;
}

#main .clinic ul li dl dd ul .osaka dl dd {
	background-position:-357px top;
}

#main .clinic ul li dl dd ul .fukuoka dl dd {
	background-position:-476px top;
}

#main .clinic ul li dl dd dl dd a {
	width:119px;
	height:24px;
}

/*
5-2.	sub
----------------------------------------------------------------------*/
#sub {
	float:left;
	display:inline;
	margin-bottom:26px;
	width:215px;
}

#sub .menu {
	margin-bottom:15px;
	padding-bottom:3px;
	background:#5e6578;
}

#sub .menu ul {
	margin:0 3px;
	border:1px solid #1f1c49;
}

#sub .menu ul li {
	border-top:1px solid #efefef;
	border-bottom:1px solid #9e9e9e;
}

* html #sub .menu ul li {
	vertical-align:top;
	zoom:1;
}

* + html #sub .menu ul li {
	vertical-align:top;
	zoom:1;
}

#sub .menu ul li a {
	width:207px;
	height:44px;
}

#sub .menu ul .first {
	border-top:none;
}

#sub .menu ul .last {
	border-bottom:none;
}

#sub .info {
	margin-bottom:32px;
	padding:3px;
	background:#5e6578;
}

#sub .info dl {
	padding:10px;
	background:#efefef;
	border:1px solid #1f1c49;
}

#sub .info dl dt {
	padding-bottom:10px;
	border-bottom:1px solid #C1C1C1;
}

#sub .info dl dd {
	padding-top:14px;
	border-top:1px solid #fff;
}

#sub .info dl dd ul li {
	margin-bottom:5px;
	background:url(../img/sub_info_form_h.gif) left top no-repeat;
}

#sub .info dl dd ul .reservation {
	background-position:left top;
}

#sub .info dl dd ul .mail {
	background-position:left -30px;
}

#sub .info dl dd ul .coupon {
	margin:0;
	background-position:left -60px;
}

#sub .info dl dd ul .reservation a ,
#sub .info dl dd ul .mail a {
	width:187px;
	height:30px;
}

#sub .info dl dd ul .coupon a {
	width:187px;
	height:148px;
}

#sub .service {
	margin-bottom:32px;
}

#sub .service ul li {
	margin-bottom:5px;
	border:1px solid #5e6578;
	background:url(../img/sub_service_h.gif) left top no-repeat;
}

* html #sub .service ul li {
	zoom:1;
}

* + html #sub .service ul li {
	zoom:1;
}

#sub .service ul .avellino {
	background-position:left top;
}

#sub .service ul .pain {
	background-position:left -58px;
}

#sub .service ul .guarantee {
	background-position:left -116px;
}

#sub .service ul .oneday {
	background-position:left -174px;
}

#sub .service ul .transportation {
	background-position:left -209px;
}

#sub .service ul .interestrates {
	background-position:left -244px;
}

#sub .service ul .medicaldeduction {
	background-position:left -279px;
}

#sub .service ul .nursery {
	background-position:left -314px;
}

#sub .service ul .hotel {
	background-position:left bottom;
}

#sub .service ul li a {
	width:213px;
	height:35px;
}

#sub .service ul .avellino a ,
#sub .service ul .pain a ,
#sub .service ul .guarantee a {
	height:58px;
}

#sub .service ul .hotel {
	margin:0;
}

/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
#footer {
	position:absolute;
	bottom:0;
	min-height:143px;
	width:100%;
	background:url(../img/footer_bg.gif) left top repeat-x #5c6376;
}

* html #footer {
	left:0px;
}

#footer .nav {
	padding-top:5px;
	background:url(../img/fnavi_bg.gif) left top repeat-x;
}

#footer .nav ul {
	background:url(../img/nav_h.gif) left top no-repeat;
}

#footer .wrapper {
	background:url(../img/footer_wrapper_bg.gif) center top no-repeat;
	padding:12px 0 10px;
}

* html #footer .wrapper {
	text-align:center;
}

#footer .wrapper ul ,
#footer .wrapper p ,
#footer .wrapper h2 ,
#footer .wrapper h3 ,
#footer .wrapper h4 {
	clear:both;
	margin:-1px auto;
	width:800px;
	line-height:1.6;
	text-align:center;
	color:#efefef;
}

#footer a {
	color:#efefef;
}

#footer .wrapper h3 ,
#footer .wrapper ul {
	margin-bottom:14px;
}

#footer .wrapper p {
	margin-bottom:4px;
}

#footer .wrapper ul {
	text-align:center;
}

#footer .wrapper ul li {
	display:inline;
	white-space:nowrap;
}

#footer .wrapper ul li:before {
	content:'｜';
}

#footer .wrapper ul li:first-child:before {
	content:'';
}

* html #footer .wrapper ul li a {
	margin-right:0.5em;
	padding-right:0.5em;
	border-right:1px solid #9a9fb1;
}

* + html #footer .wrapper ul li a {
	margin-right:0.5em;
	padding-right:0.5em;
	border-right:1px solid #9a9fb1;
}

* html #footer .wrapper ul .last a {
	margin:0;
	padding:0;
	border:none;
}

* + html #footer .wrapper ul .last a {
	margin:0;
	padding:0;
	border:none;
}

#footer .wrapper .logo {
	margin:0 auto;
	width:478px;
}

#footer .wrapper .logo li {
	float:left;
	display:inline;
	margin-right:22px;
}

#footer .wrapper .logo li:before {
	content:'';
}

#footer .wrapper .logo .no1 {
	padding:6px 0 2px;
}

#footer .wrapper .logo .no2 {
	padding:11px 0 2px;
}

#footer .wrapper .logo .no3 {
	padding:13px 0 9px;
}

#footer .wrapper .logo .no5 {
	margin:0;
	padding:8px 0 3px;
}

#footer #copyright {
	padding:14px 0;
	background:url(../img/footer_copyright_bg.gif) top center no-repeat black;
	text-align:center;
	color:#efefef;
}

#footer #copyright h5 {
	margin-bottom:4px;
	padding:0;
	line-height:1;
	color:#efefef;
}
