@charset "UTF-8";
/* CSS Document */

/* Base
=========================================================================*/
*{
    margin: 0px;
    padding: 0px;
	line-height: 1.5;
	font-family : 'Hiragino Kaku Gothic Pro', 'Verdana' , "generic font family";
    text-decoration: none;
}

html{
    height:100%;
}
body {
	height:100%;
    margin:0;
    padding:0;
    color:#333;
    background:#e5eef4 url(../images/common/body_bg.gif) top left repeat-x;
	text-align: center; /* center on ie */
}
body > #Container{
    height:auto;
}

a {
    color:#0767c1;
}
a:hover {
    color:#cb1d1e;
	text-decoration:underline;
}

img {
	border:none;
	vertical-align:middle;
}




.margin10 {
	margin:10px 0 0 0;
	clear:both;
}
.margin20 {
	margin:20px 0 0 0;
	clear:both;
}
.margin25 {
	margin:25px 0 0 0;
	clear:both;
}
.margin35 {
	margin:35px 0 0 0;
	clear:both;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* BG
=========================================================================*/
#BodyBg {
    background:url(../images/common/body_bg1.gif) top center no-repeat;
    height:100%;
    }

#Container {
	height:100%;
    min-height:100%;
	width:944px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
    background:url(../images/common/bg.gif) top center repeat-y;
	text-align: left;
    }


/* Header
=========================================================================*/
#Header {
	margin-left:auto;
	margin-right:auto;
    width:940px;
    height:78px;
    _height:78px;
	position: relative;
    }

h1 {
    margin:0;
    padding:0;
	float:left;
	display:inline;
    }



/* 文字サイズメニューボタン =================================== */
#ID_Top_Menu {
	margin:8px;
	padding:0px;
	width:290px;
	height:20px;
	float:right;
	font-size:12px;
}

#ID_Top_Menu ul {
	height:20px;
	margin:0;
	padding:0;
}

#ID_Top_Menu li{
	text-indent:-9999px;
	height: 20px;
	background-repeat: no-repeat;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#ID_Top_Menu li a{
	height: 20px;
	display:block;
	margin:0;
	padding:0;
}

#ID_Top_Menu #ID_Top_Menumapnashi {
	background-image: url(../images/common/spacer.gif);
	width: 108px;
}
#ID_Top_Menu #ID_Top_Menumap {
	background-image: url(../images/common/header_access.gif);
	width: 108px;
}
#ID_Top_Menu #ID_Top_Menumap a:hover{
	background-image: url(../images/common/header_access_ov.gif);
}
#ID_Top_Menu #ID_Top_MenuT {
	background-image: url(../images/common/header_font_ti.gif);
	width: 111px;
}
#ID_Top_Menu #ID_Top_Menu1 {
	background-image: url(../images/common/header_font_s.gif);
	width: 23px;
}
#ID_Top_Menu #ID_Top_Menu1 a:hover{
	background-image: url(../images/common/header_font_s_ov.gif);
}
#ID_Top_Menu #ID_Top_Menu2 {
	background-image: url(../images/common/header_font_m.gif);
	width: 23px;
}
#ID_Top_Menu #ID_Top_Menu2 a:hover{
	background-image: url(../images/common/header_font_m_ov.gif);
}
#ID_Top_Menu #ID_Top_Menu3 {
	background-image: url(../images/common/header_font_l.gif);
	width: 20px;
}
#ID_Top_Menu #ID_Top_Menu3 a:hover{
	background-image: url(../images/common/header_font_l_ov.gif);
}



/* メインメニューボタン =================================== */
#ID_Main_Menu {
	width:573px;
	height: 35px;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 43px;
	left:367px;
	font-size:12px;
}
#ID_Main_Menu ul {
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}
#ID_Main_Menu li{
	height: 35px;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#ID_Main_Menu li a{
	height: 35px;
	display:block;
	margin:0;
	padding:0;
}
#ID_Main_Menu #ID_Main_Menu1 {
	width: 191px;
}
#ID_Main_Menu #ID_Main_Menu2 {
	width: 191px;
}
#ID_Main_Menu #ID_Main_Menu3 {
	width: 191px;
}


/* パンくず =================================== */
#pankuzu {
	font-size:12px;
	margin:15px 20px 20px 10px;
	position: relative;
    }


/* メインコンテナ =================================== */
#MainContainer {
	width:940px;
	margin-left: auto;
    margin-right: auto;
	padding:0;
	text-align: center;
    }

/* 左メニュー =================================== */
#leftmenu {
	width:223px;
	margin:0px 0 15px 10px;
	_margin:0px 15px 15px 10px;
	padding:0;
	float:left;
	border-bottom:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
	text-align:left;
    }

