@charset "UTF-8";

/* ======== 印刷表示用スタイルシート ======== */

/* -------- リンク変更 -------- */

a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

/* -------- メインエリアのサイズ変更 -------- */

#main{
	width:700px;
}

/* -------- サイドメニューを非表示 -------- */

#sideArea{
	display:none;
}

/* -------- フッタメニューを非表示 -------- */

#footerNav{
	display:none;
}

/* -------- コピーライトのサイズ変更 -------- */

#footer{
	width:700px;
}

/* -------- IE 対策 -------- */

/* -------- FF 対策 -------- */

/* all */
#content{
	border-bottom:1px solid #D9D9D9;
}
#footer{
	border:none;
}

/* index.html */
#topContent div.areaL{
	padding:0 19px 0 0;
}

/* mdse/linkage/bit_sample.html */
/* mdse/linkage/bit_paper.html */
#content div.areaL{
	padding:0 19px 0 0;
}

/* mdse/linkage/bit_paper.html */
#content div.bitField div.area div.areaR div.cate ul.type2{
	padding:0 19px 0 19px;
}

