@charset "utf-8";
/* CSS Document */

/* hide macIE 4.5 */

@import url("Layout.css");
@import url("Tools.css");

#agency-history {
	margin: 0 0 30px 0;
	padding: 10px 10px 0 10px;
	background-color: #F8F8F8;
	border: 1px solid #666666;
}

#agency-history h2 {
	margin: 0;
	padding: 0;
	background-image: none;
	font-size: 12px;
	color: #333333;
}

#agency-history dl {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}

#agency-history dt {
	margin-bottom: 10px;
	width: 100px;
	clear: left;
	float: left;
	font-weight: bold;
}

#agency-history dd {
	margin-bottom: 10px;
	width: 520px;
	float: left;
}

* html #agency-history dd {
	width: 520px;
}

.clearB { clear: both; }
.height0 { height: 0px; font-size: 0px; }

.marginbtm0 {
	clear: both;
	margin: 20px 0 0px 0;
	padding: 7px 10px 0 10px;
	height: 21px;
	font-size: 14px;
	font-weight:bold;
}

.agency-tbl td {
	padding: 3px 3px 3px 5px;
}

#linkbox {/*サイト横幅対して80%固定・センター指定*/
	text-align: center;
	margin: 0 auto 0px auto;
	padding: 0px 0px 6px 0px;
	width: 960px;/*サイト幅と統一*/
	font-size:80%
}


#linkbox ul {/*リストの段落・リストタイプなし・LINKBOX対して横幅90%指定*/
	text-align: center;
	display: block;
	width: 90%;
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
}


#linkbox li {/*リスト項目の横一行ライン指定*/
	display: inline;
	margin-right: 5px;
	padding-left: 8px;
	line-height: 140%;
}

#linkbox li+li {
	border-left:1px dotted #999;/*隣接セレクタ（+）で指定*/
}

#linkbox li a{
	color:#669900;
}
#linkbox li a:visited{
	color:#669900;
}
