@charset "utf-8";

/* MQTech. version 3 - Common Style Sheet */
/* これは MQTech. の印刷時におけるデザインについて指定するスタイルシートです */

/* 全体の構成 */

#contentsAll {
	padding: 0;
	width: 18cm;
}

#contentsMain {
	float: center;
	width: 18cm;
}

#contentsBodyBox {
	padding: 0;
}
#contentsBody {
	padding: 0;
}
#contentsSidebar {
	display: none;
}

/* 非表示にするアイテム */

#headerBox1s2,
#headerBox1s3 { /* トップCM */
	display: none;
}
#headerBox2 { /* グローバルナビゲート */
	display: none;
}
#footerBox1 { /* サイト共通メニュー */
	display: none;
}
#footerBox2 ul li.left,
#footerBox2 ul li.rightIcon { /* 閲覧時の注意事項など */
	display: none;
}


/* 変化させるアイテム(テキストの視認性を向上させます) */

a {
	color: #000;
	text-decoration: none;
}

#footerCopyright {
	background-color: #fff;
	border-bottom: 2px solid #693;
	border-top: 2px solid #693;
	color: #000;
	margin: 10px 0;
}

h1 {
	font-weight: bold;
	margin: 10px 0;
}

#contentsMain h2 {
	font-weight: bold;
}


