@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF url(../images/bg.gif) repeat-x center top;	/*全体の背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*submitボタンの設定*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin: 10px;
	border-radius: 30px;	/*角丸のサイズ*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #dcdcdc);	/*同上*/
	background-image: linear-gradient(#FFF, #dcdcdc);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #dcdcdc;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#dcdcdc, #FFF);	/*同上*/
	background-image: linear-gradient(#dcdcdc, #FFF);			/*同上*/
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #0033FF;	/*マウスオン時の文字色*/
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入ったブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 85px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background: url(../images/header_bg.gif) no-repeat right center;	/*ヘッダー背景画像の読み込み＆右側に配置*/
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 18px;	/*ヘッダーブロックに対して上から25pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;	/*文字サイズ*/
	line-height: 15px;
	font-weight: normal;
	color: #000;		/*文字色*/
	position: absolute;
	left: 5px;	/*ヘッダーブロックに対して左から5pxの位置に配置*/
	top: 6px;	/*ヘッダーブロックに上して下から6pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #000;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 43px;
	padding-top: 3px;
}
ul#menu li {
	float: left;
	padding-right: 3px;
}
ul#menu li.last {
	padding-right: 0px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
	padding: 20px 0px 30px;	/*左から、上、左右、下への余白*/
}


#main_gide {
	float: left;	/*メインコンテンツを右(right)に回り込み*/
	width: 680px;	/*メインコンテンツ幅*/
	padding: 20px 20px 30px;	/*左から、上、左右、下への余白*/
}


#main_price {
	float: left;	/*メインコンテンツを右(right)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding: 20px 5px 30px;	/*左から、上、左右、下への余白*/
}


ul.design {
list-style-type: disc;
	padding: 0px 0px 0px 20px;
}

/*トップページのみの設定*/
#top #main {
	padding: 0px 0px 30px;	/*左から、上、左右、下への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 710px;
	line-height: 40px;
	height: 40px;
	background: url(../images/bg3_1.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 10px;
	overflow: hidden;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow2.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../images/arrow2.png), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/arrow2.png), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景画像をリピートしない*/
	background-position: left center;	/*背景画像を左側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 150%;
	color: #555555;
	padding: 1px 10px 1px 45px;	/*左から、上、右、下、左のボックス内の余白*/
	clear: both;
	border: 1px solid #AAA;	/*枠線の幅、線種、色*/
	margin: 0px 0px 10px 0px;
}

/*トップページのh2タグ設定*/
#top #main h2 {
	background: url(../images/bg3_1.gif) no-repeat;
}
#page1 #main h2 {
	background: url(../images/bg3_1.gif) no-repeat;
}
/*「当院について」のh2タグ設定*/
#page2 #main h2 {
	background: url(../images/bg3_2.gif) no-repeat;
}
/*「診療科目」のh2タグ設定*/
#page3 #main h2 {
	background: url(../images/bg3_3.gif) no-repeat;
}
/*「スタッフ紹介」のh2タグ設定*/
#page4 #main h2 {
	background: url(../images/bg3_4.gif) no-repeat;
}
/*「よくあるご質問」のh2タグ設定*/
#page5 #main h2 {
	background: url(../images/bg3_5.gif) no-repeat;
}
/*「アクセス」のh2タグ設定*/
#page6 #main h2 {
	background: url(../images/bg3_6.gif) no-repeat;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main p.img {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 20px 0px 30px;	/*左から、上、左右、下への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	border-bottom: 4px solid #3399FF;	/*下部の線の幅、線種、色の設定*/
	background: #C5C5C5 url(../images/bg1.gif) repeat-x bottom;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
	padding: 5px;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	font-weight: bold;
	display: block;
	width: 230px;
	height: 30px;

	padding: 12px 3px 8px 5px;	/*左から、上下、左右への余白*/
	text-decoration: none;
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左側の線の幅、線種、色*/
	color: #666666;	/*文字色*/
	background: #F2F2F2 url(../images/bg2.gif) repeat-x bottom;	/*背景色、背景画像の読み込み＆X軸にリピートする(repeat-x)＆下部に配置(bottom)*/
}

