﻿@charset "UTF-8";

/* お問い合わせ部スタイル 患者さん用 
----------------------------------------------------------- */
div#supplementary-navi-block ul li.bottom_medical { display:none; }

div#supplementary-navi-block ul li.bottom_patient {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
	display:block;
}


/* カテゴリセレクトスタイル 
----------------------------------------------------------- */
div#sub-contents-area div#category-select ul li#patient-pat a,
div#sub-contents-area div#category-select ul li#patient-pat a:hover { background:url(../shared/img/page-select-patient.gif) 0 -56px no-repeat; }


/* メインコンテンツスタイル
------------------------------------------------------------ */
div#contents-area div#patient_top_image {
	position:relative;
	background:url(../img/patient_top_img_bg.jpg) 100% 0 no-repeat;
	width:100%;
	height:260px;
	margin-bottom:5px;
}

div#contents-area div#patient_top_image h1 {
	position:absolute;
	text-indent:-999em;
	width:300px;
	height:250px;
}

* html body div#contents-area div#patient_top_image h1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/patient_top_image.png); }

div#contents-area div#patient_top_image > h1 { background:url(../img/patient_top_image.png) 0 0 no-repeat; }

div#contents-area div#patient_top_image p {
	position:absolute;
	width:50%;
	top:130px;
	left:10px;
}



/* 見出しスタイル */
div#contents-area h2.patient_top_midashi {
	background: url(../img/top_midashi_bg.gif) 0 100% repeat-x;
	color: #680000;
	font-size: 110%;
	line-height:200%;
	font-weight: bold;
	margin-bottom:20px;
	padding-left:10px;
}

div#contents-area dl {
	margin-top: 0px;
	margin-bottom: 15px;
	display:inline-block;
}

div#contents-area dl:after {
	content:".";
	height:0px;
	clear:left;
	display: block;
	visibility:hidden;
}

div#contents-area dl dt { float: left; }

div#contents-area dl dt img {
	border:1px solid #CCCCCC;
	margin-right:0;
}

div#contents-area dl dd {
	margin-left:125px;
	margin-bottom:5px;
}

div#contents-area dl dd.dd01 { font-weight:bold; }

div#contents-area dl dd.dd02 { line-height:140%; }

