﻿body {
	background-image: url(image/body_bgcolor02.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body,
td,
th {
	font-size: 12px;
}

#detail {
	padding: 0px;
}

p {
	margin: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #003366;
}

a:active {
	color: #006699;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #C18446;
	clear: both;
}

h2 {
	color: #336666;
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 25px;
	font-size: 16px;
	background-image: url(image/icon_heart25x25.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

/********h2image**********/
.jobdt_h2 {
	background-image: url(image/h2img_job_dt.gif);
	background-repeat: no-repeat;
	height: 150px;
	line-height: 150px;
}

.shikaku_h2 {
	background-image: url(image/h2img_shikaku.gif);
	background-repeat: no-repeat;
	height: 150px;
	line-height: 150px;
}

h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #D50045;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D50045;
	margin-left: 30px;
}

/*************************************
　ヘッダー
*************************************/
#header {
	margin: 0px;
	padding: 0px;
	background-image: url(image/base/head_bg.jpg);
	background-repeat: repeat-x;
	height: 205px;
	width: 100%;
}

#header #headtxt {
	float: right;
	margin-right: 30px;
	width: 450px;
}

#header #headtxt ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#header #headtxt li {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #336666;
	border-right-color: #336666;
	border-bottom-color: #336666;
	border-left-color: #336666;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*************************************
　新規メイン
*************************************/
#mainbox {
	width: 852px;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}

/*************************************
　新規レフトボックス
*************************************/
#leftbox {
	float: left;
	width: 270px;
}

#leftbox #login {
	width: 262px;
	border: 1px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	-ms-box-shadow: 0px 0px 5px #666666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding-bottom: 10px;
}

#leftbox #login_btn {
	line-height: 80px;
	height: 80px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F69;
	text-align: center;
	margin: 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	font-size: 20px;
	background-image: url(image/base/login_btn.png);
	background-repeat: repeat-x;
}

#leftbox #login_btn a {
	color: #FFF;
	text-decoration: none;
	display: block;

}


#leftbox #login_btn a:hover {
	color: #FC0;
	display: block;
}

#leftbox #menu {
	width: 262px;
	border: 1px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	-ms-box-shadow: 0px 0px 5px #666666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	margin-top: 10px;
}

#leftbox #menu #m_head {
	line-height: 28px;
	height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333;
	text-align: center;
	margin: 3px;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 2px 5px #666666;
	-webkit-box-shadow: 0px 2px 5px #666666;
	-moz-box-shadow: 0px 2px 5px #666666;
	-ms-box-shadow: 0px 2px 5px #666666;
	background-image: url(image/base/l_menu_head.png);
	background-repeat: repeat-x;
}

#leftbox #menu #m_content {

}

#leftbox #menu #m_content ul {
		margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#leftbox #menu #m_content li {
		font-size: 14px;
}

#leftbox #menu #m_content li a {
	line-height: 30px;
	display: block;
	width: 200px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}

#leftbox #menu #m_content li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #999;
	background-image: url(image/base/l_menu_btn_on.jpg);
}

#btn_active {
}

#btn_active a {
}

#leftbox #sub_menu {
	width: 262px;
	border: 1px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	-ms-box-shadow: 0px 0px 5px #666666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	margin-top: 10px;
}

#leftbox #sub_menu #sub_m_head {
	line-height: 28px;
	height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F69;
	text-align: center;
	margin: 3px;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
		box-shadow: 0px 2px 5px #666666;
	-webkit-box-shadow: 0px 2px 5px #666666;
	-moz-box-shadow: 0px 2px 5px #666666;
	-ms-box-shadow: 0px 2px 5px #666666;
	background-image: url(image/base/l_submenu_head.png);
	background-repeat: repeat-x;
}

#leftbox #sub_menu #sub_m_content {
}

#leftbox #sub_menu #sub_m_content ul {
	margin: 0px;
	list-style-type: none;
	font-size: 10px;
	line-height: 25px;
	padding: 15px;
}