ul.submenu li img {
	float: right;
	vertical-align: top;

}
ul.submenu li a:hover {
	background-color: #ffffff;	/*マウスオン時の背景色*/
	color: #3399FF;	/*マウスオン時の文字色*/
	background-image: none;
}



ul.privacy {
list-style-type: decimal;
	padding: 0px 0px 0px 20px;
	line-height: 20px;
}





/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 710px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 690px;
	border-bottom: 1px solid #cccccc;	/*お知らせごとの境界線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 590px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: right;	/*文字を右寄せ*/
	padding: 0px;
	background: #F2F2F2;
}
#footer a {
	text-decoration: none;
}

.ta_footer {
	width: 970px;
}
.ta_footer td{
	text-align: right;
	padding: 10px;
}



/*よくあるご質問ページ設定
---------------------------------------------------------------------------*/
/*Q（質問）*/
dl.faq dt {
	background: url(../images/faq_q.gif) no-repeat left top;	/*Qアイコンの読み込み*/
	padding-left: 25px;
	font-weight: bold;	/*文字を太字に*/
	color: #846fc8;		/*文字色*/
}
/*A（回答）*/
dl.faq dd {
	background: url(../images/faq_a.gif) no-repeat left top;	/*Aアイコンの読み込み*/
	padding-left: 25px;
	border-bottom: 1px solid #c9c9c9;	/*回答の下の線の幅、線種、色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 720px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 477px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;			/*文字色*/
	background: #95C436;	/*背景色*/
}


.ta2 th{
	background: #eeeeee;
	width: 60px;
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	text-align:center;
}

.ta2 td{
	text-align:center;
	width: 60px;
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/

}


.form1 select {
width: 105px;
}

.form2 select {
width: 105px;
}

.form3 select {
width: 105px;
}


.ta3 {
	width: 720px;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td{
	width: 477px;
	padding: 10px;
	background-color: #F2F2F2;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;			/*文字色*/
	background: #95C436;	/*背景色*/
}


.ta_sub, .ta_sub td {
	width:100%;
	line-height: 18px;
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	background-color: #E5E5E5;	/*背景色*/
	padding:10px;


}

.ta_sub2 {
	width:100%;
	line-height: 18px;
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	background-color: #ffffff;	/*背景色*/
}

.ta_sub2 td {
	line-height: 18px;
	background-color: #ffffff;	/*背景色*/
	padding:5px;

}

.ta_sub2, .ta_sub2 td, img {
text-align:center;
}

.ta_sub2, .ta_sub2 td, a {
	color: #666666;
	text-decoration: none;
}
.ta_sub2, .ta_sub2 td, a:hover {
	color: #FF9C16;	/*マウスオン時の文字色*/
	text-decoration: none;
}

/*テーブル（サブコンテンツ内の予定表）
---------------------------------------------------------------------------*/
.cal {
	width: 240px;
}
.cal, .cal td, .cal th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	text-align: center;
}
/*曜日*/
.cal th{
	background-color: #E5E5E5;	/*背景色*/
}
.cal .sat{
	color: #09F;	/*「土」の文字色*/
}
.cal .sun{
	color: #C33;	/*「日」の文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.pt0 {
	padding-top: 0 !important;
}
.mini {
	font-size: 10px;
}
.fr {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.fl {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FF9C16;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
/*各ボックスの設定*/
#main section.list1 section {
	text-align: center;
	height: 335px;	/*ボックスの高さ*/
	width: 240px;	/*ボックスの幅*/
	float: left;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
/*ボックス内の段落タグ設定*/
#main section.list1 section p {
	padding: 0px 7px 7px 7px;
}
#main section.list1 section p2 {
	color:#ff3300;
	font-weight: bold;
}

