body   {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
	font-size: 12px;
	line-height: 125%;
	margin: 0;
	background: #c1d7f0;
	color: #333;
}

/* bootstrap overwrite */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.btn-default {
	color: #000;
	border-color: #999;
}
.form-control {
	color: #000;
	border-color: #999;
}

a:link {
	color: #265284
}
a:visited { color: #265284; text-decoration: underline }
a:hover { color: #5b89d5; text-decoration: underline }

.small {
	font-size: 11px;
}

br.clear {
	clear:both;
}

.main_title {
	padding: 5px;
	width: 98%;
	border: 1px #CCC solid;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.main_title span{
	padding-left: 5px;
	border-left: 8px #4488FF solid;
	font-weight: bold;
}

.gray_gradient {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}

/* container */
#container {
	background-color:#FFF;
	border-left:1px #929292 solid;
	border-right:1px #929292 solid;
	width:950px;
	padding:4px 2px;
	margin-right: auto;
	margin-left: auto;
}


/* header */
#header {
	text-align: left;
	width: 100%;
}

#header h1 {
	margin: 0 3px;
}
#header h2 {
	font-size: 11px;
	color: #006633;
	margin-top: 2px;
	margin-left: 8px;
	padding: 0px;
}

#header_right a.square {
	font-size: 11px;
	border: 2px #006633 solid;
	background-color:#CCFFCC;
	padding:3px 5px;
	color: #006633;
}

#header_left{
	float:left;
}

#header_left h1 {
	float:left;
}

#header_left .link {
	float: left;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#header_left .count {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#header_left .count span{
	font-size: 16px;
	font-weight:bold;
	color: #006633;
}

#header .title h2{
	display:block;
	float:right;
	margin: 15px 30px auto auto;
}

#header_right{
	float:right;
	text-align:right;
}

/* navi */
#navi {
	text-align: left;
	width:100%;
}

#navi .menu{
	width: 100%;
	background-image: url(../../keisaijirei/image/top_2_01_1.gif);
}

#navi .menu a.square{
	border: 2px #333 solid;
	background-color:#999;
	padding:3px 5px;
	color: #FFF;
}

#navi .path{
	font-size: 12px;
	background-color:#000066;
	padding:3px 5px;
	color: #FFF;
}

#navi .path a{
	color: #FFF;
}

/* contents_left,right */
#contents {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

#contents_left {
	width: 68%;
	margin-left:2%;
	float: left;
}
#contents_right {
	margin-top:10px;
	margin-right:5px;
	width: 28%;
	float: right;
}

/* title */
#title h1 {
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: #999999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#title h2 {
	width: 100%;
	text-align:left;
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 8px #F00 solid;
}

#title .keywd {
	margin: 10px 5px;
	padding: 5px;
	text-align:left;
	font-size: 11px;
	background-color:#265284;
	border-radius:5px;
	position:relative;
	color:#FFF;
}
 
#title .keywd:after {
	border:10px solid transparent;
	border-bottom-color:#265284;
	border-top-width:0;
	top:-10px;
	content:"";
	display:block;
	right:80px;
	position:absolute;
	width:0;
}

#description .keywd {
	margin: 10px 5px;
	padding: 5px;
	text-align:left;
	font-size: 11px;
	background-color:#265284;
	border-radius:5px;
	position:relative;
	color:#FFF;
}

#description .keywd .name {
	font-size: 13px;
	display:block;
}


/* page_navi */
.page_navi {
	width: 100%;
	margin: 10px 0;
}

.page_navi .count{
	width: 20%;
	float: left;
}

.page_navi .count .total{
	padding: 0 3px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.page_navi ul.pager{
	width: 68%;
	float: right;
	text-align: right;
	list-style: none;
	margin:0;
	padding:4px 0;
}

.page_navi ul.pager li{
	display: inline;
}

.page_navi ul.pager li span{
	padding: 3px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000099;
	background: #FFF;
	border: 1px solid #000099;
}

.page_navi ul.pager li span.now{
	background: #DDD;
}

.page_navi ul.pager li a{
	text-decoration: none;
	font-size: 12px;
}


/* login */
#login {
	height: 100px;
	margin-top: 20px;
}
#login .box {
	width: 48%;
	height: 120px;
	margin-right: 1%;
	text-align:left;
	float: left;
	border:1px #FF8844 solid;
	position: relative;
}

#login .box .box_title {
	padding: 5px 0;
	text-indent: 5px;
	display:block;
	width:100%;
	background-color:#FF8844;
	color: white;
}