#leftmenu .sideMtitle1{
	font-size:117%;
	color:#1e73b5;
	background:url(../images/common/sidemtitlebg.gif);
    display:block;
    margin:0;
    padding:10px 3px 10px 23px;
    /*\*/
    _padding:11px 3px 12px 23px;
    /**/
    line-height:1.1;
    /*\*/
    _letter-spacing:1px;
    /**/
    text-decoration:none;
	border-top:solid 1px #d4d4d4;
	border-bottom:solid 1px #bebebe;
    }



#leftmenu ul {
    margin:0;
    padding:0;
    width:223px;
    list-style:none;
    }
#leftmenu li {
    float:left;
    margin:0;
    padding:0;
    width:223px;
    }

#leftmenu li a:hover {
    background-color:#f2f2f2;
    }
#leftmenu li.select a {
    background-color:#f2f2f2;
	color:#000000;
    }
#leftmenu li.select1 a {/* 患者用 */
    background-color:#f2f2f2;
	color:#3d8c2b;
    }


/* 2ndメニューボタン =================================== */
#ID_2nd_Menu {
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
    width:940px;
    height:29px;
    _height:30px;
	position: relative;
	font-size:12px;
}
#ID_2nd_Menu ul {
	height:29px;
	_height:30px;
	list-style:none;
	margin:0;
	padding:0;
}
#ID_2nd_Menu li{
	height: 29px;
	_height:30px;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#ID_2nd_Menu li a{
	height: 29px;
	_height:30px;
	display:block;
	margin:0;
	padding:0;
}
#ID_2nd_Menu #ID_2nd_Menu1 {
	width: 185px;
}
#ID_2nd_Menu #ID_2nd_Menu2 {
	width: 192px;
}
#ID_2nd_Menu #ID_2nd_Menu3 {
	width: 190px;
}
#ID_2nd_Menu #ID_2nd_Menu4 {
	width: 183px;
}
#ID_2nd_Menu #ID_2nd_Menu5 {
	width: 190px;
}

/* 左メニューarrow出し分けと2ndbgcolor =================================== */
#leftmenu li a {
	font-size:117%;
    display:block;
    margin:0;
    padding:18px 3px 18px 25px;
    /*\*/
    _padding:19px 3px 17px 25px;
    /**/
    line-height:1.1;
    color:#0767c1;
    /*\*/
    _letter-spacing:1px;
    /**/
    text-decoration:none;
    background:url(../images/common/arrow_blue1.gif) 12px 50% no-repeat;
	border-top:solid 1px #dcdcdc;
    }
#leftmenu li.second a {
	font-size:100%;
    padding:13px 3px 13px 30px;
    /*\*/
    _padding:14px 3px 15px 30px;
    /**/
    background:url(../images/common/arrow_blue2.gif) 16px 50% no-repeat #f8f8f8;
	border-top:dotted 1px #dcdcdc;
    }

#leftmenu li.second a:hover {
    background-color:#ecf4f7;
    }

/* コンテンツエリア =================================== */
#Contents {
	width:660px;
	margin:0 23px 0 0;
	_margin:0 5px 0 0;
	float:right;
	text-align:left;
    }


.hrLine1 {
	background:url(../images/common/dotline2.gif) repeat-x;
	height:1px;
	margin:10px 0;
	clear:both;
}

/* フッター =================================== */
#footer {
    width:924px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
    padding:10px;
	border-top: double 3px #5667a7;
	border-bottom:solid 2px #999;
	clear: both;
	float: left;
	background-color:#FFF;
    background:url(../images/common/bg.gif) top center repeat-y;
    }

#footer ul {
	list-style-type: none;
	margin:0 0 0 10px;
    padding:0;
	}
#footer li{
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	background-image : url(../images/common/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	}

#copyright {
    margin:0 0 4px;
    width:360px;
    text-align:right;
	display:block;
	float:right;
	font-size:11px;
    }


/* common =================================== */

.mar_b_15 {
    margin:0 0 15px 0;
    padding:0;
}

.mar_b_5 {
    margin:0 0 5px 0;
    padding:0;
}

.mar_t_5 {
    margin:5px 0 0 0;
    padding:0;
}


.Fright{
	float:right;
	margin:0px;
}
.Fright_tb15{
	float:right;
	margin:15px 0px 0px 15px;
}
.Fright_l15{
	float:right;
	margin:0px 0px 0px 15px;
}
.Fleft_r15{
	float:left;
	margin:0px 15px 0px 0px;
}

.GoPagetop {
	text-align: right;
	clear:both;
	padding:15px 0px 25px 0px;
}

.txt_W{
	color:#FFFFFF;
}
.txt_red{
	color:#C00;
}
.txt_pink{
	color:#e86886;
}
.txt_blue{
	color:#1e73b5;
}
.txt_green1{
	color:#8db569;
}
.txt_green2{
	color:#3d8c2b;
}
.txt_orange{
	color:#f07f10;
}
.txt_bold{
	font-weight:bold;
}
.nowrap{
	white-space: nowrap;
}

.contact {
    display:block;
    float:right;
    width:auto;
    height:auto;
    margin:0 0 1em 1em;
    line-height: 0;
}
	

