@charset "shift_jis";

/*基本設定
--------------------------------------------------*/

body {
	text-align: center;
}
* {
	margin:0px;
	padding:0px;
	color:#505050;
	font-size:12px;
	line-height:170%;
	font-weight:normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
html {
    overflow-y: scroll;
}
a { 
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
a:visited{
	color: #551a8b;
} 
em,i {
	display: none;
	visibility: hidden;
}
img {
	border:none;
}
li {
	list-style:none;
}

/*テキスト制御
--------------------------------------------------*/

.text_red {
	color:#CC0000;
}
.text_blue {
	color:#0099CC;
}
.text_green {
	color:#009900;
}
.text_green1 {
	color:#006600;
}
.text_green2 {
	color:#84ba03;
}
.text_orange {
	color:#FF6600;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.text_center {
	text-align:center;
}
.text_10 {
	font-size:10px;
}
.text_14_b_blue {
	color:#0099CC;
	font-size:14px;
	font-weight:bold;
}
.text_14_b_green {
	color:#009900;
	font-size:14px;
	font-weight:bold;
}
.text_14_b_orange {
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
}
.text_16_b {
	font-size:16px;
	font-weight:bold;
}

/*位置調整
--------------------------------------------------*/

.margin_01 {
	margin-left: 25px;
	margin-bottom:8px;
}
.margin_02 {
	margin-top: 0.4em;
	margin-bottom: 0.7em;
}
.margin_top_25 {
	margin-top:25px;
}
.margin_top_0_3em {
	margin-top:0.3em;
}
.margin_top_0_4em {
	margin-top:0.4em;
}
.margin_top_0_5em {
	margin-top: 0.5em;
}
.margin_top_0_7em {
	margin-top:0.7em;
}
.margin_top_1em {
	margin-top:1em;
}
.margin_top_1_5em {
	margin-top:1.5em;
}
.margin_top_2em {
	margin-top:2em;
}
.margin_top_2_5em {
	margin-top:2.5em;
}
.margin_left_0_5em {
	margin-left:0.5em;
}
.margin_left_1em {
	margin-left:1em;
}
.margin_left_1_5em {
	margin-left:1.5em;
}
.margin_left_2em {
	margin-left:2em;
}
.margin_left_3em {
	margin-left:15px;
}
.padding_botom_10 {
	padding-bottom:10px;
}

/*背景設定
--------------------------------------------------*/

.back_green1/*----薬剤師求人一覧情報に使用----*/ {
	background-color:#009966 !important;
}
.on/*----薬剤師求人一覧情報に使用----*/ { 
	background-color:#009966 !important;
}

/*リスト設定
--------------------------------------------------*/

.list_01 li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.5em;
	line-height: 150%;
	margin-bottom: 0.3em;
}

/*パンくず
--------------------------------------------------*/

.pankuzu {
	margin-right: 70px;
	margin-left: 70px;
	background-image: url(images/common/line_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
	padding-bottom: 0.3em;
}


/*全体
--------------------------------------------------*/

#block_all {
	width:900px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}

/*フォームフレーム用設定
--------------------------------------------------*/

#frame {
	text-align:left;width:375px;
}
.frame_size {
	width:398px;
	margin-left: auto;
	margin-right: auto;
	height: 384px;
}

/*ヘッダー
--------------------------------------------------*/

#header_block {
	height: 264px;
	background-image: url(images/common/headerimg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	width: 900px;
}
#header_block h1 {
	float: left;
	padding-top: 62px;
}

/*ヘッダー_下層01
--------------------------------------------------*/

#header_block01 {
	height: 138px;
	background-image: url(images/common/headerimg06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_block01 h1 {
	float: left;
	padding-top: 28px;
}


/*ヘッダー_下層01ボタン
--------------------------------------------------*/

#header_btnblock01 { 
	background-color:#FF6600;
	padding:0px 0px 0px 70px;
}

