/* CSS Document */
/* hedder new design 12/14 */
/**
 * @modifier KATO Eiji <kato@respect-pal.jp
 * @modified Mon, 19 Dec 2005 18:38:34 +0900
 */
 
/* サーバーメンテナンス告知用 */
div#kokuti {
	margin: 10px 0px 30px 0px;
	width: 364px;
	height: 190px;
	text-align:left;
	background: url(/img/entry/kokuti.gif) no-repeat;
}
div#kokuti p {
	padding: 10px 15px;
	line-height: 1.6;
}
div#kokuti p span {
	margin: 13px 0px;
	font-weight: bold;
	display: block;
}
/* /サーバーメンテナンス告知用 */

img.one_line {
	width: 1px;
	height: 15px;
	display: block;
}
html, body {
	margin: 0;
	padding: 0 0 1em;
}
body {
	margin-top: 10px;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
#container table {
	text-align: left;
}
/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
	padding: 26px 0 0 0;
	width: 760px;
	background: url(/img/template/header/h1_back.gif) no-repeat;
	position: relative;
}
#header h1 {
	padding-top: 1px;
	position: absolute;
	top: 4px;
	right: 75px;
}
#header h2 {
	position: absolute;
	top: 15px;
	left: 3px;
}
#header #site_catch_copy, #header .site_catch_copy {
	position: absolute;
	top: 32px;
	left: 198px;
}
#header p {
	padding-top: 1px;
	position: absolute;
	top: 57px;
	left: 195px;
	font-size: 11px;
}
.mac #header #site_catch_copy {
	position: absolute;
	top: 32px;
	left: 188px;
}
.mac #header p {
	padding-top: 1px;
	position: absolute;
	top: 57px;
	left: 185px;
	font-size: 11px;
}
#header #mypage {
	width: 150px;
	position: absolute;
	top: 26px;
	right: 154px;
}
#header #mypage a {
	padding: 6px 0 0 23px;
	width: 127px;
	height: 18px;
	display: block;
	font-size: 10px;
}
* html #header #mypage a {
	width: 150px;
	height: 24px;/*Mac IE用ハック*/
		/*\*//*/
		width: 127px;
		height: 18px;
		/**/
	}
#header #mypage a span {
	padding: 6px 0 0 23px;
	display: block;
}
#header #mypage #hed_kentou {
	margin-bottom: 1px;
}
#header #mypage #hed_kentou a {
	background: url(/img/template/header/kentou_back_out.gif) no-repeat;
}
#header #mypage #hed_search a {
	background: url(/img/template/header/search_back_out.gif) no-repeat;
}
#header #mypage #hed_kentou a:hover {
	background: #fff url(/img/template/header/kentou_back_over.gif) no-repeat;
}
#header #mypage #hed_search a:hover {
	background: #fff url(/img/template/header/search_back_over.gif) no-repeat;
}
.mac #header #mypage {
	width: 170px;
	position: absolute;
	top: 26px;
	right: 154px;
}
.mac #header #mypage a {
	padding: 6px 0 0 23px;
	width: 147px;
	height: 18px;
	display: block;
	font-size: 10px;
}
* html .mac #header #mypage a {
	width: 170px;
	height: 24px;/*Mac IE用ハック*/
		/*\*//*/
		width: 147px;
		height: 18px;
		/**/
	}
