@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

layout CSS File

File Name		layout.css
Note			レイアウト用スタイルシート

New Creation	09.12.11
Update			09.12.18

Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

	1.	htmlタグ／container
	2.	共通部分
	3.	header
	4.
	5.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
1.   htmlタグ／container
----------------------------------------------------------------------*/
html {
	height:100%;
}

body {
	height:100%;
}

#smartphone {
	text-align:center;
	background:url(../img/footer_bg.gif) left top repeat-x;
	border-bottom:1px solid #F5B9C6;
}

#smartphone a {
	display:block;
	padding:30px 0px;
	font-size:3em;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px rgba(255,255,255,0.2);
}

#container {
	position:relative;
	min-height:100%;
	background:url(../img/h1_bg.gif) left top repeat-x;
}

body > #container {
	height:auto;
}

* html #container {
	height:100%;
	text-align:center;
}

#container h1 {
	height:20px;
	line-height:20px;
	text-align:center;
	color:#fff;
}

/*----------------------------------------------------------------------
2.   共通部分
----------------------------------------------------------------------*/
/*年末年始のお知らせ*/
#yearend {
	position:fixed;
	bottom:0px;
	padding-top:3px;
	width:99.85%;
	border:1px solid #888;
	background:url(../img/yearend_bg.gif) left 3px repeat-x #c40038;
	line-height:1.2em;
	z-index:1000;
}

* html #yearend {
	width:100%;
	height:37px;
	left:0px;
	text-align:left;
}

*+html #yearend {
	left:0px;
	width:99.88%;
}

#yearend p {
	position:absolute;
	top:3px;
	left:527px;
	margin-right:65px;
	padding:5px 0px 0px;
	font-size:1em;
	line-height:1.2em;
	text-indent:-1em;
	color:#59514e;
}

* html #yearend p {
	margin:0px;
	padding-right:65px;
	text-indent:0px;
}

#yearend .pic {
	position:absolute;
	top:auto;
	right:0px;
	bottom:0px;
	left:auto;
	margin:0px;
	padding:0px;
	width:auto;
}

* html #yearend .pic {
	right:-1px;
	bottom:-1px;
}

/*
2-1.   navi
----------------------------------------------------------------------*/
#container .navi {
	background:#fff;
}

* html #container .navi {
	text-align:center;
}

#container .navi ul {
	overflow:hidden;
	margin:0px auto;
	padding:7px 103px 1px;
	width:790px;
	background:url(../img/navi_bg.gif) left top no-repeat;
}

* html #container .navi ul {
	margin:0px;
	width:996px;
	height:60px;
}

#container .navi ul li {
	float:left;
	display:inline;
}

#container .navi ul .top {
	background:url(../img/navi_top_a.gif) left top no-repeat;
}

#container .navi ul .about {
	background:url(../img/navi_about_a.gif) left top no-repeat;
}

#container .navi ul .current {
	background:url(../img/navi_current_a.gif) left top no-repeat;
}

#container .navi ul .case {
	background:url(../img/navi_case_a.gif) left top no-repeat;
}

#container .navi ul .clinic {
	background:url(../img/navi_clinic_a.gif) left top no-repeat;
}

#container .navi ul .price {
	background:url(../img/navi_price_a.gif) left top no-repeat;
}

#container .navi ul .qa {
	background:url(../img/navi_qa_a.gif) left top no-repeat;
}

#container .navi ul li a {
	height:52px;
}

#container .navi ul .top a {
	width:68px;
}

#container .navi ul .about a {
	width:152px;
}

#container .navi ul .current a {
	width:128px;
}

#container .navi ul .case a {
	width:118px;
}

#container .navi ul .clinic a {
	width:152px;
}

#container .navi ul .price a {
	width:59px;
}

#container .navi ul .qa a {
	width:111px;
}

/*----------------------------------------------------------------------
3.   header
----------------------------------------------------------------------*/
#container #header {
/*	background:url(../img/header_bg.gif) left top repeat-x;*/
	background:url(../img/logo_bg.gif) center top no-repeat;
}

#container #header .wrapper {
	position:relative;
	margin:0px auto;
	width:996px;
}

* html #container #header .wrapper {
	text-align:left;
}

#container #header #logo {
	padding:22px 0px 27px 76px;
}

#container #header .info {
	position:absolute;
	top:13px;
	right:101px;
	background:url(../img/header_info_bg.gif) left top repeat-y;
}

#container #header .info dl {
	background:url(../img/header_info_bg_header.gif) left top no-repeat;
}

* html #container #header .info {
	width:368px;
}

* html #container #header .info dl dd {
	height:1%;
}

#container #header .info dl dt {
	padding:4px 4px 0px;
	background:url(../img/header_info_bg_header.gif) left top no-repeat;
}

#container #header .info dl dd {
	padding:0px 4px 4px;
	background:url(../img/header_info_bg_footer.gif) left bottom no-repeat;
}

#container #header .info dl dd ul {
	overflow:hidden;
}

#container #header .info dl dd ul li {
	float:left;
}

#container #header .info dl dd ul .tel {
/*	padding:5px 12px 5px 10px;*/
	padding:5px 18px 6px 10px;
	background:url(../img/header_info_tel_bg.gif) right top no-repeat;
}

#container #header .info dl dd ul .form {
	padding:5px 0px 0px 11px;
}

#container #header .info dl dd ul li ul li {
	float:none;
	margin-bottom:3px;
}


/*----------------------------------------------------------------------
4.   content
----------------------------------------------------------------------*/
#container #content {
	margin:0px auto;
	padding-bottom:263px;
/*	padding-bottom:281px;*/
	width:790px;
	overflow:hidden;
}

* html #container #content {
	text-align:left;
}

/*年末休業スペース確保
#container #content {
	padding-bottom:286px;
}
*/

/*----------------------------------------------------------------------
5.  footer 
----------------------------------------------------------------------*/
/*
5-1.  footer 
----------------------------------------------------------------------*/
#container #footer {
	position:absolute;
	bottom:0px;
	width:100%;
	border-bottom:5px solid #b5b5b6;
	background:url(../img/footer_bg.gif) left 60px repeat-x #df667d;
}

* html #container #footer {
	text-align:center;
	left:0px;
}

/*年末休業スペース確保
#container #footer {
	margin-bottom:37px;
}
*/
/*
5-2.  wrapper 
----------------------------------------------------------------------*/
#container #footer .wrapper {
	position:relative;
	width:790px;
	margin:0px auto;
	text-align:left;
}

/*
5-3.  link 
----------------------------------------------------------------------*/
#container #footer #link {
	padding:6px 0px 12px;
	border-bottom:1px solid #d66f8a;
	text-align:center;
}

#container #footer #link p {
	margin-top:6px;
	line-height:1.4em;
	color:#fff;
}

#container #footer #link p a {
	color:#fff;
}

/*
5-4.  h2 
----------------------------------------------------------------------*/
#container #footer h2 {
	margin:0px auto;
	padding:8px 0px 14px;
	width:790px;
	border-top:1px solid #f5b9c6;
	line-height:1.2em;
	color:#fff;
}

/*
5-5.  copyright 
----------------------------------------------------------------------*/
#container #footer address {
	position:absolute;
	right:0px;
	bottom:29px;
}

#container #footer #pagetop {
	position:absolute;
	right:0px;
	bottom:0px;
}

