@charset "utf-8";
/*---------------------------------------------------------------
 screen -> print/print.css
---------------------------------------------------------------*/




body {
}

.noprint {
	display: none;
}

div#header {
	display: none;
}

h1 {
	font-size: 100%;
	border-bottom: 3px solid #cccccc;
	margin: 10px 0px;
	padding: 10px 0px;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	padding: 5px 10px 5px 15px;
	border-left: 3px solid #cccccc;
	font-weight: bold;
	margin: 20px 0px;
}

h3 {
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px;
	margin: 20px 0px;
}

h4 {
	font-weight: bold;
	margin: 20px 0px;
}

h5 {
	font-weight: bold;
	margin: 20px 0px;
}

p,address,li {
	font-size: 78%;
	line-height: 160%;
}

div#navigation-list {
	display: none;
}

div#wrap-bg-left {
	display: none;
}

div#wrap-bg-right {
	display: none;
}

div#footer {
	border-top: 1px solid #dddddd;
	padding: 10px 0px;
	margin: 10px 0px;
}

ul.navigation {
	display: none;
}

div.normalTbl {
	margin: 10px 0px;
}

div.normalTbl table{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

div.normalTbl table td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
}

div.normalTbl table th {
	font-weight: bold;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	background: #efefef;
	text-align: center;
}

div.normalTbl table td.head {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	background: #efefef;
}