#leftbox #sub_menu #sub_m_content li {
}

#leftbox #sub_menu #sub_m_content li a {
}

#leftbox #sub_menu #sub_m_content li a:hover {
}


#leftbox #underbox {
	margin-left: 10px;
}

/*************************************
　新規ライトボックス
*************************************/
#rightbox {
	float: right;
	width: 580px;
}

#rightbox table {
	color: #2863B6;
}

#rightbox td {
	color: #333333;
}

#rightbox #slidebar {
	line-height: 30px;
	background-image: url(image/base/slidebar.jpg);
	background-repeat: no-repeat;
	padding-right: 3px;
	padding-left: 147px;
	width: 430px;
	color: #336666;
}

#rightbox #top_pr {
	background-repeat: no-repeat;
	width: 580px;
	overflow: hidden;
	padding-top: 166px;
	background-image: url(image/top_pr580x532.jpg);
	margin-bottom: 15px;
}

#rightbox #r_txtarea {
	width: 580px;
}

#rightbox #r_txtarea #r_head {
	line-height: 36px;
	height: 36px;
	border: 1px solid #999;
	border-radius:  10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 2px 5px #666666;
	-webkit-box-shadow: 0px 2px 5px #666666;
	-moz-box-shadow: 0px 2px 5px #666666;
	-ms-box-shadow: 0px 2px 5px #666666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #999;
	font-weight: bold;
	color: #FFF;
	background-image: url(image/base/r_txtarea_head.png);
	background-repeat: repeat-x;
}

#rightbox #r_txtarea #r_content {
	border: 1px solid #999;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 2px 5px #666666;
	-webkit-box-shadow: 0px 2px 5px 0px #666666;
	-moz-box-shadow: 0px 2px 5px #666666;
	-ms-box-shadow: 0px 2px 5px #666666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding: 30px;
}

.headmark {
	background-image: url(image/base/head_7anv.jpg);
	background-repeat: no-repeat;
	height: 205px;
	background-position: left top;
}

.float_cut {
	clear: both;
	text-align: center;
}

#h2_box_job {
	height: 150px;
	background-image: url(image/h2box_job.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 250px;
}

#h2_box_shikaku {
	height: 150px;
	background-image: url(image/h2box_shikaku.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 250px;
}

#h2_box_pay {
	height: 150px;
	background-image: url(image/h2box_pay.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 250px;
}

#h2_box_faq {
	height: 150px;
	background-image: url(image/h2box_faq.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 250px;
}

#h2_box_entry {
	height: 150px;
	background-image: url(image/h2box_entry.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 250px;
}

.h2_underbox {
	padding: 15px;
}

#footer {
	height: 45px;
	clear: both;
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

/********font color**********/
.dark_gr {
	color: #336666;
}

.dark_rd {
	color: #D50045;
}

.red {
	color: #FF0000;
}

.blue {
	color: #2863B6;
}

.purple {
	color: #CE6AB0;
}

.gray10px {
	　　font-size: 10;
	font-size: 10px;
	color: #666666;
}

/********FAQ　PAGE**********/
#faq_area {
}

#faq_area dt {
	font-weight: bold;
	color: #336666;
	line-height: 40px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-top-color: #336666;
	margin-left: 30px;
}

#faq_area dd {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	line-height: 25px;
	padding-left: 5px;
	color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D50045;
}

/********entry　PAGE**********/
#rulesbox {
	padding: 10px;
	height: 200px;
	overflow: auto;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

/*Added by Axis*/

.add01 {
	padding:10px 20px 10px 20px;
	color: #666666;
	background-repeat: no-repeat;
}

h4 {
	margin-left: 30px;
}

/********キャンペーンバナー用**********/
#sevenBox {
	display: block;
	height: 200px;
	width: 200px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 197px;
	right: 0px;
}