#login .box .box_text{
	font-size: 11px;
	width: 100%;
	display: block;
	padding: 7px;
}

#login .box a.square {
	border: 2px #006633 solid;
	background-color:#CCFFCC;
	padding:3px 5px;
	color: #006633;
	right: 5px;
	bottom: 5px;
	position: absolute;
}

/* search_tabs */
#search_tabs {
	margin-top: 10px;
}


#search_tabs .box {
	width: 45%;
	text-align:left;
	border-radius:5px;
	border:1px #9999dd solid;
	margin: 5px;
	padding: 8px 10px;
}


#search_tabs .box a{
	display:block;
	font-size: 11px;
}

#search_tabs .box a.category{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px #FF8844 solid;
	margin-bottom: 2px;
}


#search_tabs .box span.count{
	font-size: 11px;
	background-color:#EEE;
	padding:3px 5px;
	color: #333;
	margin-left: 10px;
	border-radius:2px;
}

#search_tabs .tag a{
	display:block;
	font-size: 14px;
	float: left;
	background-color:#FFF;
	border: 1px #CCC solid;
	padding: 3px 10px;
	margin: 5px;
}

#search_tabs .search_table{
	margin: 10px 0;
	font-size: 13px;
	border-spacing: 3px;
}

#search_tabs .search_table th{
	border: 1px #999 solid;
	width: 20%;
	text-align:center ;
}

#search_tabs .search_table td{
	border: 1px #999 solid;
	padding: 5px 10px;
	background-color:#FFF;
	padding-left:5px;
}

#search_tabs li{
	font-size: 12px;
}

#search_tabs button.multiselect{
	overflow-x:hidden;
	text-align:left ;
	font-size: 12px;
}

/* work */
#work {
	margin-bottom: 10px 0;
}

#work table.box{
	display: block;
	border: 1px #666 solid;
	width: 100%;
	font-size: 12px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-collapse: separate;
	border-spacing: 5px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#work table.box caption h3{
	border-top-right-radius:10px;
}

#work table.box caption h3{
	border: 1px #666 solid;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #1b1e6f;
	color: #FFF;
	margin: 0;
	padding: 10px 10px 5px 10px;
}

#work table.box caption h4{
	border: 1px #666 solid;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #c1d7f0;
	color: #1b1e6f;
	margin: 0;
	padding: 5px 10px;
}

#work table.box tbody th{
	width: 20%;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	background: #e1e4e9 url(../../keisaijirei/image/arrow_03.gif) 3px 8px no-repeat;
	padding: 5px 15px;
}

#work table.box tbody td{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #999 dotted;
}

#work table.box .image{
	text-align: right;
}

#work table.box .image img{
	margin: 5px 0;
}

#work table.box img.work_link{
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}

#work table.com{
	display: block;
	border: 1px #666 solid;
	margin: 5px 0;
	width: 100%;
	font-size: 12px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-collapse: collapse;
	border-spacing: 2px;
}

#work table.com caption{
	border-top-right-radius:10px;
	border: 1px #666 solid;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #cccccc;
	margin: 0;
	padding: 5px 10px 3px 10px;
}

#work table.com tbody th{
	width: 20%;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	background-color: #c1d7ef;
	padding: 5px 15px;
	border-bottom: 1px #999 dotted;
}

#work table.com tbody td{
	padding: 5px 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #999 dotted;
}


#work .social{
	float: right;
	margin-bottom: 5px;
	margin-right: 5px;
}


#work .social div{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* nearly */
#nearly {
	
}

#nearly table.cell{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 10px;
	border: 1px #999 solid;
}

#nearly table.cell caption{
	font-size: 12px;
	font-weight: bold;
}

#nearly table.cell td{
	font-size: 11px;
}

#nearly table.cell .tac{
	text-align: center;
}

/* keyword */
#keyword {
	margin-top: 20px;
}

#keyword .tag span{
	display:block;
	font-size: 15px;
	font-weight:bold;
	margin-left: 50px;
	float: left;
	padding: 3px 10px;
	margin: 5px;
}

#keyword .tag a{
	display:block;
	font-size: 14px;
	float: left;
	background-color:#EEE;
	border: 1px #CCC solid;
	padding: 3px 10px;
	margin: 5px;
}

/* info */
#contents_right .info{
	border: 1px #CCC solid;
	font-size: 12px;
	padding:3px 5px;
	color: #333;
	border-radius:5px;
	margin-bottom: 10px;
}