.mac #header #mypage a span {
	padding: 6px 0 0 23px;
	display: block;
}
.mac #header #mypage #hed_kentou {
	margin-bottom: 1px;
}
.mac #header #mypage #hed_kentou a {
	background: url(/img/template/header/kentou_back2_out.gif) no-repeat;
}
.mac #header #mypage #hed_search a {
	background: url(/img/template/header/search_back2_out.gif) no-repeat;
}
.mac #header #mypage #hed_kentou a:hover {
	background: #fff url(/img/template/header/kentou_back2_over.gif) no-repeat;
}
.mac #header #mypage #hed_search a:hover {
	background: #fff url(/img/template/header/search_back2_over.gif) no-repeat;
}
#header #mypage a:hover img {
	visibility: hidden;
}
#header a#hed_support, #header a.hed_support {
	margin: 0 0 0 608px;
	width: 152px;
	height: 49px;
	background: url(/img/template/header/support_back_out.gif) no-repeat;
	display: block;
	text-decoration: underline;
}
#header a:hover#hed_support, #header a:hover.hed_support {
	background: url(/img/template/header/support_back_over.gif) no-repeat;
}
#header a#hed_support span, #header a.hed_support span {
	padding: 31px 0 0 0;
	display: block;
	text-align: center;
	line-height: 1;
}
/*--------------------------------------
　グローバルナビゲーション
---------------------------------------*/
#g_menu {
	margin: 5px 0 0 0;
	padding: 0;
	width: 760px;
	overflow: hidden;/*Mac IE用ハック*/
	/*\*//*/
	overflow: visible;
	/**/ 
}
#g_menu li {
	margin-right: 2px;
	height: 20px;
	list-style-type: none;
	float: left;
}
#g_menu li a {
	padding: 4px 0px 0px;
	width: 150px;
	height: 16px;
	background: url(../img/hedder3/button1.gif) no-repeat;
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
* html #g_menu li a {
	height: 20px;/*Mac IE用ハック*/
		/*\*//*/
		height: 16px;
		/**/
	}
#g_menu li a:hover {
	text-decoration: underline;
	background-image: url(../img/hedder3/button2.gif);
	background-repeat:no-repeat;
	background-position: top;
}
#g_menu li.last {
	margin-right: 0px;
}
#g_menu li.last a {
	width: 152px;
	background: url(../img/hedder3/button1_b.gif) no-repeat top;
}
#g_menu li.last a:hover {
	background: url(../img/hedder3/button2_b.gif) no-repeat top;
}
/* footer */
#footer {
	width: 760px;
	padding-top: 10px;
	font-size: 11px;
	background-image: url(../img/footer/line.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	clear: both;
	line-height:1.4;
}
#footer1_left,
.footer1_left {
	width:80px;
	float:left;
	padding-left:5px;
	line-height:1.4;
}
#footer2_left {
	padding: 5px 0 0 5px;
	list-style: none;
	clear:both;
}
#footer2_left li h2 {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer2_right {
	padding-top: 5px;
	text-align:right;
}
#footer2_right address {
	padding-top: 5px;
	color:#666666;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer1_right, .footer1_right {
	width: 670px;
	float:right;
}
#footer1_right ul, .footer1_right ul {
	margin: 0;
	list-style-type: none;
}
#footer1_right ul li, #footer2_left li, .footer1_right ul li {
	display: inline;
	margin-right: .7em;
	padding-right: .7em;
	border-right: 1px solid #000;
}
#footer1_right .lastChild, #footer2_left .lastChild, .footer1_right .lastChild {
	margin: 0;
	padding: 0;
	border: none;
}
.clear {
	clear:both;
}
/* pXg */

.pan {
	padding: 5px 4px 5px 0;
	width: 756px;
	clear: both;
	z-index:1;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:right;
}
/* gbvy[W */

#top_box {
	width: 760px;
	clear: both;
}
/* j[ */

#top_box_left {
	width: 170px;
	float: left;
}
#welcome_titleimg {
	vertical-align: top;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top2/welcome_top.gif);
	background-repeat: no-repeat;
}
#welcome_titleimg .title {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 7px 0px 4px;
	width: 170px;
}
#welcome {
	background-image: url(../img/top/menu_a_04.gif);
	background-repeat: repeat-y;
}
#welcome p {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
#welcome .text {
	width: 155px;
	margin: 0px auto;
	padding: 8px 0px;
}
#welcome .button {
	margin-bottom: 6px;
	border-style: none;
}
#welcome .buttomimg {
	vertical-align: top;
}
#banner_box {
	width: 170px;
	padding-top: 10px;
}
#banner_box img {
	margin-bottom: 3px;
}
#banner_box p {
	font-size: 12px;
	margin-bottom: 10px;
}
#banner_box .bbs {
	margin-bottom: 15px;
}
/* Rec */

