@charset "UTF-8";

/* ----------
リセット
------------- */

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

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

body{
	text-align:center;
	font-size:12px;
	color:#121212;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image: url(../img/img_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}


a,
a:link,
a:visited {
	color:#2392FD;
	text-decoration:none;
}

a:hover,
a:active {
	color:#2392FD;
	text-decoration:underline;
}

#wrapper {
	width:906px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#main{
	width:870px;
	margin-right: 17px;
	margin-left: 17px;
	padding-bottom: 115px;
	margin-top: 1px;
}  /* must be same height as the footer */

.clear {
	clear:both;
}


h1{
	font-size: 11px;
	font-weight: normal;
	line-height: 110%;
	padding-top: 8px;
}

h2{

}

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

#header{
	width:906px;
	background-image: url(../img/img_logo.gif);
	background-repeat: no-repeat;
	height: 87px;
	background-position: left bottom;
}

#header_l{
	width:314px;
	float: left;
}

#header_r{
	width:592px;
	float: right;
}

#logo{
	width:130px;
	display:inline;
	text-indent:-9999px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#logo a{
	width:130px;
 	height:62px;
 	display: block;
	overflow:hidden;
	text-decoration:none;
}

#header_r ul{
	width:273px;
	float: left;
	padding-top: 39px;
	list-style-type:none;
}

#header_r li  {
	float:left;		
}

#header_r a {
 	display: block;	
}

#header_r li#agent1 a {
	background-image:url(../img/btn_agent1.jpg);
	background-position:0px 0px;
	width:130px;
	height: 16px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#header_r li#agent1 a:hover, #header_r li#agent1 a:active {
 	background-position:0px -16px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#header_r li#inquiry1{
	margin-left: 6px;
}

#header_r li#inquiry1 a {
	background-image:url(../img/btn_inquiry1.jpg);
	background-position:0px 0px;
	width:130px;
	height: 16px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#header_r li#inquiry1 a:hover, #header_r li#inquiry1 a:active {
 	background-position:0px -16px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#login{
	width:319px;
	float: right;
	background-image: url(../img/img_login_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
}

#agentlogin{
	width:167px;
	height: 34px;
	float:left;
	margin-top: 5px;
	margin-left: 15px;
}

#agentlogin a {
	background-image:url(../img/btn_login.jpg);
	background-position:0px 0px;
	width:167px;
	height: 34px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	display: block;	
}

#agentlogin a:hover, #agentlogin a:active {
 	background-position:0px -34px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

.detail{
	margin-left: 10px;
	float: left;
	font-size: 11px;
	line-height: 120%;
	padding-top: 8px;
}

.detail a,
.detail a:link,
.detail a:visited {
	color:#FF9999;
	text-decoration:underline;
}

.detail a:hover,
.detail a:active {
	color:#FF9999;
	text-decoration:none;
}

/* ----------
Flash
------------- */

#flash{
	clear: both;
	background-image: url(../img/img_flash_back.gif);
	background-repeat: no-repeat;
	height: 339px;
	width: 906px;
	margin-top: 14px;
	padding-left: 7px;
}

.up{
	padding-top: 4px;
}

/* ----------
左コンテンツ
------------- */

#left_contents{
	float: left;
	width: 630px;
	margin-bottom: 40px;
}

/* グローバルナビ--------------- */

#gnavi {
	width:630px;
	height: 54px;
}

#gnavi ul {
	width:630px;
	list-style-type:none;
	height: 54px;
}

#gnavi li  {
	float:left;		
}

#gnavi li a {
 	display: block;	
}

