﻿@charset "UTF-8";

/* --------------------------------------------------------
	Setting
-------------------------------------------------------- */

/*///// 共通設定 /////*/
* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Clear {
	clear: both;
}

/*///// ボーダー /////*/
img {
	border-width:0;
	line-height:0;
	vertical-align:top;
}

/*///// リストスタイル /////*/
ul {
	list-style-type:none;
}

ol {
	list-style-type:decimal;
}

/*---黒丸---*/
.Disc_List {
	margin:0px 0px 0px 15px;
}

.Disc_List ol {
	list-style-type:disc;
}

.Disc_List ol li {
	margin:0px 0px 0px 0px;
}

/*---数字---*/
.Decimal_List {
	margin:0px 0px 0px 20px;
}

.Decimal_List ol {
	list-style-type:decimal;
}

.Decimal_List ol li {
	margin:0px 0px 0px 0px;
}

/*///// リンク /////*/
a {
        color: #00A0E9;
	text-decoration: underline;
}

a:hover {
        color: #00A0E9;
	text-decoration: none;
}

a:active {
        color: #00A0E9;
}

a:visited {
        color: #00A0E9;
}

/*///// レイアウト /////*/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	font-size:14px;
	color:#333;
}

#Wrapper {
	background:none;
}

.Container {
	width:980px;
	margin:0 auto;
}

/* --------------------------------------------------------
	Header
-------------------------------------------------------- */
#Header {
	width:980px;
	height:122px;
	margin:0 auto;
	background: url(../img/header_bg.jpg) no-repeat left top;
}

#Header #L-Area {
	float:left;
	width:210px;
}

#Header #R-Area {
	float:right;
	width:770px;
}

/*---Logo---*/
#Logo a {
	float:left;
	width:206px;
	height:178px;
	background: url(../img/logo.png) no-repeat left top;
	text-indent:-9999px;
	z-index:999;
	position: relative;
}

/*---ヘッダー・ボタン群---*/
#Header-Btn {
	float:right;
	height:38px;
	width:700px;
	margin:16px 0px 15px 0px;
}

.Header-Btn-01 a {
	float:right;
	display:block;
	width:186px;
	height:38px;
	background:url(../img/header_btn_01_on.jpg) no-repeat left top;
	margin:0px 0px 0px 0px;
}

.Header-Btn-01 a:hover {
	text-indent:-9999px;
}

.Header-Btn-02 a {
	float:right;
	display:block;
	width:186px;
	height:38px;
	background:url(../img/header_btn_02_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-02 a:hover {
	text-indent:-9999px;
}

.Header-Btn-03 a {
	float:right;
	display:block;
	width:156px;
	height:38px;
	background:url(../img/header_btn_03_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-03 a:hover {
	text-indent:-9999px;
}

.Header-Btn-04 a {
	float:right;
	display:block;
	width:156px;
	height:38px;
	background:url(../img/header_btn_04_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-04 a:hover {
	text-indent:-9999px;
}

/* --------------------------------------------------------
	Navigation
-------------------------------------------------------- */
#Navi {
	clear:both;
	width:770px;
	height:50px;
	margin:0px auto 0px auto;
}

#Navi img {
	vertical-align:top;
}

#Navi ul {
	text-align:left;
	width:770px;
	height:50px;
	margin:0 auto;
	padding:0;
}

#Navi li {
	float:left;
	list-style:none;
	padding:0;
	text-indent:-9999px;
}

#Navi a:hover {
	background-position:0px -50px;
	text-decoration:none;
}

li.Navi-01 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_01.jpg) no-repeat left top;
}

li.Navi-02 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_02.jpg) no-repeat left top;
}

li.Navi-03 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_03.jpg) no-repeat left top;
}

li.Navi-04 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_04.jpg) no-repeat left top;
}

li.Navi-05 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_05.jpg) no-repeat left top;
}

li.Navi-01-on {
	width:154px;
	height:50px;
	background:url(../img/navi_01.jpg) no-repeat left -50px;
}

li.Navi-02-on {
	width:154px;
	height:50px;
	background:url(../img/navi_02.jpg) no-repeat left -50px;
}

li.Navi-03-on {
	width:154px;
	height:50px;
	background:url(../img/navi_03.jpg) no-repeat left -50px;
}

li.Navi-04-on {
	width:154px;
	height:50px;
	background:url(../img/navi_04.jpg) no-repeat left -50px;
}

li.Navi-05-on {
	width:154px;
	height:50px;
	background:url(../img/navi_05.jpg) no-repeat left -50px;
}