/*ボックス内のh4タグ設定*/
#main section.list1 section h4 {
	padding: 5px 7px 5px 7px;
	font-size: 100%;
	color: #001ada;	/*文字色*/
}
/*写真の設定*/
#main section.list1 section figure {
	margin: 7px;
	padding: 5px;	/*写真と枠線との余白設定*/
	margin-bottom: 0px;	/*画像の下に少し余白を空ける設定*/
	border: 1px solid #CCC;	/*画像の枠線の幅、線種、色*/
}
#main section.list1 section figure img {
	width: 85%;
	height: auto;
margin:0px 0px 0px 0px;

}
/*「もっと詳しく」ボタン設定*/
#main section.list1 section p.more {
text-align:center;
}
#main section.list1 section p.more a {
	color: #FFF;	/*文字色*/
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #900000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b10000), to(#900000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#b10000, #900000);	/*同上*/
	background-image: linear-gradient(#b10000, #900000);			/*同上*/
	padding: 2px 15px;	/*上下、左右への余白*/
	font-size: 11px;	/*文字サイズ*/
	border-radius: 4px;	/*各丸のサイズ*/
}

#main section.list1 section p.more a:hover {
	background: #d30000;	/*マウスオン時の背景色*/
}





/*各ボックスの設定*/
#main section.list2 section {
	height: auto;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	float: left;
	line-height: 1.5;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
/*ボックス内の段落タグ設定*/

#main section.list2 section p {
	color:#333333;
	padding: 0px;
	margin: 5px 15px 10px 5px;
	margin-left: 48%;	/*左の写真とのバランスをとって設定*/
}

#main section.list2 section p2 {
	color:#ff3300;
	font-weight: bold;
}

/*ボックス内のh4タグ設定*/
#main section.list2 section h4 {
	padding: 1px 0px 1px 5px;
	margin: 0px 15px 0px 0px;
	border: 1px solid #CCC;	/*画像の枠線の幅、線種、色*/
	background-color: #eeeeee;	
	font-size: 100%;
	color: #001ada;	/*文字色*/
	margin-left: 48%;
}
/*写真の設定*/
#main section.list2 section figure {
	margin: 7px;
	padding: 0px;	/*写真と枠線との余白設定*/
	margin-bottom: 5px;	/*画像の下に少し余白を空ける設定*/
}
#main section.list2 section figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	width: 43%;
	height: auto;
}

/*「もっと詳しく」ボタン設定*/
#main section.list2 section p.more {
text-align:center;
}
#main section.list2 section p.more a {
	color: #FFF;	/*文字色*/
	text-decoration: none;
	padding: 2px 15px;	/*上下、左右への余白*/
	font-size: 11px;	/*文字サイズ*/
	border-radius: 4px;	/*各丸のサイズ*/
}

#main section.list2 section p.more a:hover {
	background: #d30000;	/*マウスオン時の背景色*/
}



#main section.sitemap section {
	text-align: center;
	height: auto;	/*ボックスの高さ*/
	width: 240px;	/*ボックスの幅*/
	float: left;
	line-height: 1.8;
	margin: 13px 0px 0px 0px;
	overflow: hidden;
	position: relative;

}

/*写真の設定*/
#main section.sitemap section figure {
	margin-bottom: 0px;
	background: #F2F2F2 url(../images/bg2.gif) repeat-x bottom;	/*背景色、背景画像の読み込み＆X軸にリピートする(repeat-x)＆下部に配置(bottom)*/
	margin: 7px;
	padding: 5px;	/*写真と枠線との余白設定*/
	margin-bottom: 5px;	/*画像の下に少し余白を空ける設定*/
	border: 1px solid #CCC;	/*画像の枠線の幅、線種、色*/
}
#main section.sitemap section figure img {
	width: 85%;
	height: auto;
margin:0px 0px 0px 0px;

}

/*ボックス内の段落タグ設定*/
#main section.sitemap section p {
	padding: 0px 7px 7px 7px;
}
#main section.sitemap section p2 {
	color:#ff3300;
	font-weight: bold;
}

/*ボックス内のh4タグ設定*/
#main section.sitemap section h4 {
	padding: 5px 7px 5px 7px;
	font-size: 100%;
	color: #001ada;	/*文字色*/
}

ul.faq {
	list-style-type: disc;
	padding: 2px 30px;
}

