@charset "utf-8";

/* ========== 勝本外科日帰り手術クリニック Common CSS ========== */



/* ---------- ブラウザのCSS設定を一旦クリア ---------- */

@import "../css/reset.css";



/* ---------- 本サイトの基本設定をインポート ---------- */

@import "../css/default.css";




/* =============== 共通部分 =============== */


body {
	margin: 0px;
	padding: 0px;
	background-color: #F1F0E8;
	behavior:url("../js/csshover2.htc");
	background-image: url(../images/common/body_bg01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

body p {
	margin: 0px;
	padding: 0px;
	font-size: small;
}

body h3 {
	background-image: url(../images/about/h3_about02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 340px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

p.lead01 {
	font-size: 1.2em;
	padding-left: 15px;
	position: relative;
	top: -15px;
	line-height: 1.3;
	width: auto;
}

.square {
	background-image: url(../images/common/square01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#wrapper {
	margin: 25px auto 0px;
	padding: 0px;
	width: 780px;
	position: relative;
	z-index: 0;
	height: auto;
	float: none;
	clear: both;
}

#wrapper h1 {
	width: 780px;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #999999;
	height: 20px;
	left: 0px;
	top: -20px;
	position: absolute;
	overflow: hidden;
	z-index: 9999;
}

h1 a {
	background-image: url(../images/common/h1_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 380px;
	text-indent: -9999px;
}

#wrapper h2#headerTop {
	margin: 0px;
	padding: 2px;
	background-color: #FFFFFF;
	text-indent: -9999px;
	height: 80px;
	width: 776px;
	position: relative;
	background-image: url(../images/common/outer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper #headerTop a {
	background-image: url(../images/common/h1_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 380px;
	display: block;
	background-color: #FFFFFF;
}

#nav01 {
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-image: url(../images/common/outer_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	float: left;
}

@media print { #nav01 { width: 210mm; } }

#nav01 li {
	float: left;
	display: block;
}

#nav01 a {
	background-image: url(../images/common/nav01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 43px;
	width: 95px;
	display: block;
	text-indent: -9999px;
}

#nav01 .nav0101 a { width: 115px; }
#nav01 .nav0102 a { background-position: -115px 0px; }
#nav01 .nav0103 a {	background-position: -210px 0px; }
#nav01 .nav0104 a {	background-position: -305px 0px; }
#nav01 .nav0105 a {	background-position: -400px 0px; }
#nav01 .nav0106 a {	background-position: -495px 0px; }
#nav01 .nav0107 a {	background-position: -590px 0px; }
#nav01 .nav0108 a {	background-position: -685px 0px; }
#nav01 .nav0109 a {	background-position: -780px 0px; }

#nav01 .nav0101 a:hover { background-position: 0px -43px; width: 115px; }
#nav01 .nav0102 a:hover { background-position: -115px -43px; }
#nav01 .nav0103 a:hover {	background-position: -210px -43px; }
#nav01 .nav0104 a:hover {	background-position: -305px -43px; }
#nav01 .nav0105 a:hover {	background-position: -400px -43px; }
#nav01 .nav0106 a:hover {	background-position: -495px -43px; }
#nav01 .nav0107 a:hover {	background-position: -590px -43px; }
#nav01 .nav0108 a:hover {	background-position: -685px -43px; }
#nav01 .nav0109 a:hover {	background-position: -780px -43px; }

#nav01 .nav0101open a { background-position: 0px -43px; width: 115px; }
#nav01 .nav0102open a { background-position: -115px -43px; }
#nav01 .nav0103open a {	background-position: -210px -43px; }
#nav01 .nav0104open a {	background-position: -305px -43px; }
#nav01 .nav0105open a {	background-position: -400px -43px; }
#nav01 .nav0106open a {	background-position: -495px -43px; }
#nav01 .nav0107open a {	background-position: -590px -43px; }
#nav01 .nav0108open a {	background-position: -685px -43px; }
#nav01 .nav0109open a {	background-position: -780px -43px; }

#content {
	clear: both;
	background-image: url(../images/common/outer_content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	width: 780px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#mainContent {
	width: 740px;
	margin: 0px;
	padding: 30px 20px 10px;
	float: left;
	position: relative;
	clear: both;
	height: auto;
}

#leftColumn {
	width: 370px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#rightColumn {
	float: right;
	width: 370px;
	margin: 0px;
	padding: 0px;
}

#footer {
	background-image: url(../images/common/outer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	width: 740px;
	margin: 0px;
	padding: 20px 20px 15px;
	position: relative;
	float: left;
	clear: both;
	z-index: 10;
}

#footer p#clinicName {
	background-image: url(../images/common/footer_address.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 214px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index: 9999;
	position: relative;
	text-indent: -9999px;
	line-height: 1;
}

#footer address {
	width: 400px;
	font-size: 11px;
	display: block;
	margin: 0px;
	padding: 4px 0px 0px;
	line-height: 1;
	height: auto;
	float: left;
	z-index: 100;
}

#footer ul {
	width: 275px;
	margin: 0px;
	padding: 4px 65px 0px 0px;
	position: relative;
	font-size: 1em;
	float: right;
}

#footer li {
	background-image: url(../images/common/li_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px 5px;
	line-height: 1;
}

#footer li a {
	color: #999999;
	margin: 0px;
	padding: 0px;
}

#footer .listEnd a {
	background-image: url(../images/common/li_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 5px;
}

#copyrights {
	clear: both;
	font-size: 1.1em;
	color: #006633;
	background-image: url(../images/common/copyrights.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 780px;
	display: block;
}



/* ---------- トップページ ---------- */

#topLeft {
	width: 400px;
	float: left;
}

#topRight {
	float: right;
	width: 300px;
}
#topRight a {
	background-image: url(../images/top/link_flow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	width: 203px;
	display: block;
	margin: 5px 0px 0px;
	padding: 0px;
	text-indent: -9999px;
	float: right;
}

