@charset "utf-8";

/*
	Name         : print.css
	Description  : 印刷スタイル
*/


/* Tags
--------------------------------------------------*/

body {
	color: #000 !important;
	background: #fff !important;
	line-height: 1.5;
}

a:link,
a:visited {
	border: 0;
	color: #000 !important;
	background: #fff !important;
	text-decoration: underline !important;
}


/* Blocks
--------------------------------------------------*/

h2 {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#main {
	float: none;
}

li {
	list-style-type: disc !important;
}

/* Hidden Objects
--------------------------------------------------*/

#globalCatch,
#category,
#mainMenu,
.subMenu,
#sideMenu,
#topicPath,
#footerBanner,
.toPageTop,
.pageNavi,
.noPrint {
	display: none !important;
}


/* EOF */