/* 共通 */
body {
	background:#fff;
	margin:0;
	padding:0;
	text-align:left;
}

/* タイトル */
#idsTitle {
	display:none;
}

/* フッター */
#idsFooter {
	display:none;
}

/* コンテンツ */
#idsContainer {
	width:auto;
	background-color:#fff;
	border:0;
	margin:0;
	padding-right:8px;
}

/* コンテンツ */
#idsContents {
	width:auto;
	float:none;
}

.clsContent {
	margin:0;
	padding:0;
}

.clsContent h2 {
	color:#4c004c;
	font-weight:bold;
	border-bottom:0;
	margin:0;
	padding:0 2px;
}

.clsContent div.clsBody {
	font-size:small;
	line-height:150%;
	border-bottom:1px solid #efefef;
	margin:0;
	margin-bottom:8px;
	padding:8px 2px;
	height:auto !important;
	height:1px;
	overflow:visible;
}

/* ニュース */
.clsNews h2 {
	font-size:x-small;
	line-height:150%;
}

.clsNews h2 span.clsTitle {
	display:block;
	padding-top:4px;
}

.clsNews p {
	font-size:x-small;
	line-height:150%;
}

.clsNews span.clsImage {
	display:block;
	margin-bottom:16px;
	text-align:center;
}

.clsContent .clsNews div.clsBody {
	font-size:x-small;
	line-height:150%;
}

/* インフォメーション */
.clsInformation img.clsImage {
	float:left;
	margin-right:16px;
	margin-bottom:16px;
}