#gnavi li#utop a {
	background-image:url(../img/btn_top.jpg);
	background-position:0px 0px;
	width:106px;
	height: 54px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#utop a:hover, #gnavi li#utop a:active {
 	background-position:0px -54px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#bcc a {
	background-image:url(../img/btn_bcc.jpg);
	background-position:0px 0px;
	width:175px;
	height: 54px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#bcc a:hover, #gnavi li#bcc a:active {
 	background-position:0px -54px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#corp a {
	background-image:url(../img/btn_corp.jpg);
	background-position:0px 0px;
	width:112px;
	height: 54px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#corp a:hover, #gnavi li#corp a:active {
 	background-position:0px -54px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#active a {
	background-image:url(../img/btn_active.jpg);
	background-position:0px 0px;
	width:111px;
	height: 54px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#active a:hover, #gnavi li#active a:active {
 	background-position:0px -54px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#recruit a {
	background-image:url(../img/btn_agent.jpg);
	background-position:0px 0px;
	width:126px;
	height: 54px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}

#gnavi li#recruit a:hover, #gnavi li#recruit a:active {
 	background-position:0px -54px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* サムネイルナビ------------------------ */

#snavi {
	width:617px;
	height: 146px;
	margin-left: 6px;
	margin-top: 14px;
}

#snavi ul {
	width:617px;
	list-style-type:none;
	height: 146px;
}

#snavi li  {
	float:left;		
}

#snavi li a {
 	display: block;	
}

#snavi li#s_bcc a {
	background-image:url(../img/btn_sab_bcc.jpg);
	background-position:0px 0px;
	width:146px;
	height: 146px;
	text-decoration:none;
	color: #121212;
	overflow:hidden;
}

#snavi li#s_bcc a:hover, #snavi li#s_bcc a:active {
	background-position:0px -146px;
	text-decoration:none;
	color: #121212;
	overflow:hidden;
}

#snavi li#s_shiori a {
	background-image:url(../img/btn_sab_shiori.jpg);
	background-position:0px 0px;
	width:146px;
	height: 146px;
	text-decoration:none;
	color: #121212;
	overflow:hidden;
	margin-left: 11px;
}

#snavi li#s_shiori a:hover, #snavi li#s_shiori a:active {
	background-position:0px -146px;
	text-decoration:none;
	color: #121212;
	overflow:hidden;
}

#snavi li#s_agent a {
	background-image:url(../img/btn_sab_agent.jpg);
	background-position:0px 0px;
	width:146px;
	height: 146px;
	text-decoration:none;
	color: #121212;
	overflow:hidden;
	margin-left: 11px;
}

#snavi li#s_agent a:hover, #snavi li#s_agent a:active {
	background-position:0px -146px;
	text-decoration:none;
	color: #121212;
	overflow:hidden;
}

#snavi li#s_partner a {
	background-image:url(../img/btn_sab_partner.jpg);
	background-position:0px 0px;
	width:146px;
	height: 146px;
	text-decoration:none;
	color: #121212;
	overflow:hidden;
	margin-left: 11px;
}

#snavi li#s_partner a:hover, #snavi li#s_partner a:active {
	background-position:0px -146px;
	text-decoration:none;
	color: #121212;
	overflow:hidden;
}

.snavi_text{
	font-size: 11px;
	line-height: 120%;
	padding-top: 34px;
	padding-left: 7px;
	padding-right: 5px;
}

/* 新着情報------------------------ */

#news_box{
	width:617px;
	margin-top: 20px;
	margin-right: 7px;
	margin-left: 6px;
	background-image: url(../img/img_news_line.gif);
	background-repeat: repeat-y;
}

.topics_box{
	width: 561px;
	margin-top: 11px;
	margin-right: 28px;
	margin-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.topics_date{
	font-size: 11px;
	line-height: 110%;
	color: #F30400;
}

.topics_text{
	font-size: 11px;
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 3px;
}

.topics_text a,
.topics_text a:link,
.topics_text a:visited {
	color:#121212;
	text-decoration:none;
}

.topics_text a:hover,
.topics_text a:active {
	color:#121212;
	text-decoration:underline;
}


#page{/* ----次ページへのリンク部分---- */
	width: 561px;
	margin-top: 11px;
	margin-right: 28px;
	margin-left: 28px;
	margin-bottom: 16px;
}

.pager_current{
	width: 18px;
	height: 18px;
	color: #F30400;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #F30400;
}

#page a {
	width: 18px;
	height: 18px;
	color: #121212;
	text-align: center;
	display: block;
	float: left;
	text-decoration:none;
	margin-right: 5px;
	border: 1px solid #F30400;
}

