@charset "utf-8";


/* @group プライバシーポリシー */

#privacy a {
	color: #00793f;
    text-decoration: underline;
}

#privacy a:hover {
	color: #00793f;
    text-decoration: none;
}

#privacy .subTit {
	width: 240px;
	float: left;
}

#privacy .w740 {
	width: 740px;
	float: left;
}

#privacy hr {
	margin: 20px 0 30px;
	border-bottom: 2px solid #e6e6e6;
}

#privacy dt {
	font-weight: bold;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 10px;
	color: #00793f;
	font-size: 14px;
}

#privacy dd {
	margin-bottom: 20px;
}

#privacy dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#privacy li {
	text-indent: -1.2em;
	margin-left: 1.2em;
	margin-bottom: 10px;
}

#privacy .normal li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0;
}

/* @end */



/* @group サイトマップ */

#sitemap dl {
	float: left;
	margin-right: 30px;
	border-right: 1px solid #c8c8c8;
	padding-right: 30px;
	height: 360px;
}

#sitemap dl.none {
	float: left;
	margin-right: 0;
	border-right: none;
	padding-right: 0;
	height: 360px;
}

#sitemap dt {
	color: #00793f;
	font-weight: bold;
	margin-bottom: 10px;
}

#sitemap dl a {
    background: url("../common/header_nav_img02.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    display: block;
    float: none;
    padding: 0 0 0 10px;
}

#sitemap dt a {
	font-weight: normal;
}

#sitemap dd {
	margin-bottom: 10px;
}

#sitemap dl ul {
	margin-left: 1em;
}
    
/* @end */


/* @group 企業データ */

#outline table {
	width: 900px;
	margin: 0 auto;
}

#outline th {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
	font-weight: bold;
	width: 120px;
	vertical-align: top;
}

#outline td {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
	vertical-align: top;
}

#outline tr.last th,#outline tr.last td {
	border-bottom: none;
}

/* @end */



/* @group 関連会社リンク */

#links {
	width: 900px;
	margin: 0 auto;
}

#links li {
	margin-bottom: 8px;
	background: url(../company/img/arrow.gif) no-repeat left center;
	padding-left: 19px;
}

#links a:link {
	color: #555555;
    text-decoration: underline;
}
#links a:visited {
	color: #555555;
    text-decoration: underline;
}
#links a:hover {
	color: #555555;
    text-decoration: none;
}

/* @end */






