/* 初期設定 */
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	color:#FF9900;
}
img {
	border:none;
}
.center-container p, .center-container li, .center-container dt, .center-container dd {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;

}
.hidden, .for_aural, .for_non-modern {
	display: none;
}

/* ルートブロック */
body {
	margin: 0;
	padding: 0;
	font-size: 84%;
	color: #333333;
	background-color: #BFDBE1;
	background-image: url(img/v2/bg.gif);
}
.root {
	width: 944px;
	margin: 8px;
	background-color: #FFFFFF;
	background-image: url(img/v2/root_bg.gif);
	background-repeat: repeat-y;
}
.root-before {
	height: 8px;
	margin-bottom: 22px;
	font-size: 0px;
	background-image: url(img/v2/root_bg_top.gif);
	background-repeat: no-repeat;
}
.root-after {
	height: 8px;
	clear: both;
	font-size: 0px;
	background-image: url(img/v2/root_bg_bottom.gif);
	background-repeat: no-repeat;
	margin-top: 22px;
}

/* 左サイド */
.left-side-container {
	text-align: center;
	float: left;
	width: 175px;
	padding: 0 0 30px 12px;
}
.menu {
	list-style: none;
	margin-top: 25px;
}
.menu li.l1 {
	background: url(img/menu_border.gif) no-repeat center top;
	padding-top: 10px;
	margin-bottom: 10px;
}
.menu li.l2 {
	border-top: 1px dotted #BBBBBB;
	margin: 0 15px;
	padding: 5px 0;
}
.menu li.l1 a.l1 {
	display: block;
	background: url(img/menu_a_bg.gif) no-repeat center top;
	padding-top: 4px;
}
.menu li.l1 a.l1:hover {
	background: url(img/menu_a_bg-over.gif) no-repeat center top;
}
.menu li.l1 ul {
	margin-top: 10px;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	line-height: 100%;
	margin-bottom: 0.4em;
}
.enquiry {
	padding: 5px;
	background-color: #EAF0F0;
	margin: 12px;
	text-align: left;
	font-size: 80%;
}
.enquiry address {
	font-style: normal;
	padding-left: 5px;
	border-left: 3px solid #999999;
	margin-top: 5px;
}
.enquiry a {
	font-weight: bold;
}



/* 右サイド */
.right-side-container {
	text-align: center;
	float: right;
	width: 151px;
	padding: 0 24px 30px 0;
}
.menu2 {
	margin-top: 0px;
}
.menu2 h5 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.menu2 dt {
	line-height: 130%;
	margin-bottom: 3px;
}

.menu2 dt a {
	font-weight: bold;
}
.menu2 dt a img {
	margin-bottom: 4px;
}
.menu2 dd {
	font-size: 84%;
	color: #866435;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.menu2 .cliniclist_search {
	height: 151px;
	position: relative;
	width: 150px;
}
.menu2 .cliniclist_search dt {
	height: 151px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
}
.menu2 .cliniclist_search .areas {
	height: 100px;
	width: 100px;
	position: absolute;
	font-size: 16px;
	top: 0px;
	left: 0px;
}
.menu2 .cliniclist_search .areas .left {
	float: left;
	width: 50%;
}
.menu2 .cliniclist_search dd {
	margin: 0px;
}

/* 中央サイド */
.center-container {
	padding: 0 15px 30px 15px;
	width: 527px;
	float: left;
	margin: auto auto 20px 6px;
}
.center-container p.promo-button {
	text-align: right;
	margin: 10px 0 0 0;
}

.center-container:after {
	font-size: 0px;
	display: block;
	height: 0px;
	content: ".";
	clear: both;
	visibility: hidden;
}
.back {
	text-align: right;
	clear: both;
	padding-top: 10px;
}
#beta-alart {

	background-color: #FFECEC;
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #666666;
}
