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

タイトル：common

概要：全ページ共通となるCSSファイル

制作日：2009.09.09
変更日：2009.00.00

***************************************/

/* Browser Reset'
---------------------------------------------------------------------------- */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

img {
	border:0;
	vertical-align: bottom;
}

hr {
	display: none;
}

ul, ol, li {
	list-style-type: none;
}


/* body'
---------------------------------------------------------------------------- */

body {
	line-height: 1.5;
	color: #555;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
	font-size: 100%;
	background: #e6f5fe;
}

/* link style'
---------------------------------------------------------------------------- */

a:link{
	color: #1c72a5;
	text-decoration: none;
}

a:visited{
	color: #1c72a5;
	text-decoration: none;
}

a:hover{
	color: #1c72a5;
	text-decoration: underline;
}

/* wrap'
---------------------------------------------------------------------------- */

#wrap {
	width: 890px;
	margin: 15px auto;
	padding: 20px;
	text-align: left;
	border: solid 10px #dddddd;
	background:#FFFFFF;
}

/* head'
---------------------------------------------------------------------------- */

#header {
	width: 890px;
	margin-bottom: 15px;
}

#header h1 {
	font-size: 77%;
	font-weight: normal;
	text-align: right;
}

#header #logoNavi {
	position: relative;
	width: 890px;
	height: 40px;
	margin-bottom: 10px;
	text-align: left;
}

#header #logoNavi p#logo {
	width: 190px;
	height: 40px;
}

#header #logoNavi ul {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 700px;
	text-align: right;
}

#header #logoNavi ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 2px #CCCCCC;
}

#header #logoNavi ul li.first {
	border-left: none;
}

/* gNavi'
---------------------------------------------------------------------------- */

#gNavi {
	width: 890px;
	padding-top: 151px;
	background: url(../img/top/top-img.gif) no-repeat;
}

#gNavi ul {
	width: 890px;
	height: 37px;
	background: #474747;
}

#gNavi ul li {
	display:inline;
}

/* HOME
--------------------------- */

#gNavi ul li#home a {
	float: left;
	width: 120px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background:  url(../img/common/gnavi-home-off.gif) left top;
}

#gNavi ul li#home a:hover {
	float: left;
	width: 120px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background: url(../img/common/gnavi-home-on.gif) left top;
}

/* はじめての方へ
--------------------------- */

#gNavi ul li#system a {
	float: left;
	width: 160px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background:  url(../img/common/gnavi-system-off.gif) left top;
}

#gNavi ul li#system a:hover {
	float: left;
	width: 160px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background: url(../img/common/gnavi-system-on.gif) left top;
}

/* 料金・エリア
--------------------------- */

#gNavi ul li#pricearea a {
	float: left;
	width: 159px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background:  url(../img/common/gnavi-pricearea-off.gif) left top;
}

#gNavi ul li#pricearea a:hover {
	float: left;
	width: 159px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background: url(../img/common/gnavi-pricearea-on.gif) left top;
}

/* 当院の特徴
--------------------------- */

#gNavi ul li#tokucyou a {
	float: left;
	width: 130px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background:  url(../img/common/gnavi-tokucyou-off.gif) left top;
}

#gNavi ul li#tokucyou a:hover {
	float: left;
	width: 130px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background: url(../img/common/gnavi-tokucyou-on.gif) left top;
}

/* よくある質問
--------------------------- */

#gNavi ul li#qa a {
	float: left;
	width: 160px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background:  url(../img/common/gnavi-qa-off.gif) left top;
}

#gNavi ul li#qa a:hover {
	float: left;
	width: 160px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background: url(../img/common/gnavi-qa-on.gif) left top;
}

/* お問い合わせ
--------------------------- */

#gNavi ul li#info a {
	float: left;
	width: 161px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background:  url(../img/common/gnavi-info-off.gif) left top;
}

#gNavi ul li#info a:hover {
	float: left;
	width: 161px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	background: url(../img/common/gnavi-info-on.gif) left top;
}

/* pankuzu'
---------------------------------------------------------------------------- */ 

#pankuzu {
	font-size: 77%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}

#pankuzu li {
	display: inline;
	margin-right: 5px;
	padding-left: 19px;
	background: url(../img/common/aroow-pankuzu.gif) no-repeat left;
}

#pankuzu li.home {
	display: inline;
	margin-right: 5px;
	padding-left: 0;
	background: none;
}

/* contents'
---------------------------------------------------------------------------- */

#contents {
	width: 890px;
	margin-bottom: 50px;
}

/* main'
---------------------------------------------------------------------------- */

