@charset "shift_jis";


/*　style.css
============================================================

Author: abe
Last modified: [ 2010 ]
CSS構成: 新成医会サイト みどり病院ページスタイル

============================================================
*/


/* -------------------------------------------------------------------
            みどり病院ページ
　　　幅：700px
-------------------------------------------------------------------- */


/* ///////////////////////////////////////////////////////////// トップページ */

/* -- [ top_img ] --------------------------------------- */
#top_img{
border:1px solid #cccccc;
margin: 0 0 20px;
padding:0;
}
/* -- [ top_contents ] --------------------------------------- */
.top_contents{
margin:0 auto 25px;
border:1px solid #cccccc;
overflow: hidden;/* for Firefox */
position: relative;
}
.top_contents a.bt{
position:absolute;
top:22px;
left:630px;
}
/* インフォメーション　サムネイル */

#info{
	font-size:16px;
	height: 210px;
	margin: 20px;
	position: relative;
	line-height: 1.2em;
	overflow:auto;
	scrollbar-base-color: #ffffff;/*for winIE*/
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
}

#info dl{
	float:left;
	width: 200px;
	height:8em;
	position: relative;
}
#info dt.img img{
border:1px solid #cccccc;
}
#info dt.title{
	width:120px;
	position:absolute;
	left:60px;
	top:0px;
}
#info dd{
	width:140px;
	position:absolute;
	left:60px;
	top:20px;
}

/* 新着情報 */
#news_scroll{
	font-size:14px;
	width:auto;
	height:210px;
	margin:20px;
	padding:0px;
	overflow:auto;
	scrollbar-base-color: #ffffff;/*for winIE*/
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	position: relative;
}
#news_scroll .news_detail{
	margin:5px 10px 10px auto;
	padding:0 0 0 25px;
	width:auto;
	background:url(../img/li01.jpg) top left no-repeat;
	background-position:0 2px;
}

/* ///////////////////////////////////////////////////////////// サブページ */

/* 左コンテンツ領域 */
/* -- [ contents] --------------------------------------- */

#contents {
	width: 700px;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	font-size: 100%;
	overflow: hidden;
}

#contents h1 {
	margin:0 0 25px;
	padding:0;
}

#contents h2 {
	margin: 0 0 23px;
}



#contents h3 {
	font-size: 16
.px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin:0px auto 20px;
	background: url(../img/h3_bg.gif) left bottom no-repeat;
	line-height: 2em;
	clear: both;
	font-size: 16px;
}
#contents ul {
	margin-bottom: 14px;
	padding-left: 0.25em;
}
#contents ul li {
	list-style: outside url(../img/list_recruit.gif);
	margin-left: 1.5em;
}
#contents ol {
	margin-bottom: 14px;
	padding-left: 0.25em;
}
#contents ol li {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left: 1.5em;
}

/* #contents h4{
	font-size:1.2em;
	font-weight:bold;
}
#contents p{
	padding:0 1em;
}
#contents ol li{
padding:0 1em;
	list-style-type:decimal;
	list-style-position:inside;
}
#contents table{
	width:100%;
	font-size: 100%;
}
#contents th,td{
	padding:0.5em;
	border:1px solid #cccccc;
}
#contents th{
	background-color:#BEFADC;
	width:20%;
}
#contents table.index{
	width:auto;
	margin:0 auto;
}
#contents table.index th,td{
	padding:20px;
}
#contents table.index th{
	background-color:#BEFADC;
	width:5%;
	color:#007a59;
	font-weight:bold;
}
#contents table.index td{
	text-align:center;
}
#contents .box1{
	padding:10px 20px;
	border:2px solid #D5E368;
}
#contents .red{
	color:#FF0000;
}
#contents .large{
	font-size:115%;
	font-weight:bold;
}
#contents .small{
	font-size:90%;
} */

#contents table {
	width: 100%;
	border-spacing:0;
	border-collapse:separate; /*for Firefox*/
	/border-collapse:collapse; /*for winIE*/
	border-top:1px solid #F190A4;/*for Firefox*/
	border-left:1px solid #F190A4;/*for Firefox*/
	border-right:0px;/*for Firefox*/
	border-bottom:0px;/*for Firefox*/
	margin-bottom: 20px;
}

