@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background:#ffffff;
	background:url(images/blue_bg.png) repeat-x;
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	font-size: 13px;
	font-weight: normal;
}

h4, h5, h6 {
	font-size: 10px;
	font-weight: normal;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #C1272D;
	text-decoration: none;
}

a:hover {
	color: #D44073;
	text-decoration: underline;
}

a:active {
	color: #996666;
	text-decoration: underline;
}

/* 
 * 背景部のグラデーション
 */
#body_bg01 {
	background: url(images/gray_bg1.png) no-repeat top center;
	padding-left: 5px;
	padding-right: 5px;
}

#body_bg02 {
	width: 860px;
	background: url(images/gray_bg2.png) repeat-y top center;
	margin: auto;
}

#body_bg03 {
	height:30px;
	width: 860px;
	background: url(images/gray_bg3.png) repeat-y top center;
	margin: auto;
}

/*
 *  メイン部分
 */

#container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #d9d9d9;
	background-image:url(images/background.png);
	text-align: left;
}

#mainContent {
	padding-bottom: 5px;
}


#title {
	height:185px;
}

/*
 *  ヘッダー
 */
 
#header {
	height:30px;
	padding-left:15px;
	border-bottom: 1px solid #d9d9d9;
}

#header img {
	margin-left:10px;
}

/*
 *  公演情報
 */

#info {
	height:35px;
	border-bottom: 1px solid #d9d9d9;
}

/*
 *  フッター
 */

.footer {
	height:90px;
	border-top: 1px solid #d9d9d9;
}

.footer .line {
	height:30px;
	border-bottom: 1px solid #d9d9d9;
	background-color:#71A9F7;
	padding-top:1px;
}

.footer .totop {
	float:right;
	padding:5px 30px 0px 0px;
}

.footer .text {
	padding:10px 0px 0px 15px;
	font-size: 10px;
	letter-spacing:1px;
	line-height:12px;
	color: #000000;
	text-align:left;
	float:left;
}

.footer .text h1 {
	font-size: 14px;
	font-weight:normal;
	line-height:16px;
}

.footer .banner {
	padding:5px 0px 0px 230px;
	float:left;
}

/* 再使用できる各種クラス */

#navi {
	padding:10px 0px 10px 10px;
}

#sub_title {
	padding:10px 0px 30px 50px;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}

.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.rt {
	text-align:right;
}

.lft {
	text-align: left;
}

.tri_sankaku {
	margin-right:5px;
}

.hline {
	width:550px;
	height:1px; 
	margin:10px 0px 20px -10px;
	color:#17489a;
	background-color:#17489a;
}

.pagetop {
	width:525px;
	text-align:right;
	padding:15px 10px 0px 0px;
}

.pagenavi1 {
	margin: 0;
	padding: 10px 0 0 30px;
	letter-spacing:3px;
}

.pagenavi1 li {
	margin: 10px 0px 12px 3px;
	list-style: url(images/mark_green.png);
}

.widthbase {
	width:85%;
	margin:0 auto;
}

.photo {
	border:solid 1px #666666;
}

.graytext {
	font-weight:normal;
	color:#666666;
}

.textctr {
	text-align:center;
}

.textlft12 {
	padding-left:12px;
}

.block_right_rt {
	float: left;
	padding-left: 20px;
}

.block_harf {
	float:left;
	width:49%;
	padding:0px 0px 20px 0px;
}

.sub_title {
	padding:0px 0px 30px 0px;
}

/*
 *  テーブルフォーマット
 */
 
.tablecenter {
	padding-top: 20px;
	text-align:center;
}

.tableleft {
	padding-top: 20px;
	text-align:left;
}

.table_blue {
	width:85%;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0 auto;
}

.table_blue td {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height:16px;
	padding-left:10px;
}

.table_blue .infocell {
	padding: 10px;
	font-size:14px;
	line-height:15px;
	background:#eeeeee;
}

.table_blue .pcell {
	width:80px;
}

