@charset "utf-8";

/**
 * default.css
 * type: print skin
 */

body {
	width:auto;
	margin:0;
	padding:0 0 1.3em 0;
	font-family:"MS PGOTHIC",Osaka,sans-serif;
	font-size:10pt;
	line-height:1.3em;
}
h1 {
	font-size:16pt;
	line-height:1.4em;
/*	width:600px;*/
	width:auto;
	border-bottom:solid 1px #CCC;
	margin:14pt 0;
}
h2 {
	font-size:12pt;
	margin:15pt 0 10pt 0;
}
h3 {
	font-size:10pt;
	margin:10pt 0 5pt 0;
}

p {
	margin:5pt 0;
}

table {
	border:solid 1px #989898;
	border-collapse:collapse;
}
th {
	border:solid 1px #989898;
	padding:0.5em;
	text-align:center;
	vertical-align:top;
}

td {
	border:solid 1px #989898;
	padding:0.5em;
	text-align:left;
	vertical-align:top;
}

#base,
div#header,
div#cabinet {
	border:0px;
}
div#header,
div#header #siteID {
	margin-top:0px;
}

div#base,
div#header,
div#cabinet,
div#wrapper,
div#content,
#contentMain,
#footer{
	width:600px;
	margin:0;
	padding:0;
	background:none;
}
div#content{
	float:left;
	clear:both;
}


#header,
#header #utility,
#header #tagline,
.skiplink,
#globalNavi,
#topicPath,
#navigation,
#extra,
.toPagetop,
#footer .menu,
hr.clear{
	display:none;
}