/* side_search */
#contents_right .search{
	border: 1px #CCC solid;
	font-size: 12px;
	padding:3px 5px;
	color: #333;
	border-radius:5px;
	margin-bottom: 10px;
}

#contents_right .search .title{
	border: 1px #CCC solid;
	font-size: 14px;
	color: #993333;
	font-weight: bold;
	padding:8px 3px;
	margin:10px 0 5px 0;
}

#contents_right .search .search_all{
	float: right;
	font-size: 11px;
}

#contents_right .search ul{
	list-style: none;
	margin:0;
	padding:0;
}

#contents_right .search ul li{
	margin: 3px 0;
	font-size: 11px;
}

#contents_right .search ul li.category{
	background: url(../../keisaijirei/image/arrow_03.gif) 0px 3px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	display: block;
}

#contents_right .search ul li.subcategory{
	margin-left: 20px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents_right .search ul li.selected{
	font-weight: bold;
	background-color: #FDD;
}

/* social_links */
#social_links {
}


#social_links div{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}


/* pickup */
#contents_right .pickup{
	border: 1px #CCC solid;
	color: #333;
	margin-bottom: 10px;
}

#contents_right .pickup .title{
	border-bottom: 1px #CCC solid;
	color: #993333;
	font-weight: bold;
	padding:3px 15px;
}

#contents_right .pickup ul{
	list-style: none;
	margin:0;
	padding:0;
}

#contents_right .pickup ul li{
	font-size: 11px;
	padding: 5px 10px;
	border-bottom: 1px #CCC dotted;
}

#contents_right .pickup ul li:last-child{
	border-bottom: none;
}

#contents_right .pickup ul img{
	margin-right:3px;
	float: left;
}

#contents_right .pickup ul a{
	font-size: 11px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* footer */
#footer{
	width: 96%;
	padding: 0 2%;
}

/* area_search */
#area_search{
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../../keisaijirei/image/background_02.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding-top: 20px;
}


#area_search ul{
	list-style: none;
	margin:0;
	padding:0;
}

#area_search ul li{
	clear: both;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../../keisaijirei/image/background_03.gif);
	background-repeat: repeat-x;
	background-position: 0px 3px;
	line-height: 200%;
}

#area_search ul li .left{
	width: 20%;
	float :left;
}

#area_search ul li .right{
	width: 79%;
	float :right;
}

#area_search ul li a{
	padding-left: 10px;
	margin-left: 8px;
	background-image: url(../../keisaijirei/image/arrow_03.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/* connect */
#connect{
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../../keisaijirei/image/background_02.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#connect a{
	font-size: 11px;
	float : left;
	display: block;
	margin-top: 5;
	margin-right: 10px;
	margin-bottom: 5;
	margin-left: 10px;
}

/* company_links */
#company_links{
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../../keisaijirei/image/background_02.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

/* copyright */
#copyright{
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../../keisaijirei/image/background_02.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#copyright span{
	font-size: 11px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

/* login_modal */
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

#login_modal {
	width: 404px;
	padding-bottom: 2px;
	display:none;
    background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#login_modal .header { 
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#login_modal .header  h2 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

#login_modal .header p {
	color: #444;
	font-size: 12px;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: none;
}

#login_modal .txt-fld {
	position: relative;
	width: 364px;
	padding: 5px 10px;
	border-bottom: 1px solid #EEE;
	text-align: right;
}

#login_modal .btn-fld {
	width: 254px;
	overflow: hidden;
	padding: 5px 10px 5px 130px;
}

#login_modal .txt-fld label {
	display: block;
	padding-top: 8px;
	padding-bottom: 3px;
	color: #222;
	font-size: 14px;
	text-align: left;
}

#login_modal .txt-fld input {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	color: #222;
	background: #F7F7F7;
	outline: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
}

#login_modal .btn {
	float: right;
	background: #FF8844;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 16px;
	color: #FFF;
	padding: 7px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
}

