@charset "utf-8";
/*------------------------------------------------------------

	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;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*------------------------------------------------------------

	DEFAULT SETTING

------------------------------------------------------------*/

html {
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	font-size:84%;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
	color:#454545;
}
a {color:#454545;text-decoration:underline;outline:0px;}
a:hover {color:#454545;text-decoration:none;}
.clr {clear:both;}
.blk {display:block;}
p {padding-bottom:0.8em;}
.p2 {padding:0;}
.p3 {padding-bottom:2em;}
strong {font-weight:bold;}
.fLeft {float:left; margin:0 10px 10px 0;}
.fRight {float:right; margin:0 0 10px 10px;}
.ore {color:#FF6600;}
.txRight {text-align:right;}
.txCenter {text-align:center;}
.pgtop {width:64px; margin:10px 0 10px auto;}
.pgtop2 {
	width:64px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: right;
}
.defUl {list-style:disc; padding:0 0 0 2em;}
.defOl {list-style:decimal; padding:0; margin:0 0 0.8em 3em;}
.lead {
	font-size:110%;
	line-height:1.6em;
}
.mgt5 {margin-top:5px;}
.mgt10 {margin-top:10px;}
.mgt15 {margin-top:15px;}
.mgt20 {margin-top:20px;}
.caption {font-size:84%; font-weight:normal; line-height:1.3em;}
.pagetop {width:100%; padding:10px 0; text-align:right;}
/*テーブル*/
.defTbl,
.dgtTbl {
	width:100%;
	margin-bottom:1em;
}
.ansnTbl {
	width:100%;
	margin-bottom:1em;
	margin-right: auto;
	margin-left: 7px;
}
.defTbl,
.defTbl th,
.defTbl td,
.dgtTbl,
.dgtTbl th,
.dgtTbl td, 
.ansnTbl,
.ansnTbl th,
.ansnTbl td {
	border:1px solid #E4E4E4;
}
.defTbl th, .defTbl td, .dgtTbl th, .dgtTbl td {
padding:5px;
}
.defTbl th,
.defTbl td,
.dgtTbl th,
.dgtTbl td,
.ansnTbl th,
.ansnTbl td,
 {
	padding:5px;
}
.defTbl th,
.dgtTbl th,
.ansnTbl th {
	background-color:#F7F7F7;
	text-align:left;
}
.dgtTbl,
.dgtTbl th {
	border-left:none;
}
.dgtTbl th,
.ansnTbl th {
	width:130px;
}
.dgtTbl,
.dgtTbl td {
	border-right:none;
}
.defTbl .pri {
	text-align:right;
}
.redUl li {
	background:url(/com_img/ico_red.gif) no-repeat 3px 7px;
	padding:0 0 0 14px;
	margin:0 0 0.3em 0;
}
/*------------------------------------------------------------

	COMMON HEADER

------------------------------------------------------------*/
#base_header {
	width:100%;
	border-top:2px solid #35B3D1;
	padding-top:13px;
	padding-bottom:0;
	margin:0;
	background:url(/com_img/headback.gif) repeat-x left bottom;
}
#base_header #headerInn {
	width:900px;
	margin:0 auto;
	padding:0;
}
#base_header #headerInn #headerInnL {
	width:328px;
	float:left;
	padding-bottom:10px;
}
#base_header #headerInn #headerInnR {
	width:567px;
	float:right;
	padding-bottom:5px;
}
#base_header #headerInn #headerInnR #headInfo {
	padding:0 0 0 95px;
	background:url(/com_img/info_t.gif) no-repeat left 3px;
	margin:5px 0 0 0;
}
#base_header h1 {
	font-size:84%;
	line-height:1.2em;
	color:#0099CC;
	padding-bottom:15px;
}
#base_header h1 a {
	color:#0099CC;
	text-decoration:none;
}
/*MENU*/
#base_header #headerInn #gMenu {
	width:900px;
	height:30px;
	clear:both;
}
#base_header #headerInn #gMenu li {
	float:left;
	font-size:1px;
	line-height:1px;
	margin-left:3px;
}
#base_header #headerInn #gMenu li a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	height:30px;
}
#base_header #headerInn #gMenu li a:hover {
	background-position:left 2px;
}
#base_header #headerInn #gMenu .gm01 {
	margin-left:0px;
}
#base_header #headerInn #gMenu .gm01 a {
	width:80px;
	background:url(/com_img/gmenu01.gif) no-repeat left top;
}
#base_header #headerInn #gMenu .gm02 a {
	width:145px;
	background:url(/com_img/gmenu02.gif) no-repeat left top;
}
#base_header #headerInn #gMenu .gm03 a {
	width:145px;
	background:url(/com_img/gmenu03.gif) no-repeat left top;
}
#base_header #headerInn #gMenu .gm04 a {
	width:145px;
	background:url(/com_img/gmenu04.gif) no-repeat left top;
}
#base_header #headerInn #gMenu .gm05 a {
	width:145px;
	background:url(/com_img/gmenu05.gif) no-repeat left top;
}
#base_header #headerInn #gMenu .gm06 a {
	width:111px;
	background:url(/com_img/gmenu06.gif) no-repeat left top;
}
#base_header #headerInn #gMenu .gm07 a {
	width:111px;
	background:url(/com_img/gmenu07.gif) no-repeat left top;
}
/*------------------------------------------------------------

	COMMON FOOTER

------------------------------------------------------------*/
#footer {
	width:100%;
	background:url(/com_img/footback.gif) repeat-x left top;
	padding:30px 0 20px 0;
}
#footer #footerInn {
	width:900px;
	margin:0 auto;
}
#footer #footerInn ul {
	text-align:center;
	font-size:84%;
	padding:1em 0;
	border-bottom:1px solid #D5D5D5;
}
#footer #footerInn ul li {
	display:inline;
}
#footer #footerInn ul li a {
	white-space:nowrap;
}
#footer #footerInn address {
	display:block;
	text-align:right;
	padding-top:0.5em;
}
/*------------------------------------------------------------

	COMMON CONTENTS

------------------------------------------------------------*/
#base_wrapper {
	width:100%;
}
#container {
	width:900px;
	margin:20px auto 0 auto;
	background:url(/com_img/tateline.gif) repeat-y left top;
}
#containerWide {
	width:900px;
	margin:20px auto 0 auto;
}

