@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 {}
h3 { height:45px; }
h4 { height:30px; }
h5 { height:30px; }

a { color: #663300; }
a:hover,
a:active { color: #824A00; text-decoration: none; }
a:visited {
}

#inner ul {
	margin: 0 0 0 10px;
}
#inner li {
	background:url(../images/li_bg.jpg) 0 8px no-repeat;
	padding-left:13px;
}

#inner dl {
	margin: 0 0 0 10px;
}
dt {
}
dd {
}

#content table {
	border: 1px solid #8AB59A;
	margin-left: 10px;
}

#content th,
#content td {
	border: 1px solid #8AB59A;
	padding:3px 5px; 
}
#content th {
 background:#D5E4DA;
 color:#015F23;
}
#content th.title {
 background:#EEE;
 color:#015F23;
}
#content td {
 background:#FFF;
 text-align:left;
 line-height:1.8;
}

p { margin: 0 0 1em; }

dt img,dd img,li img { vertical-align: bottom; }


.section { padding: .5em 5px 1em 5px; }
.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_h.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

#inner ul.totop {
	clear: both;
	padding: 20px 0;
}
#inner .totop li {
	float: right;
	list-style: none;
	background:none;
	margin:0;
}

.font_g { color : #8C8C8C;}
.font_g02 { color : #666;}

.font_b { color : #006633; font-weight:bold; }


.box {	border: solid 1px #CDCDCD;
	padding:10px;
	margin-top:20px;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
  background: #EDF4EF url(../images/body_bg.jpg) top repeat-x;
	color: #333;
	text-align: center;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
  background: url(../images/wrapper_bg.jpg) 980px top no-repeat;
}
#main {
	width: 980px;
	margin: 0 auto;
	text-align: left;
  background: url(../images/main_bg.jpg) 0 0 repeat-y;
}
#content {
	width: 720px;
	text-align: left;
  float: right;
  margin:20px 20px 0 0;
}
*html #content {
  margin:20px 10px 0 0;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	width: 980px;
	height:118px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
}
*html #header {
	height:120px;
}
#header .header_text {
	height: 20px;
	line-height: 20px;
	text-indent: 1em;
	background: #333;
	color: #fff;
	margin: 0;
	font-size: 90%;
}
#header h1 {
	float: left;
	padding-left:130px;
	color:#FFF;
	height:33px;
	padding-top:7px;
	font-size:100%;
	width:700px;
}

#header #header02 {
	float: right;
	padding-top: 10px;
}

#header .section { padding:0 0 0 130px; }

#catch {
	padding:0;
	margin:0;
}

#catch .box_l {
	background: url(../images/catch_bg.jpg) 0 0 no-repeat;
	width: 270px;
	height:150px;
	float:left;
	}
#catch .box_l ul {
	margin: 9px 0 0 10px ;
}
#catch .box_l li {
	margin-bottom: 2px;
} 
#catch .box_r {
	float:right;
}

#catch p.image_r{
	margin: 0 ;
	padding:0;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	text-align: center;
  background: url(../images/footer_bg.jpg) top repeat-x;
  padding:30px 5px 20px 5px;
  
}
#footer address {
	width: 308px;
	padding-top:7px;
}

#footer .box_l {
	float:left;
}

#footer .box_l p{
	margin: 0;
	padding:0;
}

/*==========================================================================*/
/*                             gnavi                                  */
/*==========================================================================*/

#gnavi {
	height: 50px;
	background:url(../images/gnavi_bg.jpg) 0 0 no-repeat;
}
#gnavi ul {
	margin: 0 5px;
}
#gnavi ul li {
	float: left;
	list-style: none;
}
/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	float: left;
	width: 210px;
	text-align: center;
  margin:20px 0 0 15px;
}

*html #navi {
  margin:20px 0 0 7px;
}

#navi .nav01 dt {
	padding-bottom:10px;
	border-bottom: 1px #B2B2B2 solid;
}

#navi dl.nav01 {
	border-bottom: 1px #B2B2B2 solid;
	margin: 0 0 20px;
	text-align:left;
}

#navi ul {
	margin: 0 0 10px;
	text-align: left;
}

#navi dl dt,
#navi dl dd,
#navi ul li {
	list-style: none;
	margin: 0;
	vertical-align: top;
}


#navi #navi_banner {
	margin: 20px 0 0;
}
#navi #navi_banner li {
	margin-bottom: 10px;
}

.navi_box {
	margin: 0;
	padding:0;
	background:url(../images/navi_bg.jpg) 0 bottom no-repeat;
}
.navi_box dl {
	margin:10px;
	text-align:left;
}
.navi_box dl dt {
	background: #6CA280;
	padding:1px 5px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
}
.navi_box dl dd {
	padding:3px 0 5px 0;
}


/*==========================================================================*/
/*                            Navigation2                                   */
/*==========================================================================*/

