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

/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
*>html, *>body, *>#wrap {height:100%;}
body > #wrap {height:auto !important; min-height:100%;}

html{
	overflow-y:scroll;
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body{
	line-height:1.5em;
	margin:0;
	background-color:#F0ECEC;
	color:#0d0015;
	font-size:75%;
	_font-size:66.66%;
	font-family:"ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
}
a{
	color:#0d0015;
	text-decoration:underline;
	outline:none;
}
a:hover{
	color:#090043;
	text-decoration:none;
}

.clr{clear:both;}

.blk{display:block;}

p{margin-bottom:0.8em;}

.p2{margin:0;}

strong{font-weight:bold;}

.printing{
	background:#ccc url(/cmn_img/bg_printing.gif) no-repeat center center;
}
.pagetop{
	margin-bottom:24px;
	text-align:right;
}
.aside{color:#bc3935;}

.bold{font-weight:bold;}

.hid{
	visibility:hidden;
	}

.left{
	float:left;
}

.right{
	float:right;
}
.dtlLInk {
	clear:both;
	text-align:right;
}
/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
	overflow:auto;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*-------------------------------------------------------------------

	COMMON LAYOUT SETTING

-------------------------------------------------------------------*/

/*----------------------------------------------------------
	fontSizeSwitcher
----------------------------------------------------------*/
#fontSizeSwitcher {
	display:block;
	float:left;
	width:150px;
	margin-top:24px;
}
#fontSizeSwitcher dt{
	float:left;
	width:84px;
	height:20px;
	line-height:1px;
	background:url(/cmn_img/img_switch.gif) no-repeat left bottom;
	font-size:1px;
	text-indent:-9999px;
	}

#fontSizeSwitcher dd{
	float:right;
	width:58px;
	}
#fontSizeSwitcher ul{
	display:block;
	width:62px;
	height:20px;
	}
#fontSizeSwitcher li{
	display:block;
	list-style:none;
	float:left;
	}
li#fontSizeSwitcherSmall,
li#fontSizeSwitcherMedium,
li#fontSizeSwitcherLarge{
	display:block;
	width:20px;
	height:20px;
	background-position:top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
li#fontSizeSwitcherSmall{
	background-image:url(/cmn_img/ico_small.gif);
	}
li#fontSizeSwitcherMedium{
	background-image:url(/cmn_img/ico_mid.gif);
	}
li#fontSizeSwitcherLarge{
	background-image:url(/cmn_img/ico_large.gif);
	}
dl#fontSizeSwitcher dd ul li:hover,
dl#fontSizeSwitcher dd ul li:focus,
dl#fontSizeSwitcher dd ul li.current{
	background-position: bottom;
	}

/*----------------------------------------------------------
	#Wrap
----------------------------------------------------------*/
#wrap{
	/*position: relative;*/
	overflow:hidden;
	width:802px;
	/*margin:-95px auto 0;*/
	margin:0 auto;
	background:url(/cmn_img/wrap.gif) repeat-y center top;
	}
/*----------------------------------------------------------
	#Head
----------------------------------------------------------*/
#head{
	overflow:hidden;
	width:760px;
	margin:0 auto 20px;
	padding-top:20px;
}
	h1#logo{
		float:left;
		widows:170px;
	}

	#toolHdr{
	float:right;
	overflow:hidden;
	width:190px;
	/*width:340px;ログインボタンを消す*/
	}

		#loginHdr{
	float:right;
	padding:5px;
	background-image:url(/cmn_img/bg_login.png);
	display: none;/* ログインボタンを消す*/
		}
	* html #head,#toolHdr{
		height:1%;
	}
/*----------------------------------------------------------
	#gNav
----------------------------------------------------------*/
#gNav {
	clear:both;
	width:760px;
	height:38px;
	margin:0 auto 3px;
	/*padding-bottom:4px;*/
	background:url(/cmn_img/bg_gnav.gif) no-repeat 0 bottom;
}

#gNav li {
	float:left;
	line-height:1px;
	font-size:1px;
}

	#gNav li a {
		display:block;
		width:253px;
		height:38px;
		text-indent:-9999px;
		text-decoration:none;
	}
	#gNav #gN001 a {
		background:url(/cmn_img/gnav001.png) no-repeat left top;
	}
	#gNav #gN002 a {
		background:url(/cmn_img/gnav002.png) no-repeat left top;
	}
	#gNav #gN003 a {
		background:url(/cmn_img/gnav003.png) no-repeat left top;
	}

	#gNav #gN001 a:hover,
	#gNav #gN002 a:hover,
	#gNav #gN003 a:hover
	{
		background-position:0 bottom;
	}
