@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	print style
------------------------------------------------------------------------------*/

* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 180mm;
    max-width: 180mm;
    max-height: 270mm;
    background-color: #FFF;
    background-image: none;
	color: #000;
}

#main {
	width: 180mm;
}

#lnavi,
#siteSearch,
#unavi,
#fontswitch,
#gNav,
#sub,
#p_info,
#pagetop,
#footer,
div#sub table {
	display: none;
}

div#bg_contents {
	background: none;
}

div#contents {
}

div#pankuzu {
	display: none;
}

h1, h2, h3, th, dt, strong, a {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
	color: #000;
}

p, dt, dd, th, td, li  {
	font-size: 10pt;
    line-height: 1.2;
	color: #000;
}

table.spec {
}

table.spec th,
table.spec td {
	padding: 5px;
}

/* Legacy IE (6,5.5)
----------------------------------------------------*/
* html body {
	zoom: 68%;
} 