#login_modal .modal_close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../test01%20-%20Copy/extra/modal_close.png);
	z-index: 2;
}#container #contents_left #login .box a img {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#container #footer #company_links .list {
	float: right;
	width: 650px;
	background-image: url(../../keisaijirei/image/background_03.gif);
	background-repeat: repeat-x;
	background-position: 0px 49px;
}
#container #footer #company_links .logo {
	float: left;
	width: 100px;
	padding-top: 2px;
}
#container #footer #company_links .text {
	float: right;
	width: 650px;
}
#container #footer #company_links .list dl {
	margin-top: 0px;
	padding-top: 2px;
	background-image: url(../../keisaijirei/image/background_03.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #footer #company_links .list dl dt {
	font-size: 0px;
	line-height: 0px;
	background-color: #f7f7f7;
	width: 110px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#container #footer #company_links .list dl dd ul li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-left: -8px;
	padding-left: 8px;
	background-image: url(../../keisaijirei/image/background_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 49%;
	font-size: 12px;
}
#container #footer #company_links .list dl dd ul {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#container #footer #company_links .list dl dd {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: middle;
	display: table-cell;
}
#container #contents #work .entry {
	background-color: #f3f9ff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 200px;
}
#container #contents .entry {
	background-color: #f3f9ff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 200px;
}
#container #contents #work .entry a {

}
#container #contents #work .entry a img {
	margin-left: 20px;
	margin-bottom: 10px;
}
#container #navi .menu .tool li {
	padding: 0px;
	float: left;
	list-style-type: none;
}
#container #navi .menu .navigation li {
	padding: 0px;
	float: left;
	list-style-type: none;
}
#container #navi .menu .navigation {
	margin: 0px;
	padding: 0px;
}
#container #navi .menu .tool {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin: 0px;
}
#container #contents #work .entry .guidance {
	width: 350px;
	margin-left: 20px;
}
#container #contents #work .entry .guidance a {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
#container #contents .entry a img {
	margin-left: 20px;
	margin-bottom: 10px;
}
#container #contents .entry .guidance {
	width: 350px;
	margin-left: 20px;
}
#container #contents .entry .guidance a {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
#container #contents_right .info .introduction {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#container #navi .menu .tool li img {
	margin-right: 15px;
}
#container #header #header_left .pagetoptitle {
	width: 550px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 10px;
}
#container #header #header_left .pagetoptitle p {
	font-size: 10px;
	color: #ACACAC;
	margin: 0px;
	padding: 0px;
}
#container #header #header_left .logo {
	width: 250px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
}
#container #contents_right .info .introduction p {
	font-size: 9px;
	line-height: 150%;
	color: #666;
	margin: 0px;
}
#container .pagetop {
	text-align: right;
	margin-top: 45px;
	padding-right: 55px;
}
#container .pagetop a {
	font-size: 10px;
	color: #333;
}
#container .footertxt {
	font-size: 9px;
	color: #999999;
	text-align: left;
	margin-left: 20px;
}
#container #error {
	float: left;
	height: 475px;
	width: 300px;
	margin-left: 15px;
}
#container #errormessage {
	text-align: center;
	float: left;
	height: 475px;
	width: 500px;
	padding-top: 120px;
	padding-right: 60px;
	padding-left: 60px;
}
#container .searchContainer {
	width: 100%;
}
#container .searchContainer #jobSearch {
	float: left;
	height: 300px;
	width: 400px;
	margin-left: 10px;
}
#container .searchContainer #areaSearch {
	float: left;
	height: 300px;
	width: 400px;
	margin-left: 10px;
}
#container #errormessage .message {
	font-size: 14px;
	line-height: 25px;
}
#container #errormessage .link-top a {
	background-image: url(../../keisaijirei/image/arrow_03.png);
	background-position: 0px 6px;
	margin-left: 8px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#container .searchContainer #jobSearch ul li {
	line-height: 180%;
}
#container .searchContainer #areaSearch ul li {
	line-height: 180%;
}
#container #contents #login .box1 {
	width: 382px;
	margin-left: 20px;
	float: left;
	padding: 0px;
	margin-right: 20px;
	border: 1px solid #09F;
}
#container #contents #login .box2 {
	width: 382px;
	margin-left: 20px;
	float: right;
	margin-right: 20px;
	border: 1px solid #09F;
	margin-bottom: 30px;
}
#container #contents #login .box2 .box_text {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100%;
}
#container #contents #login .box2 .space {
	padding: 15px;
}
#container #contents #login .box1 .space {
	padding: 15px;
}
#container #contents #login .box1 .graybox {
	background-color: #E9E9E9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container #contents #login .box1 .space p img {
	margin-left: 50px;
}
#container #contents #login .box2 .space p img {
	margin-left: 50px;
}
#container #contents #login .box2 .graybox {
	background-color: #E9E9E9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container div .company_main_title.gray_gradient {
	font-size: 20px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(../../images/midashi.png);
	color: #FFF;
	height: 54px;
	width: 909px;
	line-height: normal;
	margin-left: 10px;
}
#container #company_explanation p {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 25px;
	color: #333;
}
#container #header #header_right p {
	font-size: 9px;
	color: #666;
}
#container #company_explanation table {
	border: 2px solid #039;
	font-size: 14px;
	margin-top: 30px;
	border-collapse: collapse;
	width: 850px;
	text-align: center;
	margin-left: 30px;
}
#container #company_explanation table tr th {
	border: 1px solid #00F;
	background-color: #39F;
	text-align: center;
	padding: 10px;
	color: #FFF;
}
#container #company_explanation table tr td {
	border: 1px solid #039;
	padding: 10px;
}
#container .company_apply {
	width: 800px;
	padding-left: 100px;
	margin-top: 80px;
	margin-bottom: 80px;
}
#container .company_apply .apply {

}
#container .company_apply .apply {
	float: right;
	width: 300px;
}
#container .company_apply .regist {
	float: left;
	width: 300px;
}
#container #company_explanation #introduce {
	width: 880px;
}
#container #company_explanation #introduce .menu {

}
#container #company_explanation #introduce {
	width: 880px;
	padding-left: 50px;
}
#container #company_explanation #introduce .menu {
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	background-image: url(../../keisaijirei/image/midashi02.png);
	height: 35px;
	width: 850px;
	padding-top: 7px;
	padding-left: 30px;
}
#container #company_explanation ul {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#container #company_explanation #qa .question {
	background-image: url(../../keisaijirei/image/question.png);
	width: 850px;
	height: 50px;
	padding-top: 25px;
	padding-left: 80px;
	margin-left: 40px;
}
#container #company_explanation #qa .answer {
	background-image: url(../../keisaijirei/image/answer.png);
	width: 850px;
	margin-left: 40px;
	padding-top: 10px;
	padding-left: 80px;
	height: 70px;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 20px;
}
#container #company_explanation #qa .answer2 {
	font-size: 12px;
	line-height: 25px;
	height: 139px;
	width: 850px;
	margin-left: 40px;
	padding-top: 10px;
	padding-left: 80px;
	background-image: url(../../keisaijirei/image/answer2.png);
	margin-bottom: 20px;
}
#container #company_explanation .saiyoujudge {
	padding-left: 20px;
}
#container #idforget {
	width: 800px;
	border: 1px solid #09f;
	margin-left: 50px;
	margin-top: 20px;
	padding: 20px;
	line-height: 25px;
}
#container #company_explanation #qa .answer3 {
	background-image: url(../../keisaijirei/image/answer3.png);
	height: 472px;
	width: 850px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 10px;
	padding-left: 80px;
}
#container #flow .applyflow {
	width: 900px;
	margin-left: 15px;
}
#container #flow .applyflowexplain {
	padding: 20px;
	width: 900px;
}
#container #main .main_text {
	line-height: 25px;
	width: 850px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#container #main .kiyakutitle {
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	height: 35px;
	width: 850px;
	padding-top: 7px;
	padding-left: 30px;
	background-image: url(../../keisaijirei/image/midashi02.png);
	margin-left: 30px;
}
#container #company_explanation #cancell {
	margin-left: 20px;
	padding-bottom: 20px;
}
#container #company_explanation .cancell {
	font-size: 15px;
	line-height: 25px;
	color: #FFF;
	background-color: #06C;
	padding: 15px;
	margin-left: 50px;
	margin-right: 50px;
}
#container #company_explanation .check {
	padding: 20px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 1px solid #06C;
}
#container #company_explanation #cancell_explanation {
	width: 850px;
	background-color: #FFDFDF;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#container #company_explanation #cancell_explanation2 {
	width: 850px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	background-color: #EAFBB5;
	padding: 20px;
}p .c_red {
	color: #ff2800;
}#fee {
	padding-bottom: 30px;
	padding-left: 10px;
}
.sitemap_h3 {
	font-size: 16px;
	margin-top: 12px;
	color: #666;
}
.sitemap_h3 {
	background-image: url(../../keisaijirei/image/sitemap_hdg.png);
	height: 50px;
	width: 800px;
	padding-left: 60px;
	padding-top: 15px;
	margin-top: 30px;
}
.insertion {
	padding-bottom: 100px;
	padding-left: 100px;
}
#container #company_explanation #qa .question2 {
	background-image: url(../../keisaijirei/image/question2.png);
	height: 71px;
	width: 850px;
	margin-left: 40px;
	padding-top: 25px;
	padding-left: 80px;
}
.contents01 {
	padding-left: 50px;
	padding-bottom: 50px;
}
.contents01 p {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
