@charset "utf-8";

/*---------------------------------------------------------------------------------------------
  Visitor
---------------------------------------------------------------------------------------------*/

/* 共通見出し */
.visitorDtlTitBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #999999;
	border-radius: 5px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
.visitorDtlTitBox span {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
.visitorDtlTitBox h2 {
	color: #FFFFFF;
	font-size: 139%;
	text-shadow: 1px 1px #666666;
}
.visitorDtlTitBox span.sub {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
	font-size: 85%;
}
.visitorDtlTitBox h2 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.visitorDtlTitBox h2 a:hover {
	text-decoration: none;
}

/* ニュース一覧
==================================================== */
#visitorNewsDgtBox {
	width: auto;
	margin: 0 0 20px;
}
#visitorNewsDgtBox .ctsBox {
	width: 930px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	*zoom :1;
}

/* ニュース詳細 --> client.css
==================================================== */
