@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 140%;
}
	
h1 {} /* Header内で設定 */
h2 { height:60px; }
h3 { height:65px; }
h4 { height:30px; }

a { color: #f41; }
a:hover,
a:active { color: #f96; text-decoration: none; }
a:visited {
}

ul {
}
li {
}

dl {
}
dt {
}
dd {
}

table {
}

th,
td {
}
th {
}
td {
}

p { margin: 0 0 1em; }

dt img,dd img,li img { vertical-align: bottom; }


.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

.image_l { float: left; margin: 0 10px 8px 0; }
.image_r { float: right; margin: 0 0 8px 10px; }

.case {
	margin: 10px 20px;
	background: url(../images/arrow.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

ul.totop {
	clear: both;
	padding-bottom: 20px;
}
ul.totop li {
	float: right;
	list-style: none;
}

.box {
	margin: 0;
	padding:0 0 15px 0;
}

.bn_l { float: left; margin: 0 0 0 0;
	clear: both; }
.bn_r { float: right; margin: 0 0 0 0; }

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	padding-left: 15px;
	}

#content table {
	border-collapse:collapse;
	border: 1px solid #182161;
	font-size: 100%;
	color: #666;
	margin-left: 10px;
	}

#content table th,
#content table td {
	padding: 4px 6px;
	border: 1px solid #182161;
	}

#content table th {
	background: #262F6B;
	color: #FFF;
	}
	
#content ul.totop li {
	background:none;
	padding-top:15px;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
  background: #F6F6FA url(../images/body_bg.jpg) top repeat-x;
	color: #333;
	text-align: center;
}
#wrapper {
	width: 870px;
	margin: 0 auto;
}
#main {
	width: 870px;
	margin: 0;
	text-align: left;
  background: url(../images/wrapper_bg.jpg) repeat-y;
}
#content {
	width: 565px;
	text-align: left;
  float: right;
  margin: 0 25px 0 0;
	line-height:2.3em;
}

*html #content {
  margin: 0 13px 0 0;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	width: 870px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	font-size:12px;
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
}
#header .header_text {
	height: 20px;
	line-height: 20px;
	text-indent: 1em;
	background: #333;
	color: #fff;
	margin: 0;
	font-size: 90%;
}
#header h1 {
	float: left;
	height: 20px;
	padding-top:15px;
	font-size:12px;
	margin: 0 10px;
}

#header #header02 {
	float: right;
	padding-top: 10px;
}
#header .section{
	margin: 0 10px;
	padding:0;
}

p#catch {
	margin: 0 0 1px 0;
	padding:0;
	width: 870px;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	text-align: center;
	background: url(../images/footer_bg.jpg) 0 bottom no-repeat;
	padding:20px 0;
	width: 870px;
}

#footer address {
	width: 830px;
	margin: 0 auto;
	padding:2px 0;
	background:#666666;
	clear: both;
}
#footer .section {
	border-top: 1px solid #DFDFDF;
	padding:15px 0;
	margin: 0 20px;
}

#footer .f_box{
	float:left;
	width:200px;
}

*html #footer .f_box{
	float:left;
	width:190px;
}

	
#footer dl {
	text-align:left;
	padding-left:5px;
	font-size:77%;
	width:185px;
}


#footer dt {
	background:#EEEEEE;
	font-weight:bold;
	padding: 1px 5px;
}
#footer dd { padding:5px; }

	
#footer dl.f_map {
	float:right;
	width:425px;
}
	
*html #footer dl.f_map {
	float:right;
	width:435px;
}


/*==========================================================================*/
/*                             gnavi                                  */
/*==========================================================================*/

#gnavi {
	height: 60px;
	width: 870px;
  background: url(../images/wrapper_bg.jpg) repeat-y;
}
#gnavi ul {
	margin: 0 10px;
	width: 850px;
}
#gnavi ul li {
	float: left;
	list-style: none;
}
/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	float: left;
	width: 231px;
	text-align: center;
	margin: 0 0 0 25px;
}
*html #navi {
	margin: 0 0 0 13px;
}