#contents table caption {
	color: #FD4F6D;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: left;
}

#contents table th, #contents table td {
	border-top:0px;/*for Firefox*/
	border-left:0px;/*for Firefox*/
	border-right:1px solid #F190A4;/*for Firefox*/
	border-bottom:1px solid #F190A4;/*for Firefox*/
	/border:1px solid #F190A4;/*for winIE*/
	padding: 10px;
}

#contents table th {
	/*background: url(../img/th_bg.gif) left top repeat;*/
	background-color:#FF99B1;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
	vertical-align: top;
}

#contents table thead tr {
/*	background: url(../img/th_bg.gif) left top repeat;*/
	
}

#contents table thead th {
	/*background: none;*/
	background-color:#FF99B1;
	color:#FFFFFF;
}

#contents table td {
	font-size: 14px;
}

#contents .alignLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#contents .alignRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#contents .alignCenter {
	display: block;
	margin: 0 auto 10px;
}

#contents .alignNone {
	clear: none;
}

.form_recruit {
	width:660px;
	height:720px;
	}
	
*:first-child+html .form_recruit {
	width:660px;
	height:730px;
	}

.form_recruit, x:-moz-any-link, x:default  {
	width:660px;
	height:550px;
	}

/* --------------- 各カテゴリのトップ ----------------- */

#contents .top{
	margin:0 auto;
	border-collapse: collapse;
}
#contents .top caption {
	font-weight: bold;
	text-align: left;
	color: #CC6699;
	margin-bottom: 7px;
}
#contents .top th {
	border: 1px #CCCCCC solid;
	color:#CC6699;
	font-weight:bold;
	padding:20px;
}
#contents .top td {
	text-align:center;
	padding: 20px 20px 10px;;
	border: 1px #CCCCCC solid;
}
#contents .top td img {
	margin-bottom: 10px;
}

/* -- [ contents 一段組み] --------------------------------------- */
#contents .section {
	clear: both;
	margin: 0 20px 23px 20px;
	overflow: hidden;
	/zoom: 1;/*for winIE*/
}
#contents .section h4{
	margin-bottom: 5px;
}
#contents div.section p,
#contents div.section ul,
#contents div.section ol {
	overflow: hidden;
	/zoom: 1;/*for winIE*/
}
#contents div.column1{
	padding: 0 20px 10px;
	margin:0 0 20px;
	width: auto;
	_zoom: 1;
	overflow: hidden;
}
/* -- [ contents 二段組み] --------------------------------------- */
#contents div.column2_1{
	padding: 0 10px 10px 20px;
	margin:0 auto 30px;
	width: 220px;
	float: left;
	_zoom: 1;
	overflow: hidden;
}
#contents div.column2_2{
	padding: 0 20px 10px 10px;
	margin:0 auto 30px;
	float: right;
	width: 420px;
	_zoom: 1;
	overflow: hidden;
}

/* 右メニュー */
/* -- [ side_navi] --------------------------------------- */

#sidemenu {
	width: 240px;
	float: right;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}
#sidemenu h2 {
	margin: 2px 0 5px;
	/font-size: 1px;/* 旧VerのIEで見出し画像の上にフォントサイズ分の隙間が取られる事への対応 */
}
#sidemenu #side_navi {
	padding: 5px;
	font-size:16px;
	line-height:2em;
	margin: 0 auto 12px;
}
#sidemenu #side_navi li {
	_zoom: 1;/* フロートした要素下に対するIE6のバグ対応 */
}
#sidemenu #side_navi li a{
	display:block;
	width: ;
	color:#666666;
	text-decoration:none;
	padding:0 0 0 25px;
	background: url(../img/li02.gif) no-repeat 2px center;
	_zoom: 1;/* IE6のバグ対応 */
}
#sidemenu #side_navi li a:hover{
	background: url(../img/li02_hover.gif) no-repeat 2px center #FFCCCC;
}
#sidemenu #side_navi li.current a {
	background: url(../img/li02_current.gif) no-repeat 2px center #FFB2CA;
}
#sidemenu #side_navi li.current a:hover {
	color: #666666;
	background: url(../img/li02_hover.gif) no-repeat 2px center #FFCCCC;
}
#sidemenu #side_navi li ul li a {
	display:block;
	width: 180px;
	color: #666666;
	text-decoration:none;
	margin:0 0 0 25px;
	background: url(../img/li03.gif) no-repeat 2px center #FFFFFF;
}
#sidemenu #side_navi li li a:hover {
	background: url(../img/li03_hover.gif) no-repeat 2px center #FDD8C8;
	color: #666666;
}
#sidemenu #side_navi li li.current a {
	background: url(../img/li03_current.gif) no-repeat 2px center #FFB2CA;
	color: #666666;
}
#sidemenu #side_navi li li.current a:hover {
	background: url(../img/li03_hover.gif) no-repeat 2px center #FDD8C8;
	color: #666666;
}
#sidemenu #side_navi li.current li a {
	color: #666666;
	background: url(../img/bg_side_navi_o.gif) no-repeat 2px center #FFFFFF;
	background: url(../img/li03.gif) no-repeat 2px center #FFFFFF;
	display: block;
	width: 180px;
}
#sidemenu #side_navi li.current li a:hover {
	background: url(../img/bg_side_navi_o.gif) no-repeat 2px center #FFCCCC;
	background: url(../img/li03_hover.gif) no-repeat 2px center #FDD8C8;
	color: #666666;
}
/* 
------------ 「申し込み・お問合せ」 -------------
 */