.table_blue .photocell {
	width:50%;
}

.table_blue .photocell img {
	margin:5px;
	border:solid 1px #666666;
}

.table_blue .ncell {
	text-align:left;
}

.table_blue .ccell {
	text-align:center;
}

.table_blue .scell {
	color:#666666;
	padding: 3px 0px 3px 3px;
	text-align:left;
	font-size:10px;
}

.formmsg {
	color:#ff0000;
}
	


/*
 * トップーページ（index.html）
 */

#top_block {
	padding: 10px 0px 20px 20px;
}

.top_block_title {
	padding: 15px 0px 0px 25px;
}

.top_block_photo {
	float:left;
	padding: 15px 0px 0px 10px;
}

.top_block_link {
	float:right;
	padding: 5px 10px 5px 0px;
	font-weight:bold;
}

.top_block_text1 {
	float:left;
	width:350px;
	padding: 10px 0px 0px 5px;
	line-height:20px;
}

.top_block_text2 {
	float:left;
	width:190px;
	padding: 20px 0px 0px 5px;
	line-height:20px;
}

.top_block_text3 {
	padding-top:6px;
}

.top_block_tenpo {
	float:left;
	margin: 10px 0px 0px 0px;
	border:1px solid #666666;
}

#msg {
	width:545px;
	padding-top:20px;
	margin-left:-5px;
}

#leftbar1 {
	height: 150px;
	background: url(images/leftbar_bg1.png) no-repeat top center;
}

#leftbar1 .info {
	padding:65px 0px 0px 20px;
	line-height:17px;
}

#leftbar2 {
	background: url(images/leftbar_bg2.png) top center;
	padding-left:15px;
}

#leftbar3 {
	height: 70px;
	background: url(images/leftbar_bg3.png) no-repeat top center;
}

#leftcal {
	padding-top:0px;
}

#leftren {
	margin-top:10px;
}

#leftmap {
	margin-top:20px;
}

#top_news1 {
	float: right;
	width:225px;
	padding:0px 0px 0px 0px;
	background-image:url(./images/bg.jpg);
	background-repeat: repeat;
}

#top_news2 {
	height:300px;
	background:url(images/news_bg.png) no-repeat ;
	padding:50px 0px 0px 8px;
	border:1px solid #7dc0e0;
}

#top_news2 h2 {
	font-size: 10px;
	font-weight:normal;
	letter-spacing: 4px;
	padding-top:10px;
}

#top_news2 h3 {
	font-size: 10px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height:14px;
}

#top_newsban {
	margin:0px 0px 10px 0px;
	border:1px solid #7dc0e0;
}

.top_photo {
	width:470px;
	text-align:right;
}

#top_news2 a {
	padding-left:5px;
}

.eng_base {
	width:545px;
}

.eng_base_sub {
	margin-left:-5px;
}

.eng_base h3 {
	font-weight:bold;
}

.eng_base blockquote {
	padding-left:10px;
}

.eng_top {
	height:19px;
}

.eng_body {
	font-family:"Century Gothic";
	font-size:14px;
	background-image:url(images/eng_bg_body.png);
	padding:0px 20px 0px 15px;
	line-height:13px;
	text-align:justify;
}

.eng_bottom {
	height:29px;
}

.top_green {
	margin:20px 0px 20px 380px;
}


.wave_bg {
	width:545px;
	height:290px;
	background-image:url(images/wave_bg.png);
}

.bar_title {
	width:526px;
	height:32px;
	background-image:url(images/bar_title.png);
}

.bar_title h2 {
	padding:9px 0px 0px 20px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:4px;
	color:#fff3ec;
}

.bar_text {
	width:514px;
	border-color: #999999;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	padding:5px;
	background-color: #fff3ec;
	line-height:15px;
}