#topRight a:hover { background-position: 0px -49px; }

#plugIn {
	width: 410px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.4;
}

#plugIn img {
	float: right;
	margin-left: 3px;
	margin-top: 2px;
}

div.info {
	/*border: 1px solid #CCCCCC;
	padding: 5px;*/
	color: #FF0000;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* ---------- クリニックについて ---------- */

.about#mainContent {
	background-image: url(../images/about/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h2.about01 {
	background-image: url(../images/about/h2_about01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 430px;
	width: 370px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

h3.about01 {
	background-image: url(../images/about/h3_about01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 33px;
	width: 340px;
	margin: 0px;
	padding: 0px;
}

p.about01 {
	background-image: url(../images/about/p_about01.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 340px;
	margin: 10px 0px 0px;
	padding: 0px;
}
h3.about02 {
	background-image: url(../images/about/h3_about02.gif);
	margin-top: 35px;
	height: 52px;
}

dl.setsubi {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	position: relative;
	top: -15px;
	width: 135px;
	float: left;
	overflow: hidden;
}

.setsubi dd {
	font-size: 0.8em;
	width: 135px;
	margin: 0px 0px 15px;
	padding: 0px;
	line-height: 1.6;
}

.setsubi dt {
	margin: 0px;
	padding: 0px;
	height: 155px;
	width: 135px;
}



/* ---------- 院長紹介 ---------- */

div.profile p {
	margin-left: 20px;
	font-size: 1.0em;
}

div.profile p.profile01 {
	background-image: url(../images/profile/p_profile01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px 0px 0px;
	padding: 0px;
	height: 110px;
	width: 170px;
	text-indent: -9999px;
	display: block;
}

div.profile ul {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 1.0em;
}

h2.profile01 {
	background-image: url(../images/profile/h2_profile01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 130px;
	margin: 0px 0px 20px;
	padding: 0px;
}



/* ---------- Q&A ---------- */

h3.faq01 {
	background-image: url(../images/faq/h3_faq01.gif);
	width: 215px;
}

ul.faq01 {
	position: relative;
	top: -10px;
	margin: 0px 0px 35px 15px;
	padding: 0px;
	font-size: 1.2em;
}

ul.faq01 li {
	padding-left: 15px;
	background-image: url(../images/faq/ul_li_faq01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p.faq01 {
	margin: 0px 15px 30px;
	font-size: 1.1em;
	line-height: 1.6;
}

p.faq01 strong {
	background-image: url(../images/faq/strong_faq01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 127px;
	margin-bottom: 3px;
}

#toContact {
	background-color: #F1F1F1;
	padding: 15px;
}

#toContact p { line-height: 1.2; }

#toContact address {
	background-image: url(../images/faq/phone.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 165px;
	text-indent: -9999px;
	margin: 10px 10px 0px;
	padding: 0px 0px 5px;
}


#toContact a {
	background-image: url(../images/faq/to_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	margin: 0px 10px;
	padding: 0px;
	height: 35px;
	width: 165px;
}

/*#toContact a:hover { background-position: 0px -30px; }*/
h2.faq01 {
	background-image: url(../images/faq/h2_faq1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0px 0px 20px;
	padding: 0px;
	height: 146px;
	width: 215px;
	position: relative;
	top: -25px;
	left: -15px;
}

dl.faq dt {
	background-image: url(../images/faq/question.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 463px;
	height: 32px;
	padding-left: 37px;
	line-height: 32px;
	font-size: 1.1em;
}

dl.faq dd {
	background-image: url(../images/faq/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 463px;
	margin-left: 37px;
	text-indent: 25px;
	font-size: 0.9em;
	line-height: 1.6;
}



/* ---------- 診療案内 ---------- */

h2.info01 {
	background-image: url(../images/information/h2_info01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 26px;
	width: 240px;
	margin-top: 0px;
}

h3.info01 {
	background-image: url(../images/information/h3_info01.gif);
	margin-top: 40px;
}

h3.info02 {
	background-image: url(../images/information/h3_info02.gif);
	margin-top: 40px;
}

h3.info03 {
	background-image: url(../images/information/h3_info03.gif);
	margin-top: 40px;
}

h3.info04 {
	background-image: url(../images/information/h3_info04.gif);
	margin-top: 30px;
}

table#info01 th {
	text-align: center;
	background-color: #EEEEEE;
}

table#info01 td {
	text-align: center;
	line-height: 1.2;
}

#info01 .maru {
	background-image: url(../images/information/maru.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

#info01 .slash {
	background-image: url(../images/information/slash.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

table#info01 { border: 1px solid #999999; }

ul.info01 { margin-left: 15px; }

ul.info01 li {
	background-image: url(../images/information/dot02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	line-height: 14px;
	margin-bottom: 0.5em;
}

p#nameMD {
	margin-left: 15px;
	position: relative;
	width: 335px;
	padding-top: 5px;
}

p#nameMD span {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/information/name_md.gif);
	text-indent: -9999px;
	width: 109px;
	height: 11px;
	position: relative;
	left: 7.2em;
}

p#nameMD a {
	background-image: url(../images/information/to_profile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 63px;
	position: absolute;
	left: 272px;
	top: 2.0em;
}

address.info01 {
	margin-left: 15px;
	position: relative;
	padding-top: 5px;
	line-height: 1.4;
}

address.info01 a {
	background-image: url(../images/information/to_access.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 63px;
	position: absolute;
	left: 272px;
	top: 3.4em;
}

#bottomColumn {
	clear: both;
	padding: 10px;
	width: 720px;
	background-color: #eeeeee;
	margin-top: 20px;
	float: left;
	position: relative;
}

h3.toFlow {
	background-image: url(../images/information/h3_to_flow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 12px;
	width: 134px;
	margin-bottom: 5px;
}

div.btmLeft {
	padding-left: 15px;
	width: 480px;
	float: left;
	font-size: 0.9em;
}

dl.faq { width: 500px; }



/* ---------- お問合せ ---------- */

h2.contact01 {
	background-image: url(../images/contact/h2_contact01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 240px;
	margin-top: 0px;
	text-indent: -9999px;
}

form#mailForm {
	background-image: url(../images/contact/contact_form_bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 700px;
	margin: 0px;
	padding: 140px 20px 0px;
	position: relative;
}

#mailForm dt {
	font-weight: normal;
	margin: 0px 0px 15px;
	padding: 0px 0px 10px;
	float: left;
	clear: both;
	width: 10em;
	text-align: left;
	vertical-align: top;
}

#mailForm dd {
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 15px;
	padding: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

input:inputBG {
	border: 1px solid #999999;
	padding: 1px 3px;
}

input:focus.inputBG {
	background-image: url(../images/contact/input_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

textarea:inputBG {
	border: 1px solid #999999;
	padding: 1px 3px;
}

textarea:focus.inputBG {
	background-image: url(../images/contact/input_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#mailForm dl {
	width: 600px;
	padding-left: 50px;
	padding-right: 50px;
}

#mailForm label {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#mailForm p#reason {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 50px;
}


#mailForm div {
	margin: 0px;
	padding: 0px;
	float: left;
}

#mailForm p#submit {
	clear: both;
	background-image: url(../images/contact/contact_form_bg_03.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 680px;
	float: left;
	margin: 0px;
	padding: 10px 20px 10px 0px;
	background-color: #FFFFFF;
}

#mailForm #submit span {
	display: block;
	float: right;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 1em 0px 0.8em;
	text-indent: -0.7em;
	line-height: 1.4;
}

#mailForm #submit input {
	margin-top: 3px;
	float: right;
}

#mailForm p#thanks {
	width: 660px;
	clear: both;
	text-align: right;
	padding: 10px 40px 20px 0px;
	background-image: url(../images/contact/contact_form_bg_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

h2.error {
	background-image: url(../images/common/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	line-height: 32px;
}

h2.ok {
	background-image: url(../images/common/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	line-height: 32px;
}



/* ---------- 日帰り手術 ---------- */

h2.flow01 {
	background-image: url(../images/flow/h2_flow01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 26px;
	width: 500px;
	margin-top: 0px;
}

div#flow {
	float: left;
	width: 715px;
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 25px;
	position: relative;
}

#flow div {
	background-image: url(../images/flow/div_flow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 715px;
	margin: 0px 0px 20px;
	padding: 0px;
	position: relative;
}

#flow div.flow04 { background-image: url(../images/flow/div_flow2.gif); }

#flow h3 {
	background-image: url(../images/flow/h3_flow01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 35px;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	height: 150px;
}

#flow h3.flow02 { background-image: url(../images/flow/h3_flow02.gif); }
#flow h3.flow03 { background-image: url(../images/flow/h3_flow03.gif); }
#flow h3.flow04 { background-image: url(../images/flow/h3_flow04.gif); }

#flow p {
	width: 605px;
	display: block;
	background-image: url(../images/flow/step.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.5;
	position: relative;
	float: right;
	margin: 0px 0px 10px;
	padding: 0px 0px 20px 65px;
}

#flow p.step02 { background-position: 0px -200px; }
#flow p.step03 { background-position: 0px -400px; }
#flow p.step04 { background-position: 0px -600px; }
#flow p.step05 { background-position: 0px -800px; }
#flow p.step06 { background-position: 0px -1000px; }
#flow p.step07 { background-position: 0px -1200px; }
#flow p.step08 { background-position: 0px -1400px; }
#flow p.step09 { background-position: 0px -1600px; }
#flow p.step10 { background-position: 0px -1800px; }
#flow p.step11 { background-position: 0px -2000px; }
#flow p.step12 { background-position: 0px -2200px; }
#flow p.step13 { background-position: 0px -2400px; }
#flow p.step14 { background-position: 0px -2600px; }

#flow p.circle {
	background-image: url(../images/flow/circle.gif);
	padding-left: 20px;
	padding-right: 45px;
	margin-bottom: 0px;
}

#flow p img {
	position: absolute;
	left: 470px;
	top: -20px;
}



/* ---------- リンク ---------- */

h2.links01 {
	background-image: url(../images/links/h2_links01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 26px;
	width: 500px;
	margin-top: 0px;
}

div.links {
	margin: 0px;
	padding: 60px 0px 100px 125px;
	width: 615px;
	height: auto;
}

.links h3 {
	background-image: url(../images/links/links_h3_01.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 400px;
	margin: 0px 0px 20px;
	padding: 0px;
}

.links h3.links_h3_02 {
	background-image: url(../images/links/links_h3_02.jpg);
	margin-top: 40px;
}

.links dl { padding-left: 27px; }

.links dt {
	background-image: url(../images/links/links_dt01.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	padding-left: 17px;
	background-position: left center;
}

.links dt a {
	color: #666666;
	font-weight: normal;
	font-size: 1.1em;
}

.links dt a span {
	color: #009900;
	padding-left: 1em;
}

.links dd {
	background-image: url(../images/links/links_dd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	padding-left: 17px;
	line-height: 1.4;
	font-size: 0.9em;
}

div.linksBG {
	background-image: url(../images/links/links_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
}

.links dl.links_dl02 dt { background-image: url(../images/links/links_dt02.gif); }

.links dl.links_dl02 dt a span { color: #FF9900; }



/* ---------- 個人情報保護に関する基本方針 ---------- */

h2.pp01 {
	background-image: url(../images/privacypolicy/h2_pp01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 26px;
	width: 500px;
	margin-top: 0px;
}
div#pp {
	width: 700px;
	margin-top: 40px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 100px;
}

#pp h3 {
	background-image: url(../images/common/square01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-indent: 0px;
	margin-top: 15px;
	padding-top: 0px;
	height: 11px;
	margin-bottom: 5px;
}



/* ---------- アクセス ---------- */

h2.access01 {
	background-image: url(../images/access/h2_access01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 26px;
	width: 240px;
}

p#accessMap {
	height: 430px;
	width: 565px;
	line-height: 1.5;
	margin: 0px 0px 30px;
	padding: 0px;
	background-image: url(../images/access/accessmap.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

h3.access01 { background-image: url(../images/access/h3_access01.gif); }

#access02 {
	margin-top: 15px;
	float: left;
	width: 362px;
}

#access02 h4 {
	color: #F39700;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 15px;
}

#access02 h4 span {
	font-weight: normal;
	margin-left: 1em;
	font-size: 0.8em;
}

#access02 p {
	background-image: url(../images/access/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 1.6;
}

#googleMap {
	width: 200px;
	float: right;
	margin-left: 3px;
	margin-top: -30px;
}

#map_canvas {
	border: 1px solid #CCCCCC;
	padding: 0px;
	height: 198px;
	width: 198px;
	font-size: 9px;
}

.access p {
	font-size: 1em;
	line-height: 1.3;
}

#forPrint a {
	background-image: url(../images/access/for_print.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 135px;
	text-indent: -9999px;
	display: block;
	margin-top: 60px;
	margin-bottom: 10px;
}

#getReader a {
	background-image: url(../images/access/get_adobe_reader.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 33px;
	width: 135px;
	text-indent: -9999px;
	display: block;
}



/* ---------- 手術実績 ---------- */

h2#surgery01 {
	background-image: url(../images/surgery/h2_surgery01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 26px;
	width: 240px;
	margin: 0px;
	padding: 0px;
}

#mainContent div#surgery {
	background-image: url(../images/surgery/surgery_bg.jpg);
	background-repeat: no-repeat;
	width: 480px;
	padding-left: 260px;
	margin-top: 30px;
	padding-bottom: 150px;
}

#surgery #surgeryRead {
	background-image: url(../images/surgery/surgery_read.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 54px;
	width: 480px;
}

#surgery h3 {
	background-image: url(../images/surgery/h3_surgery01.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 480px;
	margin: 40px 0px 10px;
	padding: 0px;
}

#surgery ul {
	background-image: url(../images/surgery/ul_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 480px;
	padding-bottom: 19px;
}

#surgery li {
	line-height: 34px;
	background-image: url(../images/surgery/li_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	margin-left: 20px;
}

#surgery .period {
	text-align: right;
	margin-right: 30px;
	margin-top: -10px;
}


/* -- END -- */
