@charset "utf-8";

/* --------------------------------------------------------------
CSS Information

File name:		print.css
Style Info:		印刷用

Index:
	__1. 全体構造
-------------------------------------------------------------- */

/*=====================================================
	__1. 全体構造
=====================================================*/
body {
	background: none #FFF;
	color: #000;
}
div#container {
	width: 640px;
	margin: 0 auto;
	background-color: #FFF;
}

/*=====================================================
	__2. ヘッダー
=====================================================*/
div#header {
	width: 640px;
	border-bottom: 5px solid #EE8400;
}
div#header ul#globalNav,
div#header ul#headerNav {
	display: none;
}

/*=====================================================
	__3. パンくず
=====================================================*/
ul#topicPath {
	display: none;
}

/*=====================================================
	__4. コンテンツエリア
=====================================================*/
div#contents {
	width: 640px;
	margin: 20px 0 0;
}
div#contents div#contentsInner {
	width: 640px;
	margin: 0;
}

/*=====================================================
	__5. フッター
=====================================================*/
div#footer {
	width: 620px;
	margin: 20px 0 0;
	padding: 10px;
	border-top: 1px solid #CCC;
}
div#footer ul#footerNav {
	display: none;
}

/*=====================================================
	__6. 共通
=====================================================*/
div#contents h1 {
	width: 628px;
	background: none;
	border: 2px solid #BBB;
}
div#contents div#contentsInner h3 {
	border-bottom: 2px solid #CCC;
}
div#contents p.toTop {
	display: none;
}

/*=====================================================
	__7. ホーム
=====================================================*/
body#home div#contents div#mainBlock {
	float: left;
	width: 440px;
}

/*=====================================================
	__8. 導入ポイント
=====================================================*/
body#point div#contents div.section {
	width: 640px;
}
body#point div#contents div.section p {
	width: 500px;
}
body#point div#contents div.section p.img {
	float: right;
	width: 125px;
}

/*=====================================================
	__9. 活用とアプローチ
=====================================================*/
body#approach div#contents p img {
	width: 100%;
	height: auto;
}

/*=====================================================
	__10. 価格と使用
=====================================================*/
body#price div#contents dl {
	width: 640px;
}
body#price div#contents dl dd dl {
	width: 480px;
}

/*=====================================================
	__11. お申し込み
=====================================================*/
body#request div#contents table {
	width: 640px;
}