#main {
	float: left;
	width: 651px;
	margin-right:19px;
	padding-right: 19px;
	border-right: solid 1px #eee;
}

/* side'
---------------------------------------------------------------------------- */

#side {
	float: right;
	width: 200px;
	font-size: 85%;
}

/* warpBox'
---------------------------------------------------------------------------- */
.warpBox {
	width:615px;
	margin-bottom: 15px;
	padding: 10px 15px 0 15px;
	font-size: 85%;
	border: solid 3px #dddddd;
	background: url(../img/common/box-bg-300.gif) repeat-x;
}

.warpBox.end {
	margin-bottom: 0;
}

.warpBox h2 {
	width: 590px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 138%;
	color: #474747;
	border-bottom: solid 2px #ccc;
	background:url(../img/common/icon-head.gif) no-repeat left 5px;
}

/* warpBoxLeft'
---------------------------------------------------------------------------- */
.warpBoxLeft {
	float:left;
	width:282px;
	margin-bottom: 15px;
	padding: 10px 15px 0 15px;
	font-size: 85%;
	border: solid 3px #dddddd;
	background:#f9f9f9;
}

.warpBoxLeft.end {
	margin-bottom: 0;
}

.warpBoxLeft h2 {
	width: 257px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 123%;
	color: #474747;
	border-bottom: solid 2px #ccc;
	background:url(../img/common/icon-head.gif) no-repeat left 5px;
}

.warpBoxLeft .boxInner {
	width:282px;
	margin-bottom:15px;
}

/* warpBoxRight'
---------------------------------------------------------------------------- */
.warpBoxRight {
	float:right;
	width:282px;
	margin-bottom: 15px;
	padding: 10px 15px 0 15px;
	font-size: 85%;
	border: solid 3px #dddddd;
	background:#f9f9f9;
}

.warpBoxRight.end {
	margin-bottom: 0;
}

.warpBoxRight h2 {
	width: 257px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 123%;
	color: #474747;
	border-bottom: solid 2px #ccc;
	background:url(../img/common/icon-head.gif) no-repeat left 5px;
}

.warpBoxRight .boxInner {
	width:282px;
	margin-bottom:15px;
}

/* discount'
---------------------------------------------------------------------------- */

#discount {
	width:645px;
	margin-bottom: 15px;
	border: solid 3px #ddd;
}

/* phone'
---------------------------------------------------------------------------- */
#phone {
	border: solid 2px #ddd;
}

/* サイド（エリア）'
---------------------------------------------------------------------------- */

#area {
	width: 196px;
	margin-top: 15px;
	border: solid 2px #ddd;
}

#area dl {
	width: 196px;
	background: url(../img/common/box-bg-150.gif) repeat-x;
}

#area dl dt {
	width: 196px;
	height: 30px;
}

#area dl dd {
	width: 176px;
	padding: 5px 10px 5px 10px;
	border-bottom: solid 1px #ddd;
}

#area dl dd strong {
	font-size: 100%;
}

#area dl dd p {
	font-size: 85%;
}

#area p#areaDetail {
	width: 176px;
	padding: 5px 10px 5px 10px;
	font-size: 85%;
	background: #eee;
}


/* banner'
----------------------------------------------------------------------------  */

.banner {
	width: 196px;
	margin-top: 15px;
	border: solid 2px #ddd;
}


/* footer'
---------------------------------------------------------------------------- */

#footer {
	width: 890px;
}

#footer #footNavi {
	padding: 0 5px;
}

#footer #footNavi ul {
	float: left;
	margin-bottom: 5px;
}

#footer #footNavi ul li {
	display: inline;
	margin-left: 7px;
	padding-left: 7px;
	font-size: 85%;
	border-left: solid 2px #CCCCCC;
}

#footer #footNavi ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

#footer #footNavi p#pageTop {
	float: right;
	padding-left: 16px;
	font-size: 93%;
	background: url(../img/common/arrow-top.gif) no-repeat left;
}

#footer dl {
	clear: both;
	padding-top: 15px;
	text-align: center;
	border-top: solid 3px #7cba0f;
}

#footer dl dt,
#footer dl dd {
	display: inline;
}

#footer dl dt {
	padding-left: 10px;
}

#footer dl dt.first {
	padding-left: 0;
}

#footer #copyright {
	width: 890px;
	text-align: center;
}

#footer #copyright address {
	padding-top: 0px;
	font-style: normal;
}



/* 共通クラス
---------------------------------------------------------------------------- */

strong.noBold {
	font-weight: normal;
}



/* clearfix hack'
---------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */