/*************************************************
	print-home.css
	概要：  印刷用
	製作日: 2008.03.21
	更新日: 2008.03.21
*************************************************/
body {
	background: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body div.page {
	width: 100%;
	padding: 0;
}
	
/* ナビゲーション関連 */
body ul.globalNav {
	width: 640px;
}
		.globalNav li.product {
			width: 80px;
		}
		.globalNav li.download {
			width: 90px;
		}
		.globalNav li.support {
			width: 100px;
		}
		.globalNav li.purchase {
			width: 100px;
		}
		.globalNav li.jirei {
			width: 80px;
		}
		.globalNav li.seminar {
			width: 90px;
		}
		.globalNav li.topics {
			width: 80px;
		}

/* 本文 */
div.body {
	background: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
}
	div.StatWorks {
		float: none;
	}

	/* インフォメーション */
	body div.info {
		float: none;
		width: 100%;
	}
	div.information, div.information2, div.member {
		float: left;
		margin: 0;
	}
	.information h2 img {
		display: inline;
	}

	/* 会員広場 */
	.member h2 {
		display: none;
	}
	.member div a {
		position: static;
	}
	
	div.scLink {
		position: static;
		clear: both;
	}
	
	/* faq */
	div.faq {
		width: 640px;
	}
	.faq ul {
		float: right;
		width: 540px;
		list-style: none;
		overflow: hidden;
		font-size: 86.6666667%;
	}
		.faq li {
			float: left;
			width: auto;
		}

	/* TOPICS セミナー*/
	body div.topics, body div.seminar {
		position: static;
		float: none;
		width: 640px;
		padding-bottom: 20px;
		border: solid 1px #999;
		background: none;
		overflow: visible;
	}
		body div.topics h2, div.seminar h2 {
			width: 395px;
			background: none;
		}
		.topics div.history, .seminar div.moreSeminar {
			display: none;
		}
		.seminar ul.category {
			width: 630px;
		}
		body div.seminar div.moreSeminar a {
			display: none;
		}

		body div.topics dt {
			margin-top: 0;
			padding-top: 0;
		}

		body div.seminar li {
			padding: 0;
		}


/* フッター */
	div.copyRight {
		text-align: right;
		float: right;
		margin-bottom: 0;
	}


	body ul.footerLink {
		float: none;
		margin: 0;
	}