/*----------------------------------------------------------
	#topicPath
----------------------------------------------------------*/
#topicPath{
	margin-left:20px;
	font-size:81.66%;
	clear: both;
}
/*----------------------------------------------------------
	#Contents
----------------------------------------------------------*/
#contents{
	width:760px;
	margin:0 auto;
	}

/*------------------------------------------------------------
	leftSide #Main
------------------------------------------------------------*/
#Main{
	float:left;
	width:525px;
	/*padding-bottom:95px;*/
	}

#Main h2.basic{
	margin-bottom:12px;
	padding-left:8px;
	line-height:34px;
	background:url(/cmn_img/h2_bas.png) no-repeat center center;
	font-weight:bold;
}

#Main h3.basic{
	line-height:20px;
	margin-bottom:12px;
	padding-bottom:7px;
	/*padding-left:7px;*/
	background:url(/cmn_img/h3_bas.gif) repeat-x left bottom;
	font-weight:bold;
	}

#Main dl.basic dt{
	clear:both;
	float:left;
	width:75px;
	text-align:center;
	}

#Main dl.basic dd{
	margin-left:100px;
	}

#Main ul.basic{
	list-style-type:square;
	margin-left:2em;
	}
#Main .section{
	overflow:hidden;
	/height:1%;
	margin-bottom:25px;
	}

/*#Main .section{padding-left:0.5em;}*/

#Main .section h4{
	margin-bottom:4px;
	font-weight:bold;
	}

#Main .section .Left{float:left;}

#Main .section .Right{float:right;}

#Main .section .note{
	margin-bottom:12px;
	padding:0.5em;
	background-color:#f5f5f5;
	}

/*------------------------------------------------------------
	#rightSide
------------------------------------------------------------*/
#Sub{
	float:right;
	width:215px;
	}

#Sub h3.menu{
	padding-left:22px;
	line-height:26px;
	background:url(/cmn_img/sub_h3.gif) no-repeat center center;
	}

	/*local menu*/
	ul#sideLocal{
		margin-bottom:15px;
	}

	ul#sideLocal li a{
		display:block;
		padding:7px 3px 6px 12px;
		border-top:1px solid #fff;
		background:#F5F2F2 url(/cmn_img/ico_sub.png) repeat-y left;
		text-decoration:none;
		_vertical-align:bottom;
	}
	ul#sideLocal li a:hover{
		background-color:#EDE8E8;
		background-image:url(/cmn_img/ico_sub_h.png);
		}

	ul#sideLocal li.current a{
		background-color:#D9D6D6;
		background-image:url(/cmn_img/ico_sub_c.png);
		}

	/*join*/
	h3#h3SubJoin{
		}
	#join{
		margin-bottom:15px;
		padding:10px 8px;
		border:solid #E8859D;
		border-width:0 2px 2px;
		text-align:center;
		}

	#join p{
		text-align:left;
		}

	/*Banners*/
	#sideBnrs{
	border:solid #d6cfcf;
	border-width:1px 0;
	background-color:#f5f7f3;
	margin-bottom: 34px;
	}
		#sideBnrs ul li{
			margin:0 auto;
			padding:10px 0 2px;
		/*	border-bottom:1px dashed #999;*/
		}
	#Sub #sideBnrs ul li{
		width:189px;
	}
/*-----------------------------------------------------------------
	footer
-----------------------------------------------------------------*/
#foot{
	/*overflow:hidden;*/
	clear:both;
	width:802px;
	margin:0 auto;
	padding:25px 0 5px;
	background:url(/cmn_img/wrap.gif) repeat-y center top;
	}
#sideDoctor {
	width: 276px;
	margin-bottom: 34px;
}
#sideDoctor h3 {
	background-image: url(/top_img/side_titleback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 276px;
	line-height: 37px;
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
}


#fMenu1st,#fMenu2nd{
		width:760px;
		margin:auto;
	}

	#fMenu1st{
		padding:6px 8px;
		border:solid #dad9cd;
		border-width:1px 0;
		background-color:#f0ecec;
	}

		#fMenu1st ul li{
			display:inline;
			margin-right:5px;
			padding-right:5px;
			border-right:1px solid #0d0015;
		}
		#fMenu1st ul li a{
			padding:3px 0;
			color:#1b3f6f;
			text-decoration:underline;
		}

		#fMenu1st ul li.liEnd{
			margin:0;
			padding:0;
			border:none;
		}

	#fMenu2nd{overflow:hidden;}

	#fMenu2nd ul{
		float:left;
		margin-top:19px;
	}
		#fMenu2nd ul li{
			display:inline;
			margin-right:14px;
		}

	#foot address{
		float:right;
		line-height:15px;
		margin-top:19px;
		color:#666;
	}.joinbtn {
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.daylist {
	margin-right: auto;
	margin-left: auto;
	text-indent: 40px;
}

