
@charset "utf-8";

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

@import url("./common.css");
@import url("./modules.css");
@import url("./style_hhp.css");

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

body {
	color: #000;
	background: #fff;
	font-size: 10pt;
	line-height: 1.5;
}

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



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



#header {
	height: 80px;
}

#mainCol {
	float: none;
	width: inherit;
}


/* styles.css override
--------------------------------------------------*/

#mainCol h2 {
	clear: both;
	margin: 1em 0 0.5em;
	padding: 0;
	height: auto;
	background: none;
	border-bottom: 1px solid #000;
	line-height: 1.2em;
}


a.btns {
	display: inline;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	color: #000 !important;
	background: none;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.4;
}


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


#mainMenu,
#subMenu,
#header form,
#leftCol,
#footer ul,
.noPrint,
#toPageTop
 {
	display: none !important;
}

#mainMenu {
	display: none;
}


/* EOF */