/*全体のinner
--------------------------------------------------*/

.default_inner01 {
	margin-left:27px;
	margin-right:27px;
}
.default_inner02,.default_inner03,.default_inner04 {
	margin-left:70px;
	margin-right:70px;
}
.default_inner02 {
	padding-top:10px;
}
.default_inner03 {
	padding-top:25px;
}
.default_inner05 {
	margin-left:175px;
	margin-right:175px;
}

/*コンテンツ内の左右分割設定
--------------------------------------------------*/

.leftblock_370 {
	width:370px;
	float:left;
}
.rightblock_450 {
	float:right;
	width: 450px;
}

/*エリア別表示
--------------------------------------------------*/

.areacolumn_header {
	margin-right: 70px;
	margin-left: 70px;
}
.areacolumn_header h2 {
	clear:both;
	font-size:16px;
	color:#666666;
	font-weight:bold;
}
.areacolumn_header_left {
	float:left;
	width:550px;
	padding-top: 5px;
}
.areacolumn_header_left img {
	margin-right: 7px;
	position: relative;
	top: 5px;
}
.areacolumn_header_right {
	float:right;
	width:197px;
}
.areacolumn01 {
	margin-top: 10px;
}
.areacolumn01 table {
	margin-left:70px;
	width:760px;
	border: 1px solid #999999;
	margin-bottom: 25px;
}

/*エリア別表示_求人No設定
--------------------------------------------------*/

