@charset "utf-8";
@import url(basic.css);
@import url(overview-menu.css);


/*左メインボディ
----------------------------------------------- */
h2.coprofile-banner {
	clear: both;
}
h3.coprofile-img {
	clear: both;
	margin-top: 20px;
}
.coprofile-img-caption {
	color: #999999;
	clear: both;
	width: 650px;
	margin-top: 7px;
	text-align: right;
	font-size: 80%;
}

#co-info-conteiner {
	clear: both;
	width: 656px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #E4E4E4;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.co-info-tr {
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 654px;
	clear: both;
	overflow: hidden;
}
.co-info-th {
	float: left;
	width: 160px;
	padding-top: 0.7em;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: 10px;
	font-weight: bold;
	color: #877425;
	line-height: 190%;
}

.co-info-td {
	float: left;
	width: 473px;
	padding-top: 0.7em;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	line-height: 190%;
}
#co-info-conteiner dt {
	background-image: url(../img/overview-coprofile/main-list-mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 13px;
}
#co-info-conteiner dd {
	margin-left: 12px;
	color: #968A00;
}
#co-info-conteiner dl {
	padding-bottom: 0.5em;
}

a.co-link {
	color: #968A00;
	text-decoration: underline;
}
a:hover.co-link {
	color: #FF0000;
	text-decoration: underline;
}