#container #containerL {
	width:660px;
	float:left;
}
#container #containerL #containerLinn {
	width:660px;
	float:left;
}
#container #containerL #columnL {
	width:179px;
	float:left;
}
#container #containerL #columnR {
	width:470px;
	float:right;
}
#container #containerR {
	width:214px;
	float:right;
}
#pankuzu {
	font-size:84%;
	line-height:1.3em;
	padding:0 0 8px 0;
}
h2#udrTit {
	font-size:140%;
	line-height:1.3em;
	font-weight:bold;
	border-bottom:1px solid #D5D5D5;
	padding-bottom:2px;
	margin-bottom:15px;
	text-align:center;
}
h3.h3lead {
	font-size:110%;
	color:#0099CC;
	font-weight:bold;
}
.underBox {
	width:450px;
	margin:0 auto 5px auto;
}
.underBox2 {
	width:640px;
	margin:0 auto 10px auto;
}
.underBox3 {
	width:640px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/*共通見出し*/
.mdsRed01 {
	font-weight:bold;
	font-size:110%;
	color:#0099CC;
}
.mdsLine01 {
	font-weight:bold;
	font-size:110%;
	padding-bottom:1px;
	margin-bottom:0.3em;
	border-bottom:1px solid #D5D5D5;
}
/*ページ下部登録ボタン*/
#udrEtyBox {
	width:440px;
	border:4px solid #EFEFEF;
	padding:1px;
	margin:15px 0 20px 0;
}
#udrEtyBox #udrEtyBoxInn {
	width:426px;
	margin:8px auto;
}
#udrEtyBox #udrEtyBoxInn #udrEtyBoxInnL {
	width:235px;
	float:left;
}
#udrEtyBox #udrEtyBoxInn #udrEtyBoxInnR {
	width:176px;
	float:right;
	background-color:#EFEFEF;
	padding:5px;
}
#udrEtyBox #udrEtyBoxInn #udrEtyBoxInnC {
	width:235px;
	margin:0 auto;
}
#udrEtyBox #udrEtyBoxInn #udrEtyBoxInnR li {
	margin-bottom:5px;
	font-size:1px;
	line-height:1px;
}
#udrEtyBox #udrEtyBoxInn #udrEtyBoxInnR .liLast {
	margin-bottom:0;
}
#docCau {
	width:432px;
	border:2px solid #FFCC00;
	padding:7px;
	color:#F23418;
	margin-bottom:1em;
}
/*------------------------------------------------------------

	COMMON CONTENTS RIGHTSIDE

------------------------------------------------------------*/
/*急募情報*/
#container #containerR #kyuboBox {
	width:194px;
	padding:4px 9px 9px 9px;
	border-left:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	margin-bottom:10px;
}
#container #containerR #kyuboBox dl {
	font-size:84%;
	line-height:1.3em;
}
#container #containerR #kyuboBox dl dd {
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:1px solid #D5D5D5;
}
/*バナーエリア*/
#container #containerR #bnnBox {
	width:210px;
}
#container #containerL #bnnBox #qr {
	width:179px;
	background:url(/com_img/left_qrback.gif) no-repeat 0 0;
	padding:5px 0 4px 4px;
	margin-bottom:10px;
}
/*5ポイント*/
#container #containerR #pointBox {
	width:204px;
	margin-bottom:10px;
	border:4px solid #EFEFEF;
	padding:1px;
}
#container #containerR #pointBox dl {
	width:177px;
	margin:10px auto 10px auto;
}
#container #containerR #pointBox dl dt {
	font-weight:bold;
}
#container #containerR #pointBox dl dd {
	font-size:84%;
	line-height:1.3em;
	margin-bottom:5px;
}
#container #containerR #pointBox dl dt,
#container #containerR #pointBox dl dd {
	border-left:2px solid #D5D5D5;
	padding-left:7px;
}
#container #containerR #pointBox dl img {
	display:block;
}
/*流れ*/
#container #containerR #flowBox {
	width:204px;
	margin-bottom:10px;
	border:4px solid #EFEFEF;
	padding:1px;
}
#container #containerR #flowBox ul {
	width:186px;
	margin:10px 0 5px 9px;
}
#container #containerR #flowBox ul li {
	font-size:1px;
	line-height:1px;
	padding-bottom:5px;
}
/*------------------------------------------------------------

	COMMON CONTENTS LEFTSIDE

------------------------------------------------------------*/
/*登録など*/
.rBox {
	width:169px;
	border:4px solid #EFEFEF;
	padding:1px;
	font-size:84%;
	line-height:1.4em;
	margin-bottom:10px;
}
.rBox .rBoxInn {
	width:157px;
	padding:6px;
}
.rBox .rBoxInn .titNur,
.rBox .rBoxInn .titDoc,
.rBox .rBoxInn .titOtr {
	font-weight:bold;
	font-size:110%;
}
.rBox .rBoxInn .titNur {
	color:#FF9900;
}
.rBox .rBoxInn .titDoc {
	color:#2BB7D5;
}
.rBox .rBoxInn .titOtr {
	color:#9966CC;
}
.rBox .rBoxInn .bdr {
	padding-bottom:0.7em;
	margin-bottom:0.7em;
	border-bottom:1px solid #D5D5D5;
}
.rBnn {
	width:179px;
	margin-bottom:10px;
}
/*カテゴリボタン*/
#leftCte {
	width:179px;
	margin-bottom:6px;
}
#leftCte li {
	margin-bottom:4px;
	font-size:1px;
	line-height:1px;
}


