@charset "utf-8";

/*------------------------------------------------------------------------------
	JAC Recruitment
	Date: 2008-10
	(C) JAC Japan Co., Ltd. All rights reserved.
------------------------------------------------------------------------------*/

/* =汎用id
--------------------------------------------------------- */
#btnSet {
	padding: 10px 0;
	border: 1px solid #c7c7c7;
	background: #f2f2f2;
	}

#btnSet2 {
	padding: 10px 0;
	border: 1px solid #c7c7c7;
	background: #f2f2f2;
	}


/* =汎用class
--------------------------------------------------------- */
.clear {
	clear: both;
	}

.en {
	font-family: Arial, Helvetica, sans-serif;
	}

.uppercase {
	text-transform: uppercase;
	}

.center {
	text-align: center;
	}

img.icon {
	margin: 0 5px 0 0;
	}

.border {
	clear: both;
	background: url("/lib/imglib/border_gray_dot.gif") repeat-x 0 0;
	height: 1px;
	margin: 0 0 20px;
	}

.multiCols {
	float: left;
	display: inline;
	}

.floatboxLeft {
	float: left;
	display: inline;
	}

.floatboxRight {
	float: right;
	display: inline;
	}

img.floatimgRight {
	float: right;
	margin: 0 0 5px 2em;
	border: 5px solid #DDD;
	}

img.floatimgLeft {
	float: left;
	margin: 0 2em 5px 0;
	}


/* =各要素の汎用設定
--------------------------------------------------------- */
#mainCol p {
	font-size: 110%;
	}

#mainCol .commonTitle {
	margin:0 0 25px;
	}

#btnSet p {
	text-align: center;
	margin: 0;
	}

#btnSet2 p {
	text-align: center;
	margin: 0;
	}

table p {
	margin: 0;
	}

#mainCol p.caution {
	font-size: 95%;
	}

p.list {
	position: relative;
	width: 48px;
	height: 15px;
	float: right;
	display: inline;
	background: url("/lib/imglib/btn_view_list_over.gif") no-repeat 0 0;
	}

p.list a {
	display: block;
	width: 48px;
	height: 15px;
	}

p.list a:hover {
	background: transparent;
	}

p.list a:hover img {
	visibility: hidden;
	}

p.viewList {
	position: absolute;
	margin: -24px 0 0 622px;
	}

p.commonList {
	position: absolute;
	}

p.goTop {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 20px 270px 20px 0;
	}

p.endText {
	text-align: right;
	}

.pageBox {
	overflow: hidden;
	width: 690px;
	}

.pageBox p {
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px 0;
	}

.pageBox p.nav {
	width: 400px;
	text-align: right;
	float: right;
	}

.pageBox p.nav strong {
	font-size: 120%;
	}

fieldset.alpha,
fieldset.beta {
	margin: 0 0 20px;
	padding: 0 0 10px;
	}

fieldset.alpha {
	background: url("/lib/imglib/bg_search_01.png") no-repeat 0 100%;
	}

fieldset.beta {
	background: url("/lib/imglib/bg_search_01.png") no-repeat 0 100%;
	}

fieldset.alpha h2,
fieldset.beta h2 {
	margin: 1px 5px 0;
	}

fieldset.alpha table,
fieldset.beta table {
	width: 670px;
	margin: 0 10px;
	background: #fff;
}

fieldset.alpha th,
fieldset.alpha td,
fieldset.beta th,
fieldset.beta td {
	border-bottom: 1px solid #c0d2d7;
	padding: 10px;
	}

fieldset.alpha th,
fieldset.beta th {
	width: 90px;
	font-size:110%;
	}

/* add 20090304 */
body#seminar fieldset.beta td.check {
	_font-size:110%;/* hac for IE6.x */
}
/* add 20090304 End */


/* add 20090304 */
body#seminar fieldset.beta th {
	_font-size:110%;/* hac for IE6.x */
}
/* add 20090304 End */


