@charset "EUC-JP";

/* 画像＆文章 */
/* 画像にマージンを付けないこと。画像サイズがフルで指定されるとページが崩れるため */
div.imageRight img {
	float: right;
	margin-bottom: 1em;
}
div.commentRight {
	font-size: 15px;
	margin-right: 1em;
	padding: 0;
}
div.imageLeft img {
	float: left;
	margin-bottom: 1em;
}
div.commentLeft {
	font-size: 15px;
	margin: 0 1em;
	padding: 0;
}
div.imageCenter {
	margin-bottom: 1em;
	text-align: center;
}
div.commentCenter {
	font-size: 15px;
	margin: 1em 0;
	padding: 0;
}

/* 更新履歴エリア */
div#groupSystemZone table {
	width: 100%;
	margin: 0;
}

div#groupSystemZone th {
	width: 5%;
	font-size: 14px;
	font-weight: normal;
	font-family:"ＭＳ ゴシック", Osaka;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 3px 0;
	border-bottom: 1px dotted #eae8df;
}

div#groupSystemZone td {
	padding: 3px 0;
	border-bottom: 1px dotted #eae8df;
}

div#groupSystemZone ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#groupSystemZone li {
	font-size: 14px;
	padding-left: 1em;
}

div#groupSystemZone li a {
	margin: 0;
	padding-left: 10px;
	display: block;
	background-image: url("/images/te_a0009/li.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

#groupSystemZone a:link, a:visited, a:active {
	text-decoration: underline;
}
#groupSystemZone a:hover {
	text-decoration: none;
}