#top_box_center {
	width: 410px;
	float: left;
	margin: 0px 8px 0px 10px;
}
#top_box_center .obi {
	margin: 20px 0px 5px;
}
#top_box_center .copy {
	margin-bottom: 10px;
}
.clear {
	clear: both;
	float: none;
}
#contents01 {
	width: 410px;
}
#contents01 ul {
	height: 170px;
	background-image: url(/img/top/mainback.jpg);
	background-repeat: no-repeat;
	text-valign:top;
	list-style-image: url(/img/top/arrow3.gif);
	margin: 0px;
	padding: 10px 175px 0px 25px;
	line-height: 170%;
}
#contents02 {
	width: 410px;
	padding-bottom: 10px;
	clear: both;
}
#contents02_left {
	width: 205px;
	float: left;
}
#contents02_right {
	width: 205px;
	float: right;
}
#contents_list {
	width: 410px;
}
#contents_list .title {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px;
}
#contents_list ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(/img/top2/arrow1.gif);
	margin: 0px;
	padding: 0px;
}
#contents_list li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
#contents_list li .day {
	width: 60px;
	padding-right: 5px;
}
#contents03 {
	width: 410px;
	border: 1px solid #009933;
}
#contents03 p {
	font-size:12px;
	line-height:150%;
	padding: 6px;
	margin:0px;
}
/* Ej[ */

#top_box_right {
	width: 160px;
	float: right;
}
#top_box_right .number {
	font-size: 12px;
	padding: 28px 18px 2px 0px;
	font-weight: bold;
	text-align: right;
}
#notice_box1 {
	width: 160px;
	background-image: url(../img/top2/notice_buckimg1.gif);
	height: 43px;
}
#notice_box2 {
	width: 160px;
	background-image: url(../img/top2/notice_buckimg2.gif);
	height: 42px;
	margin-bottom: 15px;
}
#banner_box2 {
	width: 158px;
	border: 1px solid #666666;
	margin: 0px auto 3px auto;
	text-align: center;
}
#banner_box2 img {
	width: 140px;
	height: 50px;
	text-align: center;
	margin: 1px;
	padding: 0px;
}
#banner_box2 p {
	border-top: 1px solid #666666;
	width: 158px;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
/* gbvy[Wl */

#top_joblist {
	width: 760px;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#top_joblist .title {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 3px;
}
#top_joblist ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(/img/top/kensak_yajirushi.gif);
	margin: 0px;
	padding: 0px 0px 3px;
}
#top_joblist li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
#top_joblist_left {
	width: 246px;
	float: left;
}
#top_joblist_center {
	width: 215px;
	float: left;
}
#top_joblist_right {
	width: 289px;
	float: right;
}


/*
#hedder_box3			{ width: 760px; height: 20px; margin: 0px 0px 0px 1px; padding:0px;}
#hedder_box3 li 		{ width: 150px; height: 20px; margin-right: 2px; list-style-type: none; text-align: center; float: left;}
#hedder_box3 li a		{ width: 150px; height: 20px; color:#FFFFFF; font-size: 12px; text-decoration: none; padding-top: 4px 0px 0px; background-image: url(../img/hedder3/button1.gif); background-repeat:no-repeat; background-position: top; display:block;}
#hedder_box3 li a:hover	{ width: 150px; height: 20px; color:#FFFFFF; font-size: 12px; text-decoration: underline; background-image: url(../img/hedder3/button2.gif); background-repeat:no-repeat; background-position: top;}
*/

/** debug */
/* *:hover { outline: 1px dotted red !important; } */
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearFix {
	display: inline-block;
}
*+html .clearFix {
	display: inline-block;
}
.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