/* --------------------------------------------------------
	Sitepath
-------------------------------------------------------- */
#Sitepath {
	height:28px;
	margin:10px 0px 20px 0px;
	padding:7px 0px 0px 0px;
}

#Sitepath li {
	padding:0px 15px 0px 5px;
	float: left;
	font-size:12px;
	background: url(../img/icon_sitepath.jpg) no-repeat right center;
}

#Sitepath li a {
        color: #00A0E9;
	text-decoration: underline;
}

#Sitepath li a:hover {
        color: #00A0E9;
	text-decoration: none;
}

#Sitepath li.noarrows {
	background: none;
}

/* --------------------------------------------------------
	Main
-------------------------------------------------------- */
/*---メイン画像---*/
#Gallery-Area {
	width:1100px;
	height:320px;
	margin:0 auto;
	z-index:1;
}

/*---カバー画像（共通）---*/
#Cover-Common {
	width:1100px;
	height:125px;
	margin:0 auto;
	background:url(../img/cover_common.jpg) no-repeat left top;
	text-indent:-9999px;
	z-index:1;
}

/*///// 左コンテンツ /////*/
#Left-Content {
	float:left;
	width:720px;
	margin:0px 0px 0px 0px;
	display:inline;
}

/*---見出し---*/
#Left-Content h2 {
	clear: both;
	height:35px;
	font-size:18px;
	color:#222;
	font-weight:bold;
	background:url(../img/h2_bg.jpg) no-repeat left top;
	padding:15px 0px 0px 20px;
}

#Left-Content h3 {
	clear: both;
	height:26px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	background:url(../img/h3_bg.jpg) no-repeat left top;
	padding:4px 0px 0px 20px;
}

#Left-Content h4 {
	clear: both;
	height:26px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	background:url(../img/h4_bg.jpg) no-repeat left top;
	padding:4px 0px 0px 12px;
}

#Left-Content h5 {
	clear: both;
	height:20px;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	border-bottom:1px dotted #CCC;
}

/*---写真2枚フロート---*/
.Photo_2items {
	width:720px;
	margin:0px 0px 0px 0px;
}

.Photo_2items img {
	margin:0px 0px 5px 0px;
}

.Photo_2items li {
	float:left;
}

.Photo_2items .Left {
	width:350px;
	margin:0px 20px 0px 0px;
}

.Photo_2items .Right {
	width:350px;
	margin:0px 0px 0px 0px;
}

/*---全幅・写真4枚フロート---*/
.Full_Photo_4items {
	width:980px;
	margin:0px 0px 0px 0px;
}

.Full_Photo_4items img {
	margin:0px 0px 0px 0px;
}

.Full_Photo_4items li {
	float:left;
}

.Full_Photo_4items .Left {
	width:230px;
	margin:0px 20px 0px 0px;
}

.Full_Photo_4items .Right {
	width:230px;
	margin:0px 0px 0px 0px;
}

/*///// 右コンテンツ /////*/
#Right-Content {
	float:left;
	width:240px;
	margin:0px 0px 0px 20px;
	display:inline;
}

/*---メニュー---*/
.Side-Menu_Tit{
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#222;
        background:url(../img/menu-tit_bg.jpg) no-repeat left top;
	padding:17px 0px 0px 12px;
}

.Side-Menu_Area{
	width:240px;
}

.Side-Menu_Area li a{
        background:url(../img/menu_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 30px;
	font-size:14px;
	text-decoration: none;
        color: #222;
}

.Side-Menu_Area li a:hover{
        background:url(../img/menu_hover_bg.jpg) no-repeat left top;
        text-decoration: underline;
        color: #222;
}

.Side-Menu_Area li.menu-on{
        background:url(../img/menu_on_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 16px;
	font-size:14px;
	text-decoration: none;
        color: #FFF;
}

.Side-Menu_Area li.menu-on02{
        background:url(../img/menu_hover_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 30px;
	font-size:14px;
	text-decoration: none;
        color: #222;
}

.Side-Menu_Area li.menu-btm{
        background:url(../img/menu-btm_bg.jpg) no-repeat left top;
	height:5px;
}

/*///// 全幅コンテンツ /////*/
#Full-Content {
	width:980px;
	margin:0px 0px 0px 0px;
	display:inline;
}

#Full-Content h2 {
	clear: both;
	height:35px;
	font-size:18px;
	color:#222;
	font-weight:bold;
	background:url(../img/h2_bg_full.jpg) no-repeat left top;
	padding:15px 0px 0px 20px;
}

#Full-Content h3 {
	clear: both;
	height:26px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	background:url(../img/h3_bg_full.jpg) no-repeat left top;
	padding:4px 0px 0px 20px;
}