.bar_text img {
	margin:5px;
	border-color: #999999;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

.top_base {
	width:545px;
}

.topbar_title {
	padding:10px 0px 6px 0px;
}

.topbar_table {
	width:530px;
	border-collapse:collapse;
	empty-cells:show;
	margin-left:3px;
}

.topbar_table td {
	line-height:16px;
	width:250px;
	vertical-align:top;
	letter-spacing:-1px;
	padding:6px 10px 0px 8px;
}

.topbar_table .topblock1_1 {
	background:url(images/topbar1_block1_1.png)  no-repeat top left;
	height:122px;
}

.topbar_table .topblock1_2 {
	background:url(images/topbar1_block1_2.png)  no-repeat top left;
	height:107px;
}

.topbar_table .topblock1_3 {
	background:url(images/topbar1_block1_3.png)  no-repeat top left;
	height:27px;
}

.topbar_table .topblock1_4 {
	background:url(images/topbar1_block1_4.png)  no-repeat top left;
	height:75px;
}

.topbar_table .topblock2_1 {
	background:url(images/topbar1_block2_1.png)  no-repeat top left;
	height:110px;
}

#top_msg {
	width:545px;
	margin-right:2px;
}

.top_img {
	float:left;
	padding:5px 15px 5px 5px;
}

/*
 *  スタッフ紹介
 */
 
.staff_base {
	width:545px;
}

.staff_text {
	width:95%;
	border-color: #999999;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	padding:3px;
}

.staff_photo {
	background:#ffffff;
}

.staff_photo img {
	border:1px solid #666666;
	margin:1px 3px 1px 0px;
}

.staff_table {
	width:100%;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

.staff_table td {
	padding:2px 0px 2px 3px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #666666;
	vertical-align:top;
}

.staff_table_left1 {
	width:90px;
	background:#B6E0FF;
}

.staff_table_left2 {
	width:90px;
	background:#DEF4FF;
}

/*
 *  施設紹介
 */
 
.shisetsu_base {
	width:545px;
}

.shisetsu_left {
	float:left;
	width:250px;
	padding-bottom:35px;
}

.shisetsu_right {
	float:left;
	width:250px;
	padding-left:25px;
	padding-bottom:35px;
}

.shisetsu_head {
	height:15px;
	width:250px;
	background-image:url(images/shisetsu_head.png);
	border-bottom:1px solid #ffffff;
}

.shisetsu_foot {
	height:48px;
	width:244px;
	background-image:url(images/shisetsu_foot.png);
	border-top:1px solid #ffffff;
	line-height:16px;
	padding:2px 3px 0px 3px;
}

/*
 *  お問い合わせ
 */
 
.message_base {
	width:545px;
}

.message_formtitle {
	padding-bottom:10px;
}

.message_form {
	width:95%;
	padding:3px;
}

.message_table {
	width:100%;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	background:#fafafa;
}

.message_table td {
	padding:3px 6px 3px 6px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	vertical-align:top;
}

/*
 *   MAP・診療時間
 */
 
.map_base {
	width:545px;
}

.map_text {
	width:100%;
	border:0px solid #999999;
}

.map_text h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:5px;
	letter-spacing:5px;
	border-bottom:1px solid #666666;
}

.map_map {
	float:left;
	height:270px;
}

.map_annai {
	float:right;
	padding:20px 20px 10px 10px;
	line-height:18px;
}

.map_link {
	float:right;
	padding: 5px 0px 5px 0px;
	font-weight:bold;
}

/*
 *   当医院について
 */

.about_text {
	width:525px;
	border:1px solid #999999;
	margin-top:20px;
}

.about_text img {
	margin-bottom:20px;
	border:1px solid #cccccc;
}

.about_annai {
	float:none;
}

.about_annai h2{
	color:#662D91;
	letter-spacing:-1px;
	line-height:30px;
	font-weight:bold;
}

.about_annai h3{
	padding-left:5px;
	letter-spacing:-1px;
	line-height:20px;

}

/*
 *   よくある質問
 */

.faq_h1 {
	width:300px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:5px;
	letter-spacing:5px;
	border-bottom:1px solid #666666;
}

.faq_base {
	margin-bottom:20px;
	width:545px;
}