#navi dl,
#navi ul {
	margin: 0 0 10px;
	text-align: center;
}

#navi dl dd,
#navi ul li {
	list-style: none;
	margin: 0 0 5px 0;
	vertical-align: top;
}

#navi dl dt {margin: 0 0 10px 0;}

#navi #navi_banner {
	margin: 20px 0 0;
}
#navi #navi_banner li {
	margin-bottom: 10px;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/

#index #news_box {
	border: 1px solid #DFDFDF;
	background:url(../images/index_news.jpg) 1px 1px no-repeat;
	padding:10px 10px 10px 80px;
	margin-bottom:10px;
}

#index h2 {
	height:65px;
	margin:0 1px;
}

#tiny table { border: none;}
#tiny table td { border: none;}
#tiny {
	height: 100px;
	overflow:scroll;
}


/* doctor
------------------------------------------------------------------------*/

#doctor .box01 dl{
	margin:0;
	padding:0;
}
#doctor .box01 dl dt{
	font-weight:bold;
	color:#262F6B;
}
#doctor .box01 dd{
	padding: 0 0 10px 10px;
}

#doctor .box01 dl.dl01 dt{
	width:5.5em;
	float:left;
	font-weight:normal;
	color:#333;
}
#doctor .box01 dl.dl01 dd{
	padding: 0 0 0 6em;
}

#doctor .box01 dd ul{
	padding: 0 0 0 10px;
}

#doctor .box01 {
	width:330px;
	float: right;
}


/* clinic
------------------------------------------------------------------------*/

#clinic th { width:150px; }
#clinic td { width:350px; }


/* access
------------------------------------------------------------------------*/

#access table.table02 {
	border: none;
	font-size:85%;
	text-align:center;
	margin-bottom:20px;
	color:#000A7F;
}
#access table.table02 td,
#access table.table02 th{ border: none; padding:2px; }
#access table.table02 th { background:none; }

#access table #map {
	width:400px;
	height:400px;
}
/* ortho
------------------------------------------------------------------------*/

#ortho #content dl { margin:0; }
#ortho #content dl dt {
	font-weight:bold;
	color:#4E53A5;
}
#ortho #content dl dd {
	margin:0 0 10px 0;
}


/* flow
------------------------------------------------------------------------*/

dl.flow_box {
	width:530px;
	margin: 0 0 0 20px;
	}
.flow_box dt{
	border-top: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	margin:0;
	padding:5px 10px;
	font-weight:bold;
	color:#000A7F;
	background:#AFC6E8;
	}
.flow_box dd{
	margin:0;
	padding:5px 10px 30px 10px;
	background:url(../images/flow_bg.jpg) bottom;
	}
.flow_box dd.last{
	border-bottom: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	margin:0 0 20px 0;
	padding:5px 15px;
	background:none;
	}


/* cost
------------------------------------------------------------------------*/
#cost table {margin:0 0 20px 0;}
#cost table th { width:130px; }
#cost table td { width:200px; }


/* voice
------------------------------------------------------------------------*/

#voice .box01 {
	border: solid 1px #DFDFDF;
	padding:10px 10px 0 10px;
	margin-bottom:15px;
}

#voice .box02 {
	border-bottom: solid 1px #DFDFDF;
	margin-bottom:15px;
	padding:10px 70px;
}


/* faq
------------------------------------------------------------------------*/

#faq #content dt{
	border-top: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	margin:0;
	padding:5px 10px;
	font-weight:bold;
	color:#000A7F;
	background:#AFC6E8;
	}

#faq #content dd{
	border-bottom: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	margin:0 0 20px 0;
	padding:5px 15px;
	background:none;
	}
	

/* ricruit
------------------------------------------------------------------------*/
#ricruit table {margin:0 0 20px 0;}
#ricruit table th { width:130px; }
#ricruitricruit table td { width:200px; }
	

/* contact
------------------------------------------------------------------------*/
#contact table {margin:0 0 20px 0;}