@charset "utf-8";
@import "common.css";

/***************************************
　デフォルトセット
***************************************/

body {
	color: #444;
	padding-bottom: 2em;
}

h2,
h3 { font-size: 1em; }

a {
	text-decoration: none;
	color: #0096cd;
}

a:hover { color: #F90; }

/***************************************
　レイアウト
***************************************/

#container {
	background-image: url(../images/common/body_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#header,
#right,
#footer { position: relative; }

#header, #contents, #footer {
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 950px;
	background-image: url(../images/common/header_line.png);
	background-repeat: repeat-x;
	height: 138px;
	background-position: left bottom;
	background-color: #FFF;
}

#contents {
	width: 880px;
	padding: 25px 35px 0px;
	background-image: url(../images/common/right_top.png);
	background-repeat: no-repeat;
	background-position: 315px 25px;
}

#left {
	width: 250px;
}

#right {
	width: 570px;
	float: right;
	background-image: url(../images/common/right_bg.png);
	background-repeat: repeat-y;
	background-position: center 10px;
	padding: 0px 15px 15px;
	margin-top: 5px;
}

.right_last {
	background-image: url(../images/common/right_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 0px none #FFF;
	display: block;
	height: 5px;
	width: 600px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 5px 0px 0px;
	padding: 0px;
}

#footer {
	text-align: center;
	clear: both;
	background-image: url(../images/common/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 10px;
	padding-top: 25px;
	padding-bottom: 35px;
}

/***************************************
　共通タイトル
***************************************/

/* ヘッダーロゴ */
#logo {
	font-size: 13px;
	display: block;
	position: absolute;
	left: 32px;
	top: 40px;
}

#logo a {
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 420px;
	padding-top: 68px;
	overflow: hidden;
	display: block;
}

/* タイトル */


.page_title,
.sub_title {
	border-bottom: 1px dotted #CCC;
	line-height: 1.5em;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	padding: 14px 5px 14px 30px;
	background-position: 0px 18px;
}

/* ページタイトル */
.page_title {

	background-image: url(../images/common/li_navi.png);
}

/* ページタイトル以外のタイトル */
.sub_title {
	padding: 14px 5px 14px 30px;
	background-image: url(../images/common/sub_title.png);
	background-repeat: no-repeat;
	clear: both;
}

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

#contact {
	background-image: url(../images/common/header_contact.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 605px;
	top: 14px;
	height: 80px;
	width: 240px;
	padding-left: 80px;
	padding-top: 20px;
	line-height: 1em;
}

.number {
	padding-top: 30px;
	font-size: 28px;
	font-weight: bolder;
}

/***************************************
　サイドバー
***************************************/

/* 親リスト */

#navi_title {
	background-image: url(../images/common/left_top.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 220px;
	line-height: 1em;
	padding-top: 21px;
	padding-left: 30px;
	font-size: 14px;
}

#div_navi {
	background-image: url(../images/common/left_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
}

.ul_navi {
	list-style: none;
	padding-bottom: 10px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.navi_li, .navi_link {
	padding-left: 15px;
}

.navi_li, .navi_link a {
	background-position: 0px 18px;
	border-bottom: 1px dotted #CCC;
	background-image: url(../images/common/li_navi.png);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 30px;
}

.navi_li {
	padding-bottom: 7px;
	margin-right: 15px;
	margin-left: 15px;
}

.navi_link { padding-right: 15px; }

.navi_link a {
	display: block;
	padding-bottom: 14px;
}

.navi_link a:hover {	background-position: 0px -182px; }

/* 子リスト */

.ul_navi_child {
	list-style: none;
	padding: 5px 0px 0px;
	line-height: 26px;
}

.ul_navi_child li {
	padding: 0px 0px 0px 25px;
	background-image: url(../images/common/li_navi_child.png);
	background-repeat: no-repeat;
	font-size: 89%;
}

.ul_navi_child li.navi_child_last { background-image: url(../images/common/li_navi_child_last.png); }

.ul_navi_child li a:hover { background-position: 0px 0px; }

/***************************************
　テーブル
***************************************/

.default_table { border: 1px solid #CCC; }

.default_table th, .default_table td {
	border: 1px solid #CCC;
	padding: 10px;
}

.default_table th {
	background-image: url(../images/common/w_title_bg.png);
}

/***************************************
　トップページ
***************************************/

#index_main {
	background-image: url(../images/index/eyecatch.png);
	background-repeat: no-repeat;
	height: 225px;
	width: 245px;
	padding-right: 300px;
	padding-top: 25px;
	padding-left: 25px;
}

/***************************************
　勤務地一覧
***************************************/

.w_table { margin-bottom: 15px; }

.w_table th,
.w_table td {
	padding: 7px 10px;
	border: 1px solid #CCC;
}

.w_table th {
	text-align: left;
}

/* 勤務地タイトル */
.w_table th.w_title {
	background-image: url(../images/common/w_title_bg.png);
}

.w_title a {
	/* color: #A10; */
	background-image: url(../images/common/w_title.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 30px !important;
	display: block;
}

.w_title a:hover {
	/* color: #F90; */
	background-position: left -96px;
}

.w_detail_link {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.w_detail_link a {
	background-image: url(../images/common/orange_button.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 250px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
}

.w_detail_link a:hover { background-position: 0px -30px; }

/***************************************
　勤務地詳細
***************************************/

.entry_link { padding-bottom: 7px; }

.entry_link a {
	background-image: url(../images/works/mail_button.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 350px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
}

.entry_link a:hover { background-position: 0px -30px; }

/***************************************
　フォーム
***************************************/

.input_short  { width: 150px; }
.input_midium { width: 330px; }
.input_long   { width: 380px; }
.mail_text   { font-size: 80%; }