fieldset.alpha td,
fieldset.beta td {
	border-left: 1px solid #c0d2d7;
	font-size:110%;
	}

fieldset .optionBox {
	margin: 0 10px;
	padding: 0 0 10px;
	background: #f1f1f1;
	}

fieldset.alpha .optionBox table,
fieldset.beta .optionBox table {
	width: 661px;
	border: 1px solid #c0d2d7;
	margin: 0;
	}

fieldset.alpha .optionBox th,
fieldset.beta .optionBox th {
	width: 85px;
	}

fieldset.alpha td select,
fieldset.beta td select {
	width: 260px;
	border: 1px solid #a5acb2;
	}

/* add 20090304 */
body#seminar fieldset.beta td select {
	_font-size:100%;/*hac for IE6.x */
}
/* add 20090304 End */


fieldset.alpha td input,
fieldset.beta td input {
	width: 245px;
	padding: 4px 7px;
	vertical-align: middle;
	}

fieldset.alpha td.check input,
fieldset.beta td.check input {
	vertical-align: middle;
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	float: none;
	}

#mainCol fieldset td.check {
	width: 260px;
	}

#mainCol fieldset td input.imgBtn {
	border: none;
	padding: 0;
	height: auto;
	width: 121px;
	}

#mainCol fieldset td input {
	margin: 0 25px 0 0;
	}

#mainCol fieldset td input[type="text"] {
	border: 1px solid #a5acb2;
}

#mainCol fieldset td.check input {
	margin: 0;
	}

#mainCol fieldset td p {
	font-size: 90%;
	}

#mainCol fieldset td p.submit {
	line-height: 1;
	}

#mainCol fieldset.beta td p.submit input {
	line-height: 1.1;
	vertical-align: middle;
	height: 12px;
	}

#mainCol fieldset td.check ul {
	margin: 5px 10px 0 15px;
	overflow: hidden;
	}

#mainCol fieldset td.check ul li {
	width: 100px;
	float: left;
	margin: 0 0 10px;
	line-height: 1;
	}

#mainCol fieldset td.check ul#date {
	border-top: 1px solid #CCC;
	}

#mainCol fieldset td.check ul#date li {
	padding: 10px 0 0;
	}

#mainCol fieldset td p.caution {
	margin: 15px 0 0;
	}

#mainCol fieldset td p.option {
	position: absolute;
	margin: -17px 0 0 430px;
	}

#mainCol fieldset td p.option a {
	padding: 0 0 0 10px;
	background: url("/lib/imglib/arrow_blue.gif") no-repeat 0 50%;
	}

#mainCol table.recent {
	margin: 0 0 10px;
	}

#mainCol table.recent th {
	width: 8em;
	padding: 6px 5px 0 0;
	background: url("/lib/imglib/border_gray_dot.gif") repeat-x 0 100%;
	}

#mainCol table.recent tr.dateHeader th {
	width: auto;
	padding: 6px 5px 3px 15px;
	background: #EEE url("/lib/imglib/border_gray_dot.gif") repeat-x 0 100%;
	border-top: 1px solid #BBB;
	}

#mainCol table.recent tr.dateHeader th.area {
	width: 8em;
	}

#mainCol table.recent td {
	padding: 8px 5px 6px 15px;
	background: url("/lib/imglib/bg_td.gif") repeat-x 0 100%;
	}

#mainCol table.recent td ul li {
	float: left;
	font-size: 84%;
	line-height: 1.3;
	padding: 0 3px;
	margin: 0 5px 5px 0;
	background: #D7D7D7;
	}

#mainCol table.recent td dt {
	margin: 0 0 5px;
	}

#mainCol table.recent td dd {
	font-size: 95%;
	}

#mainCol table.recent td p {
	clear: left;
	margin: 3px 0 0;
	font-size: 95%;
	}

input.btn {
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -10000px;
	background: none;
	}

input.auto {
	width: auto;
	}