#inner {
	width: 490px;
	float: left;
	margin: 0;
	line-height:1.8;
}

#navi2 {
	float: right;
	width: 210px;
	text-align: center;
}

#navi2 ul {
	margin: 0 0 10px;
	text-align: left;
}

#navi2 dl dd,
#navi2 ul li {
	list-style: none;
	margin: 0;
}

#navi2 ul.nav_banner02 li { padding-bottom:10px; }
#navi2 #navi_banner2 {
	margin: 20px 0 0;
}
#navi2 #navi_banner2 li {
	margin-bottom: 10px;
}
.nav_banner dt dd {
	list-style: none;
	margin: 0;
}
.nav_banner dd {
	background:url(../images/icon01.jpg) 10px 5px no-repeat;
	padding:3px 3px 5px 30px;
	font-size: 11px;
}


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/
#index #catch .box_l {
	background: url(../images/catch_bg_i.jpg) 0 0 no-repeat;
	width: 270px;
	height:290px;
	float:left;
	}


#index #gnavi {
	height: 50px;
	background:url(../images/gnavi_bg_i.jpg) 0 0 no-repeat;
}

#index h3 {
	height:40px;
}

#index #catch .box_l ul {
	margin: 10px 0 0 10px ;
}

#index #catch .box_l li { margin-bottom: 8px;} 

#index #inner .box01 {
	border-left: solid 1px #CDCDCD;
	border-right: solid 1px #CDCDCD;
	border-bottom: solid 1px #CDCDCD;
	padding:10px;
}
#index #inner .box_l {
	float:left;
}

/* feature
------------------------------------------------------------------------*/
#feature .box01 {
	margin-bottom:10px;
	border: solid 1px #CCC;
}
#feature .box02 {
	background:#EDF4EF;
	padding:10px;
}
#feature h4 {
	height:35px;
	background:#FFF;
	padding:2px;
	margin-bottom:10px;
}


/* staff
------------------------------------------------------------------------*/
#staff .box01 {
	float:right;
	width:270px;
	padding-bottom:20px;
}
#staff .box01 dt {
	float:left;
	width:5em;
}
#staff .box01 dd {
	padding-left:5.5em;
}


/* clinic
------------------------------------------------------------------------*/
#clinic .box01 {
	float:right;
	width:250px;
	padding-bottom:20px;
}
#clinic .box02 {
	float:right;
	width:300px;
	padding-bottom:20px;
}
#clinic .box01 p,
#clinic .box02 p,
#clinic .box03 p {
	padding:10px;
	background:#EDF4EF;
}

#clinic h4#title01 { height:53px; }

#clinic th { width:100px; }
#clinic td { width:320px; }

#clinic td .font01 { color: #333399; }
#clinic td .font02 { color: #CC0000; }

/* access
------------------------------------------------------------------------*/
#access th { width:100px; }
#access td { width:320px; }

#access td dl {
	margin:0;
}
#access td dt {
	width:8em;
	float:left;
}
#access td dd {
	padding-left:8.5em;
}

/* guidance
------------------------------------------------------------------------*/

/* flow
------------------------------------------------------------------------*/
dl.flow02 {
	width:450px;
	margin: 0 0 0 10px;
	}
.flow02 dt{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	margin:0;
	padding:5px;
	background:#B3D49A;
	}
.flow02 dd{
	margin:0;
	padding:10px 15px 30px 15px;
	background:url(../images/flow_bg.jpg) bottom;
	}
.flow02 dd.last{
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	margin:0;
	padding:10px 15px;
	background:none;
	}
	
	
/* child
------------------------------------------------------------------------*/
#child .box01 {
	border: solid 1px #CCC;
}
#child #title01{
	height:40px;
}

#child .box01 p {
	padding:10px;
	background:#EDF4EF;
}

/* free
------------------------------------------------------------------------*/
#free table { margin-bottom:15px; }
#free th { width:140px; }
#free td { width:280px; }

#free td ul { margin:0; color:#3B5443;}

#free .table02 th { width:60px; }
#free .table02 td { width:360px; }
#free td.td02 { background }

#free .box01 {
	background:#F0F0F0;
}
#free .box01 dt {
	width:13em;
	float:left;
}
#free .box01 dd {
	padding-left:13.5em;
}
#free .box01 p {
	margin-left:10px;
	margin-bottom:0;
}

/* recruit
------------------------------------------------------------------------*/
#recruit table { margin-bottom:20px; }

#recruit th { width:120px; }
#recruit td { width:300px; }

dl#news dt {
	float: left;
	padding-right: 10px;
	clear: left;
}
dl#news {
	height: 120px;
	overflow-y: scroll;
}

/* study----------------------------------------------------------------*/	
.study_ttl01 {
color:#666666;
font-size:15px;
font-weight:bold;
padding-left:10px; padding-top:7px;
background:url(../images/study_h3.jpg) no-repeat; width:650px; height:30px;
margin-bottom:10px;}

