@charset "utf-8";
/* @group contentsBox */
div#contents {
	min-height: 860px;
}
dl#matching {
	line-height: 1.6em;
	margin-top: 10px;
}
dl#matching dt {
	font-weight: bold;
	text-align: right;
	width: 9em;
}
dl#matching dd {
	margin-left: 10em;
	margin-top: -1.6em;
}
#contents ul {
	margin-left: 12em;
	list-style-position: outside;
}
#contents p.caution {
	text-indent: 0;
	text-align: left;
	color: red;
	font-weight: bold;
}
/* @end */

/* @group company */

div.company {
	margin-top: 30px;
}
div.company h3 {
	font-size: 14px;
	border-bottom: thin solid #7c7c7c;
	margin-bottom: 10px;
}

ul.coLink {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0px;
    background-color: transparent;
	font: 12px sans-serif;
}

li.coLink {
	display: block;
    list-style: none;
    text-indent: 0;
	width: 174px;
    background-color: transparent;
	text-align: center;
}
a.coLink a.coLink:visited {
	display: block;
	background-image: none;
    text-decoration: none;    
	font-style: normal;
    color: #5050A0;
}
a.coLink:hover {
	display: block;
	background-image: none;
	text-decoration: none;
    text-decoration: none;
    color: #ff6600;
	background-color: #fddeb8;
}
a.coLink:active {
	display: block;
	background-image: none;
	text-decoration: none;
    text-decoration: none;
    color: #ff6600;
}

/* @end */

/* @group information table */

div#contentsbox h1 {
	text-align: right;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

table.information th {
	width: 130px;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 0.6em;
	background-color: #d9d9fc;
}
table.information td {
	padding: 3px 3px 3px 20px;
	vertical-align: top;
	background-color: #e7e4fc;
}

/* @end */