#sidemenu .side_box {
	padding: 10px 9px;
	border:1px solid #F190A4;
	margin-bottom: 12px;
	width:220px;
}

#sidemenu .side_box h3 {
}

#sidemenu .side_box p a {
margin:5px 20px;
text-align:center;
}

#sidemenu .side_box ul li {
list-style:none;
margin-left:-10px
}

#sidemenu #banner ul li {
	margin-bottom: 12px;
}

.author {
	text-align: right;
}
#contents .link_form {
	list-style: none;
	/list-style-image: none;
}
#contents .link_form li {
	text-align: center;
	margin-bottom: 20px;
	list-style: none;
	/list-style-image: none;
}
#contents .link_cate_top li {
	text-align: right;
	list-style: none;
	/list-style-image: none;
}
#contents .link_cate_top li a {
	background:url(../img/bg_side_navi.gif) left center no-repeat;
	padding-left: 20px;
}

/* 
------------ 「募集要項」 -------------
 */

#contents .job_list {
	list-style: none;
	margin-left: 60px;
	padding: 0;
}

#contents .job_list li {
	list-style: none;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 0;
}

#contents .guideline_table th {
	width: 100px;
}

#toi {
	width:630px;
	height:150px;
	border:5px #CCCCCC solid;
	padding:10px;
	margin:0 auto;
	overflow:hidden;
	}
	
#toi dl {
	width:400px;
	float:left;
	}

#toi dl dt {
	margin:0 0 10px 5px;
	}


#toi dl dd ul li{
	float:left;
	margin:0 10px 5px 0;
	list-style:none;
	}

#toi dl dd#toi_no{
	clear:both;
	text-align:center;
	}

#toi img#toi_map {
	float:right;
	}

/* 
------------ 「福利厚生」 -------------
 */

/* 社内の各種イベント・行事の様子 */

#contents .event td {
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 0;
	padding-bottom: 25px;
}

#contents .event dl {
}

#contents .event dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	color: #FD4F6D;
}

#contents .event dl dd img {
	margin-right: 10px;
}

/* 
------------ 「研修制度」 -------------
 */

#contents .pic_box {
	font-size: 12px;
}
#contents .pic_box p {	
	margin: 5px 5px 5px 0;
}
#contents .training {
	border-right: 1px solid #F190A4;
}
#contents .training th,
#contents .training td {
	border-width: 0 0 1px 0;
}
#contents .training .subject {
	font-weight: bold;
	color: #FD4F6D;
	border-left:1px #F190A4 solid;
}

#contents .training .subject2 {
	border-left:1px #F190A4 solid;
}

/* 
------------ 「申し込み・お問い合わせ」 -------------
 */
 
#contents iframe {
	display: block;
	margin: 0 auto;
}

/* 
------------ 「新着情報」 -------------
 */
 
#contents .news_bkno dt {
	float: left;
	width: 150px;
	font-weight: bold;
	color: #F0869B;
}
 
#contents .news_bkno dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 150px;
	border-bottom: 1px #CCCCCC dotted;
}