.areacolumn01_tableheader1 {
	background-color:#669900;
	color:#FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 119px;
}
.areacolumn01_tableheader1 {
	background-color:#669900;
}
.areacolumn01_tableheader1 strong {
	color:#FFFFFF;
}
.executive01_tableheader1 {
	background-color:#2F475E;
}
.areacolumn01_tab {
	margin-left:70px;
	width:120px;
	height: 2.3em;
}
.areacolumn01_tab {
	background-color: #669900;
	background-image:url(images/common/areacolumn_tab.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.areacolumn01_tab p {
	color:#FFFFFF;
	text-align:center;
	padding-top:0.7em;
	line-height:100%;
}
.areacolumn01_tableheader1 span {
	color:#FFFFFF;
	margin-right:0.5em;
}
.areacolumn01_tableheader2 {
	background-color:#eeeeee;
	color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.areacolumn01_tableheader2 h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 5px 15px;
	line-height: 150%;
}
.areacolumn01_tabletd1,.areacolumn01_tabletd5/*募集求人概要の設定*/ {
	background-color:#EBEAD3;
}
.areacolumn01_tabletd1 {/*左右padding15pxを差引いた設定*/
	text-align: center;
}
.areacolumn01_tabletd2 {
	background-image:url(images/common/line_02.gif) !important;
	background-repeat:repeat-y !important;
	background-position:left !important;
}
.areacolumn01_tabletd3 {/*エリア別表示_テーブル最後の点線削除用*/
	background-image:none !important;
}
.areacolumn01_tabletd4 {
	margin-left:20px;
	margin-right:20px;
}
.areacolumn01_tabletd4 dt,.areacolumn01_tabletd4 dd {
	text-align:left;line-height:140%;
}
.areacolumn01_tabletd4 dt {
	width:17px;
	float:left;
}
.areacolumn01_tabletd4 dd {
	margin-left:27px;
	padding-top:0.2em;
}
.areacolumn01_pict {
	margin-right: auto;
	clear: left;
	padding-top: 0.5em;
	width: 213px;
}
.areacolumn01_list {
	clear: left;
	padding-top: 1em;
	width: 210px;
	margin-right: auto;
}
.areacolumn01_list li {
	text-align: left;
	list-style-position:outside;
	line-height: 150%;
	list-style-type: disc;
	margin-left: 1.3em;
}
.areacolumn01_pict li {
	text-align:center;
	background-color:#CCCCCC;
	color:#FFFFFF;
	width:70px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.areacolumn01 td {
	background-image:url(images/common/line_01.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 15px;
	padding-right: 15px;
}
.areacolumn01_pict1 {
	text-align:right;
	margin-bottom: 2em;
}
.areacolumn01_pict1 img {
	margin-left:5px;
}

/*top下部黄色ブロック
--------------------------------------------------*/

.top_column1 {
	background-color: #FFFFE1;
	border: 1px solid #FF9966;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.top_column1_left {
	width:393px;
	float:left;
}
.top_column1_right {
	width:393px;
	float:right;
}
.top_column1_left dt {
	width:110px;
	float:left;
}
.top_column1_left dd {
	margin-left:120px;
}
.top_column1_left p,.top_column1_left a {
	line-height:140%;
}
.top_column1_right dl {
	clear:left;
	width:393px;
	background-image:url(images/common/line_01.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:0.4em;
}
.top_column1_right dt {
	float:left;
	width:6.3em;
}
.top_column1_right dd {
	margin-left:6.5em;
}
.top_column1_right a {
	color:#FF6600;
	text-decoration:none;
}
.top_column1_right a:hover {
	color:#FF6600;
	text-decoration:underline;
}
.top_column1_right dt,.top_column1_right dd,.top_column1_right a,.top_column1_right a:hover {
	line-height:150%;
}

/*フッター
--------------------------------------------------*/

#footer_block {
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding: 5px 0px 5px 0px;
	width: 900px;
}
.footer_block_link {
	text-align:center;
	clear:both;
	padding-top:2em;
	padding-bottom:1.5em;
}
.footer_area_o {
	font-size: 10px;
	width: 410px;
	float: left;
	padding: 10px 0px 0px 0px;
}
.footer_area_o li,.footer_area_a li {
	font-size: 10px;
	float: left;
	width: 55px;
}
.footer_area_o a,.footer_area_a a {
	color: #505050;
	font-size: 10px;
}
.footer_area_o a:hover,.footer_area_a a:hover {
	text-decoration: none;
}
.footer_area_o a:visited,.footer_area_a a:visited {
	color: #505050;
}
.footer_area_a {
	font-size: 10px;
	width: 410px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
}
#copyright {
	padding: 15px 0px 0px 0px;
	width: 850px;
	margin: 0px 0px 0px 35px;
}
hr {
	display:none;
}
.line10 {
	height:10px;
	background-image: none;
	clear: both;
}

/*センター
--------------------------------------------------*/

#center_block {
	margin-left:27px;
	margin-right:27px;
	margin-top:30px;
}
.top_block_left {
	width:410px;
	float:left;
}
.update {
	padding:7px 0px 6px 0px;
}
.update h2 {
	float:left;
}
.top_block_left01 {
	width:400px;
	float:left;
}
.top_block_right {
	width:410px;
	float:right;
}

/*回り込み
--------------------------------------------------*/

.float_left_01 {
　	float:left;
}

/*回り込み制御
--------------------------------------------------*/

.clear_01 {
	clear:both;
}
.clear_02 {
	clear:both;
	height:25px;
}
.clear_03 {
	clear:both;
	height:30px;
}
.clear_04 {
	font-size:8px;
	line-height:100%;
	clear:both;
}
.clear_05 {
	font-size:18px;
	line-height:100%;
	clear:both;
}
.clear_06 {
	clear:both;
	height:35px;
}
.clear_07 {
	font-size:6px;
	line-height:100%;
	clear:both;
}
.clear_line_01 {
	clear:both;
	height:35px;
	background-image:url(images/common/line_01.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.line_block01 {
	margin-left:25px;
	margin-right:25px;
	height:12px;
	background-image:url(images/common/line_01.gif);
	background-repeat:repeat-x;
	background-position:center;
}
#header_block01 h1 a {
	color:#505050;
}
#header_block01 h1 a:hover {
	text-decoration: none;
}