#mainCol input {
	vertical-align: baseline;
	}

#mainCol h2 {
	clear: both;
	margin: 0;
	padding: 15px 0 10px 10px;
	font-weight: bold;
	font-size: 120%;
	line-height:140%;
	}

.index #mainCol h2 {
	background: #f8f8f8 url("/lib/imglib/bg_type_stripe_02.png") repeat-x 0 0;
	border-bottom: 1px solid #d2d2d2;
	}

.index #mainCol .multiCols h2 {
	clear: none;
	width: 330px;
	}

/* 「一覧へ」がある場合 */
h2.ttlList {
	padding:0 !important;
}
h2.ttlList span {
	width: 48px;
	height: 15px;
	background: url("/lib/imglib/btn_view_list_over.gif") no-repeat 0 0;
	position: absolute;
	top:18px;
	right:15px;
	}
h2.ttlList a {
	padding:15px 15px 10px;
	display:block;
	position:relative;
	height:100%;
	color:#000000;
	}
h2.ttlList a:hover {
	background: transparent;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	}
h2.ttlList a:hover img {
	visibility: hidden;
	}

.multiCols {
	width: 335px;
	margin: 0 0 0 20px;
	}

.start {
	margin: 0;
	}

.multiCols ul {
	margin: 0 0 20px;
	}

.multiCols ul li {
/* background: url("/lib/imglib/border_gray_dot.gif") repeat-x 0 90%; 20090309 delete */
/* add 20090309 */
	background: url("/lib/imglib/border_gray_dot.gif") repeat-x 0 100%;
/* add 20090309 End */
	}

.multiCols ul li a {
	display: block;
	background: url("/jac/imglib/icon_arrow_01.png") no-repeat scroll 8px 1.2em transparent;
	padding: 10px 10px 10px 25px;
	zoom: 1;
	}

ul.normalList {
	margin: 0 0 10px 20px;
	}

ul.normalList li {
	list-style-type: disc;
	line-height: 1.5;
	}

ul.innerNav {
	text-align: center;
	margin: 0 0 15px;
	}

ul.innerNav li {
	text-align: center;
	display: inline;
	padding: 3px 0;
	}

ul.innerNav li img {
	vertical-align: middle;
	margin: 0 7px;
	}

ul.listWimg {
	overflow: hidden;
	padding: 20px 0 0;
	}

ul.listWimg li {
	width: 150px;
	min-height: 10.5em;
	float: left;
	margin: 0 0 0 30px;
	}

ul.listWimg li.adjust {
	margin: 0;
	}

ul.listWimg li a {
	display: block;
	}

ul.listWimg li img {
	margin: 0 0 2px;
	}

ul.listCorpWimg {
	overflow: hidden;
	padding: 20px 0 0;
	zoom: 1;
	}

ul.listCorpWimg li {
	width: 150px;
	min-height: 10.5em;
	height: auto !important;
	height: 10.5em;
	float: left;
	margin: 0 0 0 30px;
	}

ul.listCorpWimg li.adjust {
	margin: 0;
	}

ul.listCorpWimg li a {
	display: block;
	}

ul.listCorpWimg li img {
	margin: 0 0 2px;
	border:1px solid #cccccc;
	}

ul.extra li {
	width: 190px;
	margin: 0 0 10px 25px;
	padding: 0 0 0 26px;
	display: inline;
	}

ul.extra li.adjust {
	margin: 0 0 10px 10px;
	padding: 0;
	background: none;
	}

#entryBox {
	background: #f5f5f5;
	margin: 0 0 20px;
	overflow: hidden;
	zoom: 1;
	clear: both;
	border: 1px solid #d7d7d7;
	}

#entryBox h3 {
	margin: 0 0 10px;
	padding: 5px 10px 2px;
	background: #075e82;
	font-size: 120%;
	color: #fff;
	}

#entryBox p {
	margin: 0;
	}

