@charset "UTF-8";
/**************************
	印刷用スタイル
 **************************/
body {
	margin: 0px;
	padding:0px;
	color:#333333;
	font-size:100%;
	line-height: 150%;
}

/*------------------ブロックのリセット ----------------------- */
div#container,
div#header,
div#navi,
div#title,
div#contents,
div#wrapper,
div#main,
div#side,
div#footer{
	float:none;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:none;
	overflow: visible;
}
/*------------------表示補正 ----------------------- */
div#header{
	top: 0;
	height: 63px;
}
div#title{
	float:none !important;
}
div#content{
	left: 0;
	/*position: fixed !important;*/
}
#content ul{
	list-style-type:square;
	list-style-position:inside;
}
div#content table.pt-01,
div#content table.pt-02{
	border: 1px solid #999;
}
div#content table.pt-01 th,
div#content table.pt-01 td,
div#content table.pt-02 th,
div#content table.pt-02 td{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
div#wrapper01{
	width: 100%;
}
div#content{
	margin: 0 auto;
	width: 80%;
	float:none;
} 
.headline{
	width: 100%;
}
.subheading-01{
	width: 100%;
}
.subheading-02{
	width: 100%;
}


/*------------------非表示ブロック ----------------------- */
div#header p.txt,
div#header div#header-info,
div#header ul#gnavi,
div#sidenavi,
p.to-top,
div#footer-wrap{
	display:none;
}

.box-wrap{
	width: 100%;
}