@charset "Shift_JIS";

/*	スタイルシート　[ KISA : 印刷 トップページ用 ]
=================================================================== */
/* 再定義 */

/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
/*	ヘッダ枠組み
=================================================================== */
div#Header {
	background: none;
	height: 100%;
	width: 100%;
}
div#topLogo h2 {
	display: none;
}
/* 会員ログイン */
div#Login {
	display: none;
}

/* ティッカー */
div#Ticker {
	display: none;
}
/*	コンテンツ枠組み
=================================================================== */
div#areaContents {
	margin: 15px 0 0 0;
	width: 100%;
}
/* コンテンツ右領域 */
div#Contents {
	float: none;
	margin: 0 10px 0 0;
	padding: 0;
	width: 98%;
}
/* メインコンテンツ（中央） */
div#MainContents {
	float: none;
	margin: 0;
	padding: 0;
	width: 98%;
	_display: inline; /* ie6 */
}
/* h3 イメージ */
h3 img {
	vertical-align: bottom;
}

/* トピック */
div#MainContents div#Topic {
	font-size: 90%;
}
div#MainContents div#Topic ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#MainContents div#Topic ul li {
	border-bottom: none;
	margin: 0;
	padding: 7px 0 7px 10px;
}
/* トップコンテンツ */
div#MainContents div.topContents {
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0;
	padding-top:10px;
	width: 100%;
}

/* トピック　緑点線 */
div#MainContents div#Topic2 {
	border: none;
	margin: 15px 0;
	padding: 10px 15px 0 15px;
	width: 100%;
}
/* サイドコンテンツ（右） */
div#SideContentsR {
	display: none;
}
/* サイドコンテンツ（左） */
div#SideContentsL {
	display: none;
}