#entryBox .floatboxRight {
	width: 216px;
	margin: 0 10px 10px 0;
	display: inline;
	}

#entryBox .floatboxLeft {
	width: 430px;
	margin: 0 0 10px 10px;
	display: inline;
	}

#entryBox p.entry {
	width: 216px;
	height: 114px;
	}

#entryBox p.entry a {
	display: block;
	width: 216px;
	height: 114px;
	}

.pointBox {
	width: 570px;
	margin: 40px 0px 30px 60px;
	border: 4px solid #B5DDFF;
	}

.pointBox ul {
	padding: 20px 30px 20px 50px;
}

.pointBox h3 {
	position: absolute;
	margin: -40px 0 0 -80px;
	}

.pointBox ul li {
	font-weight: bold;
	font-size: 110%;
	line-height: 2;
	list-style-type: disc;
	}

table.disposer {
	width: auto;
	}

table.disposer th {
	font-size: 100%;
	padding: 0 .5em 0 0;
	}

table.disposer td {
	font-size: 100%;
	}
/* add 20090309 */
#terms table.disposer td,#terms table.disposer th {
/*	_font-size: 79%!important;*/
	font-size:100%;
	}
/* add 20090309 End */

#terms table.disposer2 td,#terms table.disposer2 th {
	font-size:110%;
}


.pop th {
	font-size:110%;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
	vertical-align:top;
	}

.pop td {
	font-size:110%;
	line-height:1.5;
	vertical-align:top;
	}

/* 求人情報リストの設定 */
#news_list {
	overflow:hidden;
	height:100%;
	}
#news_list dl {
	margin: -1px 0 0;
	padding:10px 0 10px 20px;
	background: url("/lib/imglib/border_gray_dot.gif") repeat-x 0 0;
	zoom:1;
	}
#news_list dl:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#news_list dl dt {
	padding-left:10px;
	margin-bottom:2px;
/*
	display:inline;
	*/
	background: url("/lib/imglib/arrow_blue.gif") no-repeat 0 6px;
	}
#news_list dl dt a {
	margin: 0 0 0 0;
	}

#news_list dl dd {
	/*
	display:inline;
	*/
	color:#666666;
	margin: 0 0 0 10px;
	}

#news_list dl dd span.income{
	margin-left:1.2em;
}