/*///// ナビ（リスト表記） /////*/
/*---枠---*/
#List-Navi-Area {
	width:980px;
	height:157px;
	background: url(../img/right-contour.jpg) repeat-y right top;
	margin:18px 0px 29px 0px;
}

#List-Navi_01 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_02 {
	float:left;
	width:240px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_03 {
	float:left;
	width:200px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_04 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_05 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

/*---項目---*/
.List-Navi_Tit01 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit01 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit02 a {
	display:block;
	width:198px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit02 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit03 a {
	display:block;
	width:158px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit03 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit04 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit04 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit05 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit05 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

/*---メニューリスト---*/
.Menu-area{
	float:left;
	margin:4px 0px 0px 18px;
        color: #333;
	font-size:12px;
	line-height:1.2em;
}

.Menu-area li a{
        display:block;
	background: url(../img/list_navi_arrow.png) no-repeat left 8px;
	text-decoration: none;
	color:#333;
	padding:7px 0px 0px 10px;
}

.Menu-area li a:hover{
        text-decoration: underline;
        color: #00A0E9;
}

/*---行間マージン設定---*/
.Space-Contour5 {
	height:5px;
	margin:0px 0px 0px 0px;
}

.Space-Contour10 {
	height:10px;
	margin:0px 0px 0px 0px;
}

.Space-Contour20 {
	height:20px;
	margin:0px 0px 0px 0px;
}

.Space-Contour40 {
	height:40px;
	margin:0px 0px 0px 0px;
}

.Space-Contour60 {
	height:60px;
	margin:0px 0px 0px 0px;
}

.Contour {
	clear: both;
	height:3px;
	background:url(../img/contour.jpg) no-repeat left top;
	margin:10px 0px 10px 0px;
}

/*---アイコン---*/
.Ico-blank {
	margin:0px 0px 0px 3px;
	padding:2px 0px 0px 0px;
}

/*---文字設定---*/
.Txt-Red {
	color: #FF0000;
}

.Txt-Red-20-B {
	color: #FF0000;
	font-size:20px;
	font-weight:bold;
}

.Txt-18 {
	font-size:18px;
}

/*---外来診療表・テーブル---*/
.Gairai_Table {
	margin:0px 0px 0px 0px;
	font-size:14px;
	background-color:#EBEBEB;
	padding:5px;
}

.Gairai_Table table {
	width:970px;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
}

.Gairai_Table th {
	text-align:center;
	font-weight:bold;
	padding:5px;
	border:1px solid #B9B9B9;
}

.Gairai_Table tr {
	border:1px solid #B9B9B9;
}

.Gairai_Table td {
	text-align:center;
	padding:5px;
	border:1px solid #B9B9B9;
}

/*---テーブル・背景色---*/
.Bg01 {
	background-color:#FFF;
	font-size:20px;
}

.Bg02 {
	background-color:#d5f1b8;
}

.Bg03 {
	background-color:#b8f1d5;
}

.Bg04 {
	background-color:#b8f1f1;
}

.Bg05 {
	background-color:#eadcf8;
}

.Bg06 {
	background-color:#fcedf4;
}

.Bg07 {
	background-color:#ffe6cd;
}

.Bg08 {
	background-color:#f0f0b3;
}

.Bg09 {
	background-color:#ffffaa;
}

.Bg10 {
	background-color:#f1f1e2;
}

/*---ページの先頭へ---*/
.PageTop {
	float:right;
}

.PageTop a {
	display:block;
	width:137px;
	height:37px;
	background:none;
	padding:23px 0px 0px 43px;
	text-decoration: none;
}

.PageTop a:hover {
	background:none;
	text-decoration: none;
}

/*---Tool-Bottom---*/
#Tool-Bottom {
	float:left;
	height:45px;
	width:300px;
	padding:15px 0px 0px 0px;
}

#Tool-Bottom li {
	margin:0px 30px 0px 0px;
	float: left;
	background: url(../img/list_navi_arrow.png) no-repeat left 8px;
	text-decoration: none;
	padding:7px 0px 0px 10px;
}

#Tool-Bottom a {
        color: #333;
	text-decoration: none;
}

#Tool-Bottom a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

/*---住所---*/
#Add {
	float:left;
}

/*---コピーライト---*/
#Copy {
	float:right;
	font-size:10px;
}

/* --------------------------------------------------------
	Footer
-------------------------------------------------------- */
#Footer-Wrap {
	height:140px;
	background:none;
}

#Footer {
	width:980px;
	height:140px;
	margin:0 auto;
	line-height:1.4em;
	font-size:12px;
	color:#333;
}