/*右病院ピックアップ*/
#container #containerR #picupBox {
	width:210px;
	margin-bottom:10px;
	padding:2px;
}
#container #containerR #picupBox .pic {
	width:200px;
	text-align:center;
	margin:2px auto 6px auto;
	}
#container #containerR #picupBox .pictext {
	font-size:10px;
	line-height:140%;
	color:#333333;
	background-image:url(/com_img/ico_cari.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:20px;
	width:200px;
	margin:0 auto;
	}
#container #containerR #picupBox h4 {
	font-size:14px;
	font-weight:bold;
	color:#393939;
	padding:2px 0 2px 8px;
	background-color:#F9FDF2;
	border-bottom:#80D66D double 6px;
	}
#container #containerR #picupBox .s {
	font-size:10px;
	color:#666666;
	margin-left:6px;
	font-weight:normal;
	}
#container #containerR #picupBox .box {
	width:210px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:#E7E7E7 solid 1px;
	}
/*下病院ピックアップ*/
#under_picup_outbox {
	width:898px;
	margin:15px auto 0 auto;
	background-color:#FFFFFF;
}
#under_picup {
	width:898px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F4FBEA;
	border:1px #80D66D solid;
}
#under_picup .box .pic {
	width:210px;
	text-align:center;
	}
#under_picup .box .pictext {
	font-size:10px;
	line-height:140%;
	color:#333333;
	background-image:url(/com_img/ico_cari.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:20px 5px 5px 5px;
	width:190px;
	margin:5px auto 5px 5px;
	height:90px;
	border:#666666 1px solid;
	}
#under_picup .box dt {
	font-size:14px;
	font-weight:bold;
	color:#393939;
	padding:2px 0 2px 8px;
	border-top:#80D66D double 6px;
	}
#under_picup .box .s {
	font-size:10px;
	color:#666666;
	margin-left:6px;
	font-weight:normal;
	}
#under_picup .box {
	width:208px;
	padding-bottom:10px;
	margin-bottom:5px;
	margin-left:12px;
	margin-top:10px;
	float:left;
	}
.pgtop3 {
	width:64px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}
	/*ここまで*/

.underBoxtoNur {
	width:450px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
.underBoxtoNur  .toNurL {
	width: 120px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.underBoxtoNur  .toNurR {
	float: right;
	width: 310px;
}
.toNurRs {
	font-size: 10px;
}

.underBoxtoNur #clear {
	clear: both;
}