/* お申込はコチラ */
.jobAppli {
	margin-bottom: 30px;
	text-align: center;
}
.jobAppli a {
	display: block;
	width: 199px;
	height: 30px;
	margin: 0 auto;
	background: url(/contents/seminar/images/btn_appli.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
.jobAppli a:hover {
	background: url(/contents/seminar/images/btn_appli.jpg) no-repeat 0px -30px;
}

/* 「ご希望の求人が無かった方へ」の設定 */

.closeBoxGraph{
	border:4px solid #bcbcbc;
	padding:0px 26px 20px;
	margin:40px 0 20px;
}
.closeBoxGraph .closeTtl{
	margin:-15px 0px 20px;
}
.closeBoxGraph .closeGraph{
	margin:0px 0px 20px;
}
.closeBoxGraph .closeBtn{
	margin:0 68px;
}

/* 「共同運営サイト」の設定 */

.otherSite{
	border: 1px solid #d4d4d4;
}
.otherSite h3{
	background:#d4d4d4;
	padding:4px;
}
.otherSite ul{
	margin:10px;
}

/* =各角丸ボックスの設定
--------------------------------------------------------- */

/*---------- 角丸ボックス1 ----------*/
.radiusBoxType1 {
	width:100%;
	border:1px solid #d7d7d7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#ffffff;
	/*behavior: url(/lib/imglib/ie-css3.htc);*/
	behavior: url(/lib/pie/PIE.htc);
	margin:0 0 20px;
}
.radiusBoxType1 .inner {
	padding:20px 15px;
	background: url(/lib/imglib/radiusBox_shadow.gif) no-repeat 50% 2px;
}
.radiusBoxType1 h3 {
	margin:0 0 10px;
}

/*---------- 角丸ボックス2 ----------*/
.radiusBoxType2 {
	width:100%;
	border:1px solid #d7d7d7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#ffffff;
	/*behavior: url(/lib/imglib/ie-css3.htc);*/
	behavior: url(/lib/pie/PIE.htc);
	margin:0 0 20px;
}
.radiusBoxType2 .inner {
	padding:20px 15px;
	background:url(/lib/imglib/radiusBox_shadow.gif) no-repeat 50% 2px;
}

.radiusBoxType2 .radiusTtl {
	padding:10px 15px !important;
	background: url(/lib/imglib/radiusBoxType2_ttl.gif) no-repeat 50% 0;
	zoom:1;
	}
.radiusBoxType2 .radiusTtl:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.radiusBoxType2 .radiusTtl h2 {
	float:left;
	width:590px;
	line-height:110%;
	margin:0 !important;
	padding:0 !important;
	background: none !important;
	border-bottom: none !important;
}
.radiusBoxType2 .radiusTtl .list {
	float:right;
	width:48px;
	margin:3px 0 0 !important;
}

/* 「一覧へ」がある場合 */
.radiusBoxType2 .radiusTtlList {
	background: url(/lib/imglib/radiusBoxType2_ttl.gif) no-repeat 50% 0;
	}
.radiusBoxType2 .radiusTtlList h2 {
	line-height:110%;
	margin:0 !important;
	padding:0 !important;
	background: transparent !important;
	border-bottom: none !important;
}
.radiusBoxType2 .radiusTtlList span {
	width: 48px;
	height: 15px;
	background: url("/lib/imglib/btn_view_list_over.gif") no-repeat 0 0;
	position: absolute;
	top:12px;
	right:15px;
	}
.radiusBoxType2 .radiusTtlList a {
	padding:10px 15px;
	display:block;
	position:relative;
	height:100%;
	color:#000000;
	}
.radiusBoxType2 .radiusTtlList a:hover {
	background: transparent;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	}
.radiusBoxType2 .radiusTtlList a:hover img {
	visibility: hidden;
	}

/* lineList */
.radiusBoxType2 .lineList {
	overflow:hidden;
	height:100%;
	}
.radiusBoxType2 .lineList ul {
	margin:-1px 0 0;
	}
.radiusBoxType2 .lineList ul li {
	padding:7px 0;
	background: url("/lib/imglib/border_gray_dot.gif") repeat-x 0 0;
	}
.radiusBoxType2 .lineList ul li a {
	padding-left:10px;
	background:url(/lib/imglib/arrow_blue.gif) no-repeat left center;
	display:block;
	}

/* lineList2cols */
.radiusBoxType2 .lineList2cols {
	overflow:hidden;
	height:100%;
	}
.radiusBoxType2 .lineList2cols ul {
	margin:-1px 0 0 -20px;
	zoom:1;/*for IE 5.5-7*/
	}
.radiusBoxType2 .lineList2cols ul:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.radiusBoxType2 .lineList2cols ul li {
	float:left;
	width:319px;
	padding:7px 0;
	margin:0 0 0 20px;
	display:inline;
	background: url("/lib/imglib/border_gray_dot.gif") repeat-x 0 0;
	}
.radiusBoxType2 .lineList2cols ul li a {
	padding-left:10px;
	background:url(/lib/imglib/arrow_blue.gif) no-repeat left center;
	display:block;
	}

/*---------- 高さ可変ボックス ----------*/
#market .variableBox2cols {
	background:url(/service/consultant/images/bg_consultant_2cols.gif) no-repeat 0 100%;
	margin:0 -20px 20px 0;
	zoom:1;/*for IE 5.5-7*/
	}
#market .variableBox2cols:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#market .variableBox2cols .boxLeft {
	float:left;
	width:335px;
	margin:0 20px 0 0;
	display:inline;
	}
