@charset "utf-8";
/* CSS Document */

/* 全ページ共通の枠組み指定 */
@import "common.css";

/* 本文中で呼び出すレイアウトに関する指定 */
@import "layout.css";

/* フォントに関する指定 */
@import "font.css";

@media print{
* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}
html{
	height:100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: none;
	font-size: 12pt;
	line-height: 1.4;
	color: #000000;
	height: 100%;
	background-color: #FFFFFF;
}
#all {
	color: #000000;
	background-image: none;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
#header, #gnavi, #fla, #pkz, #lcont, .pagetop, #footer {
	visibility: hidden;
	display: none;
}
#main {
	width: 100%;
	color: #000000;
	height: 100%;
}
#rcont {
	float: none;
	height: 100%;
	width: 100%;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#cont {
	height: 100%;
	width: 100%;
	margin: 0px;
}
#ccont {
	height: 100%;
	width: 100%;
	text-align: left;
	margin: 0px;
}
table #charge {
	clear: both;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
table #charge td {
	border: 1px solid #000000;
	padding: 10px;
}
table #charge th {
	border: 1px solid #000000;
	font-weight: normal;
	padding: 10px;
}
}
