@charset "utf-8";

#contentsBlock h1{
	background: url("/common-cojp/img/bg_title01.gif") no-repeat left bottom;
	margin: 0 0 25px 0;
	padding: 7px 0 10px 17px;
	font-size: 1.4em;
}

#contentsBlock h2{
	background: url("/common-cojp/img/bg_title02.gif") repeat-x left bottom;
	margin: 40px 0 18px 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
}

/* ----------------------------
 == contentsBlock - common parts
---------------------------- */

#contentsBlock h3{
	font-size: 1.2em;
}

#contentsBlock ul,
#contentsBlock ol{
	margin: 1em 0 1em 2em;
}

#contentsBlock ul{
	list-style: disc;
}

#contentsBlock table{
	border: 1px solid #dbdbdb;
	width: 100%;
	margin: 1em 0;
}
#contentsBlock table th,
#contentsBlock table td{
	border: 1px solid #dbdbdb;
	vertical-align: top;
	padding: 5px;
	font-weight: normal;
}
#contentsBlock table tbody th{
	width: 20%;
	background: #efefef;
	text-align: left;
}
#contentsBlock table thead th{
	background: #dfdfdf;
	text-align: center;
}

/*  == history table */
#contentsBlock table.historytable tbody th{
	width: 10%;
}

#contentsBlock dl{
	margin: 1em 0;
	line-height: 1.3;
}
#contentsBlock dt{
	margin: .2em 0;
}
#contentsBlock dd{
	margin: .2em 0 1em 0;
}
#contentsBlock dd ul{
	margin-top: .5em;
	margin-bottom: .5em;
}

/*  == articleBlock list */
#contentsBlock.articleBlock ul li{
	margin-bottom: 1em;
}

/*  == linkList */
#contentsBlock ul.linkList{
	list-style: none;
	margin: 1em 0 1em 1em;
}
#contentsBlock ul.linkList a{
	background: url("/common-cojp/img/lm_link.gif") no-repeat 0 .1em;
	padding-left: 14px;
}

/*  == rectBox */
.rectBox{
	border: 1px solid #dbdbdb;
	padding: 5px 10px;
}


/*  == career condition required */
.required{
	color: #cc0000;
}

/*  == topics, press linkTable */

#contentsBlock .linkListTable{
/*	margin: 10px 0 16px 0;*/
	margin: 10px 0 6px 0;
	padding: 0;
	border: 0px solid #ffffff;
}
#contentsBlock .linkListTable th,
#contentsBlock .linkListTable td{
	vertical-align: top;
	padding: 2px 5px;
	text-align: left;
	border: 0px solid #ffffff;
}
#contentsBlock .linkListTable th{
	background: url("/common-cojp/img/lm_link.gif") no-repeat 0 .5em;
	padding-left: 14px;
	padding-right: 8px;
	white-space: nowrap;
	font-weight: normal;
	width: 8em;
}
#contentsBlock .linkListTable td{
	padding-right: 28px;
}

/*  == English QA List */
#contentsBlock dl.qaList{
	margin: 5em 0 0 0;
}

#contentsBlock dl.qaList dt,
#contentsBlock dl.qaList dd{
	padding-left: 3em;
	position: relative;
	zoom: 1;
}
#contentsBlock dl.qaList dt{
	font-weight: bold;
}
#contentsBlock dl.qaList dt span,
#contentsBlock dl.qaList dd span{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
#contentsBlock dl.qaList dt span{
	color: #539fcf;
}
#contentsBlock dl.qaList dd span{
	color: #cf5359;
}


/*  == topics, press Backnumber Link */
.lonavBacknumberList{
	margin: 1em 0;
	padding: 0;
}
.lonavBacknumberList li{
	margin: 0 10px 0 0;
	display: inline;
}
.lonavBacknumberList li a{
	background: url("/common-cojp/img/lm_link.gif") no-repeat 0 .1em;
	padding-left: 14px;
}

/*  == advisory...material Previous Next Link */
.lonav_material{
	text-align: center;
	padding: 20px 0;
}
.lonav_material li{
	background: url("/common-cojp/img/lm_link.gif") no-repeat 0 .1em;
	display: inline;
	padding: 0 10px 0 14px;
	color: #666666;
}

/*  == Sitemap Link */
#contentsBlock dl.sitemapList{
	margin: 1em 0;
	line-height: 1.3;
}
#contentsBlock dl.sitemapList dt{
	margin: .5em 0;
}
#contentsBlock dl.sitemapList dd{
	margin: .5em 0 .5em 1em;
}
#contentsBlock dl.sitemapList dt a,
#contentsBlock dl.sitemapList dd a{
	background: url("/common-cojp/img/lm_link.gif") no-repeat 0 .1em;
	padding: 0 10px 0 14px;
}