#market .variableBox2cols .boxRight {
	float:right;
	width:335px;
	margin:0 20px 0 0;
	display:inline;
	}
#market .variableBox2cols .inner {
	background:url(/service/consultant/images/bg_consultant_top.gif) no-repeat 100% 0;
	padding:20px 15px;
	height:100%;
	zoom:1;/*for IE 5.5-7*/
	}
#market .variableBox2cols .inner:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* =各カテゴリー共通ボックスメニューの設定
--------------------------------------------------------- */
#mainCol .box_hover{
	cursor:pointer;
	background:url(/lib/imglib/transparent_white.png) repeat top left;
	_background:none;
	/*zoom:1;*/
	}
#mainCol .a_hover{
	color:#00a9e0;
	text-decoration:underline;
	}

/* box2cols */
#mainCol .box2cols{
	margin:0 0 15px -15px;
	zoom:1;/*for IE 5.5-7*/
	}
#mainCol .box2cols:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#mainCol .box2cols div.box{
	width:337px;
	float:left;
	margin:0 0 0 15px;
	display:inline;
	position:relative;
}
#mainCol .box2cols div.box .inner{
	padding:0 0 0;
	width:337px;
	position:absolute;
	_background:url(/lib/imglib/transparent.gif) repeat top left;
	z-index:1;
}
#mainCol .box2cols div.box h3{
	font-size:180%;
	text-align:center;
	margin:10px 0 10px;
}
#mainCol .box2cols div.box h3 a{
	color:#000000;
}
#mainCol .box2cols div.box h3 a:hover{
	color:#000000;
	text-decoration:none;
}
#mainCol .box2cols div.box p{
	padding:0 15px;
}
#mainCol .box2cols div.box p span.readmore{
	color:#026fd6;
	display: inline-block;
	margin:0 0 0 5px;
	font-weight:bold;
}

/* box3cols */
#mainCol .box3cols{
	margin:0 0 15px -15px;
	zoom:1;/*for IE 5.5-7*/
	}
#mainCol .box3cols:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#mainCol .box3cols div.box{
	width:220px;
	float:left;
	margin:0 0 0 15px;
	display:inline;
	position:relative;
}
#mainCol .box3cols div.box .inner{
	padding:0 0 0;
	width:220px;
	position:absolute;
	_background:url(/lib/imglib/transparent.gif) repeat top left;
	z-index:1;
}
#mainCol .box3cols div.box h3{
	font-size:180%;
	text-align:center;
	margin:10px 0 10px;
}
#mainCol .box3cols div.box h3 a{
	color:#000000;
}
#mainCol .box3cols div.box h3 a:hover{
	color:#000000;
	text-decoration:none;
}
#mainCol .box3cols div.box p{
	padding:0 15px;
}
#mainCol .box3cols div.box p span.readmore{
	color:#026fd6;
	display: inline-block;
	margin:0 0 0 5px;
	font-weight:bold;
}
/* box3colsnews */
#mainCol .box3colsnews{
	margin:0 0 15px -15px;
	zoom:1;/*for IE 5.5-7*/
	}
#mainCol .box3colsnews:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#mainCol .box3colsnews div.box{
	width:220px;
	float:left;
	margin:0 0 0 15px;
	display:inline;
	position:relative;
}
#mainCol .box3colsnews div.box .inner{
	padding:0 0 0;
	width:220px;
	position:absolute;
	_background:url(/lib/imglib/transparent.gif) repeat top left;
	z-index:1;
}
#mainCol .box3colsnews div.box h3{
	font-size:180%;
	text-align:center;
	margin:10px 0 10px;
}
#mainCol .box3colsnews div.box h3{
	font-size:100%;
	text-align:center;
	margin:10px 0 10px;
}
#mainCol .box3colsnews div.box h3 a{
	color:#000000;
}
#mainCol .box3colsnews div.box h3 a:hover{
	color:#000000;
	text-decoration:none;
}
#mainCol .box3colsnews div.box p{
	padding:0 15px;
}
#mainCol .box3colsnews div.box p span.readmore{
	color:#026fd6;
	display: inline-block;
	margin:0 0 0 5px;
	font-weight:bold;
}
#newsbox {
	background: #f5f5f5;
	margin: 0 0 20px;
	overflow: hidden;
	zoom: 1;
	clear: both;
	border: 1px solid #d7d7d7;
	}