#page a:hover, #page a:active {
	color: #F30400;
}


/* BCCとは------------------------ */

#bcc_box{
	width:617px;
	margin-top: 20px;
	margin-right: 7px;
	margin-left: 6px;
	background-image: url(../img/img_news_line.gif);
	background-repeat: repeat-y;
}

#bcc_box_in{
	width:615px;
	background-image: url(../img/img_bcc.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 1px;
	margin-left: 1px;
}

.bcc_text_b{
	font-weight: bold;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
}

.bcc_text{
	font-size: 11px;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 150%;
}

.bcc_detail{
	width:67px;
	height: 13px;
	margin-top: 6px;
	margin-left: 20px;
	padding-bottom: 10px;
}

.bcc_detail a {
	background-image:url(../img/btn_detail.gif);
	background-position:0px 0px;
	width:67px;
	height: 13px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	display: block;	
}

.bcc_detail a:hover, .bcc_detail a:active {
 	background-position:0px -13px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* ----------
右コンテンツ
------------- */

#right_contents{
	float: right;
	width: 215px;
	margin-top: 4px;
	margin-bottom: 40px;
}

/* 募集------------------------ */

#rec_info{
	width: 215px;
	background-image: url(../img/img_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

.box_top{
	background-image: url(../img/img_box_md.gif);
	background-repeat: repeat-y;
}

.box_back{
	background-image: url(../img/img_box_rec.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

.read1{
	font-size: 11px;
	line-height: 120%;
	padding-top: 75px;
	padding-left: 12px;
}

.read2{
	font-size: 11px;
	line-height: 120%;
	padding-top: 10px;
	padding-left: 12px;
}

.side_inquiry{
	width:189px;
	height: 53px;
	margin-top: 10px;
	margin-left: 13px;
	overflow:hidden;
}

.side_inquiry a {
	background-image:url(../img/btn_side_inquiry.jpg);
	background-position:0px 0px;
	width:189px;
	height: 53px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	display: block;	
}

.side_inquiry a:hover, .side_inquiry a:active {
 	background-position:0px -53px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

.side_recruit{
	width:189px;
	height: 53px;
	margin-top: 4px;
	margin-left: 13px;
	overflow:hidden;
}

.side_recruit a {
	background-image:url(../img/btn_side_recruit.jpg);
	background-position:0px 0px;
	width:189px;
	height: 53px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	display: block;	
}

.side_recruit a:hover, .side_recruit a:active {
 	background-position:0px -53px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* 会社インフォメーション--------------- */

#corp_info{
	width: 215px;
	background-image: url(../img/img_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	margin-top: 15px;
}

.side_title{
	margin-left: 10px;
}

.corp_name{
	line-height: 110%;
	padding-left: 19px;
	padding-top: 8px;
}

.corp_ad{
	font-size: 11px;
	line-height: 130%;
	padding-right: 15px;
	padding-left: 19px;
	padding-top: 8px;
}

.corp_ad2{
	font-size: 11px;
	line-height: 130%;
	padding-right: 15px;
	padding-left: 19px;
	padding-top: 8px;
	padding-bottom: 3px;
}

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

#footer {
	background-image: url(../img/img_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	width: 100%;
	height: 115px;
	position: relative;
	margin-top: -115px; /* negative value of footer height */
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer_box{
	width: 870px;
	height: 115px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* サムネイルナビ------------------------ */

#fnavi {
	width:870px;
	height: 37px;
}

#fnavi ul {
	list-style-type:none;
	width:870px;
	height: 12px;
	padding-top: 14px;
}

#fnavi li  {
	float:left;
	font-size: 11px;
	color: #FFFFFF;
}

#fnavi li a {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 11px;
}

#fnavi li a:hover, #fnavi li a:active {
	text-decoration:underline;
	color: #FFFFFF;
	font-size: 11px;
}

/* コピーライト------------------------ */

.copyright{
	font-size: 11px;
	padding-top: 16px;
}

.seo{
	font-size: 11px;
}

