@charset "Shift_JIS";

/*
@page { size: 297mm 210mm landscape; }
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "sans-serif";
	margin: 0;
	padding: 0;
}
body: before { content: "";}
a {
	color: #0B3558;
	text-decoration: underline;
}
/* a:after {
	content: " (" attr(href) ") ";
}
*/




img {
	border: 0;
}

#header,
#information,
#sidenavi,
#globalnavi,
#footer {
	display: none;
}


/* ------------------------------------------------------------
HACK—pCSS
------------------------------------------------------------ */
/* float hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