#newsbox .floatboxLeft {
	width: 640px;
	margin: 20px;
	display: inline;
	}
#newsbox h3 {
	margin: 0 0 10px;
	padding: 5px 10px 2px;
	background: #075e82;
	font-size: 120%;
	color: #fff;
	}

#newsbox p {
	margin: 0;
	}

/* box4cols */
#mainCol .box4cols{
	margin:0 0 15px -10px;
	zoom:1;/*for IE 5.5-7*/
	}
#mainCol .box4cols:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#mainCol .box4cols div.box{
	width:165px;
	float:left;
	margin:0 0 0 10px;
	display:inline;
	position:relative;
}
#mainCol .box4cols div.box .inner{
	padding:0 0 0;
	width:165px;
	position:absolute;
	_background:url(/lib/imglib/transparent.gif) repeat top left;
	z-index:1;
}
#mainCol .box4cols div.box h3{
	font-size:110%;
	text-align:center;
	margin:10px 0 10px;
}
#mainCol .box4cols div.box h3 a{
	color:#000000;
}
#mainCol .box4cols div.box h3 a:hover{
	color:#000000;
	text-decoration:none;
}
#mainCol .box4cols div.box p{
	font-size:90%;
	padding:0 15px;
}
#mainCol .box4cols div.box p span.readmore{
	color:#026fd6;
	font-size:120%;
	display: inline-block;
	margin:0 0 0 5px;
	font-weight:bold;
}

/* =各カテゴリー共通サイドメニューの設定
--------------------------------------------------------- */
#subCol p#registBtn {
	position: relative;
	margin: -10px -10px 0;
	zoom: 1;
}
#subCol p#registBtnCap {
	margin: 0 0 10px;
}

#subCol.common h2,
#subCol.common dt {
	margin: 0;
}

/* localNav
--------------------------------------------*/

#subCol.common div.localNav {
	width: 210px;
	margin-bottom: 15px;
}

#subCol.common div.localNav ul,
#subCol.common div.localNav dl {
	background: #fff;
}

#subCol.common div.localNav ul li,
#subCol.common div.localNav dl dd,
#subCol.common div.localNav ul li a,
#subCol.common div.localNav dl dd a,
#subCol.common div.localNav ul li strong,
#subCol.common div.localNav dl dd strong {
	color: #333;
	}

#subCol.common div.localNav li,
#subCol.common div.localNav dd {
	font-weight: bold;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#subCol.common div.localNav dt {
	position: relative;
	margin-top: -1px;
	padding: 10px;
	background-color: #3684b6;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	zoom: 1;
}

#subCol.common div.localNav ul li a,
#subCol.common div.localNav dl dd a,
#subCol.common div.localNav ul li strong,
#subCol.common div.localNav dl dd strong {
	display: block;
	padding: 10px 10px 10px 25px;
	background: url("/jac/imglib/icon_arrow_01.png") no-repeat scroll 10px 1.2em transparent;
	color: #333;
	zoom: 1;
	}

#subCol.common div.localNav ul li a:hover,
#subCol.common div.localNav dl dd a:hover,
#subCol.common div.localNav ul li strong,
#subCol.common div.localNav dl dd strong {
	padding: 10px 10px 10px 25px;
	background: #def2f8 url("/jac/imglib/icon_arrow_01.png") no-repeat scroll 10px 1.2em;
	}

/*---------------------------------------*/

#subCol.common #contactSet {
	margin-bottom: 15px;
	background: #F5F5F5;
	border: 1px solid #D4D4D4;
	}

