@charset "utf-8";

/* CSS Document */

/* --------------------
 * 初期設定
-------------------- */

HTML,BODY,DIV,UL,OL,LI,DL,DT,DD,H1,H2,H3,H4,H5,H6,PRE,FORM,P,BLOCKQUOTE,FIELDSET,INPUT {
	margin:0;
	padding:0;
}

H1,H2,H3,H4,H5,H6,PRE,CODE,ADDRESS,CAPTION,CITE,CODE,EM,STRONG,TH {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}

UL,OL {
	list-style: none;
}

FIELDSET,IMG {
	border: none;
}

CAPTION,TH {
	text-align:left;
}

BODY {
	font-size:12px;
	line-height:180%;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	color:#333;
	background-color:#fff;
	text-align:left;
	
}

A,
A:link,
A:visited {
	color:#3f73a7;
	text-decoration:none;
}
A:hover {
	color:#ea8b00;
	text-decoration:underline;
}

.white A,
.white A:link,
.white A:visited,
.white A:active,
A.white,
A.white:link,
A.white:visited,
A.white:active{
	color:#fff !important;
}

.white A:hover,
A.white:hover{
	color:#fbd365 !important;
}

STRONG {
	font-weight:bold;
}

/* --------------------
 * 汎用設定
-------------------- */

.clearboth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.margin_s {
	height:10px;
	clear:both;
}

.margin_m {
	height:30px;
	clear:both;
}

.margin_l {
	height:50px;
	clear:both;
}

.margin_ll {
	height:70px;
	clear:both;
}

.dotLineGray {
	background-image:url(../../medical-treatment/common/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:1px;
}


/* --------------------
 * Container
-------------------- */

DIV#Container {
	width:937px;
	margin:0 auto;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	}
	

/* --------------------
 * header
-------------------- */

DIV#header {
	width:937px;
	height:78px;
	background-image:url(../../images/treatment-center/header_bg.gif);
	background-repeat:no-repeat;
	position:relative;
}

DIV#header img.name {
	margin:15px 0 0 40px;
}

DIV#header div.menu {
	float:right;
	padding:23px 5px 0px 0;
}

DIV#header div.menu img {
	padding-left:2px;
}



/* -----------------------------------------
 * 　　common (menu)
----------------------------------------- */


div#header div.logo01 {
	width:164px;
	height:37px;
	position:absolute;
	left:37px;
	top:23px;
}

div#header div.logo02 {
	width:164px;
	height:37px;
	position:absolute;
	right:25px;
	top:13px;
}


div#header div.h_menu {
	width:523px;
	height:78px;
	margin:0 auto;
	text-align:right;
}


div#header div.s_menu {
	height:31px;
	padding-top:10px;
	
}


div#header div.tab {
	height:37px;
	white-space:nowrap;
}




div#header div.s_menu img {
	padding-left:1px;
}







/* --------------------
 * footer
-------------------- */

DIV#footer {
	width:937px;
	margin-top:10px;
	background-color:#e9f7fc;

}

DIV#footer div.dot {
	background-image:url(../../images/treatment-center/dot.gif);
	background-repeat:repeat-x;
	height:1px;
}


DIV#footer div.f_box {

	width:860px;
	margin:0 auto;
}




DIV#footer p {
	padding-top:10px;
	padding-bottom:10px;
	line-height:150%;
	
}


/* --------------------
 * 印刷用設定
-------------------- */

@media print {
BODY {
	background-color:#fff !important;
	color:#000 !important;
	}
	
A, A:link,A:visited,A:hover {
	color:#000 !important;
	text-decoration:none !important;
	}
}