#subCol.common #contactSet h2 {
	background: #D4D4D4;
	padding: 7px;
	text-align: center;
	font-weight: bold;
	}

#subCol.common #contactSet p {
	padding: 5px;
	margin: 0;
	text-align: center;
	font-size: 83.4%;
	}

#subCol.common #contactSet ul,
#subCol.common #contactSet dl {
	margin: 0 5px 5px;
	padding: 5px 5px 5px 50px;
	font-size: 83.4%;
	}

#subCol.common #contactSet ul {
	background: #FFF url("/lib/imglib/ic_pc.jpg") no-repeat  5px 5px;
	}

#subCol.common #contactSet dl {
	background: #FFF url("/lib/imglib/ic_pc.jpg") no-repeat  5px 5px;
	}

#subCol.common #contactSet li,
#subCol.common #contactSet dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
 	background: none;
	line-height: 1.5;
	}

#subCol.common #contactSet dt {
	font-size: 140%;
	font-weight: 700;
	line-height: 1.5;
	color: #0383FF;
	background: none;
	margin: 0;
	padding: 0;
	}

#subCol.common #contactSet li a {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
	background: url("/lib/imglib/arrow_blue.gif") no-repeat 0 50%;
	zoom: 1;
	}

#subCol.common #contactSet li a:hover {
	color: #026FD6;
	text-decoration: underline;
	}

#subCol.common #contactSet li a:visited {
	color: #026FD6;
	}


/* =topicPath（パンくずリストの設定）
--------------------------------------------------------- */
ul.topicPath {
	padding: 15px 0;
}

ul.topicPath li {
	margin: 0;
	display: inline;
	font-size: 83.4%;
	line-height: 1.5;
	}

ul.topicPath li a {
	margin: 0 5px 0 0;
	}


/* =#login（ログインページの設定）
--------------------------------------------------------- */
#login #mainCol form {
	width: 520px;
	margin: 40px auto;
	padding: 5px;
	background: #818181;
	}

#login #mainCol form fieldset {
	background: #DDD;
	padding: 20px;
	}

#login #mainCol form fieldset table {
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	}

#login #mainCol form fieldset th {
	border-bottom: 1px solid #818181;
	background: #FFF;
	vertical-align: middle;
	padding: 0 10px;
	width: 95px;
	}

#login #mainCol form fieldset td {
	border-bottom: 1px solid #818181;
	border-right: 1px solid #818181;
	background: #F2F2F2 url("/lib/imglib/border_gray_horiz.gif") repeat-y 0 0;
	padding: 10px;
	}

#login #mainCol form fieldset td input {
	width: 330px;
	}

#login #mainCol form fieldset p {
	text-align: center;
	margin: 0 0 10px;
	}


/* =システムからのメッセージの設定
--------------------------------------------------------- */
#mesBox {
	width: 530px;
	margin: 40px auto;
	}
#alertBox {
	width: 530px;
	margin: 40px auto;
	padding: 25px 0;
	}

#alertBox {
	background: #FFE0E2;
	border: 1px solid #F00;
	}

#mesBox {
	background: #bfefff;
	border: 1px solid #075e82;
	}
	
#alertBox p,
#mesBox p {
	margin: 0;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 25px;
	}

#alertBox p {
	color: #F00;
	}

#mesBox p {
	color: #075e82;
	}

/* =リンクバナーの記述方法
--------------------------------------------------------- */
.guidelineLink {
	padding:0 20px;
	margin:0 0 20px;
	zoom:1;/*for IE 5.5-7*/
	}
.guidelineLink:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.guidelineLink img {
	float:left;
	margin:0 20px 0 0;
	}
.guidelineLink div {
	line-height:140%;
	}

/* =SEOタグ非表示の設定
--------------------------------------------------------- */
.seoTag {
	display:none;
	}

/* =EOF
--------------------------------------------------------- */
