@charset "utf-8";

/* -----------------------------
	print css
----------------------------- */

#container {
	border: none;
	width: 760px;
	padding: 0px;
	margin: 0px;
}
#header {
	width: 100%;
}
#footer {
	width: 100%;
}
#side {

}
.headlink {
	text-align:right;
}

/* -----------------------------
	head
----------------------------- */

.contents h1 {
	border: solid 1px #999;
	padding: 6px 10px;
	height:1em;
}
.contents h2 {
	border-bottom: dashed 1px #999;
	padding: 6px 10px;
	height:1em;
}
.contents div h2 {
	height:1em;
	min-height:1em;
	border:none;
}

/*-------------------------------------------------------------
 access map
---------------------------------------------------------------*/

.map_screen {
	display: none;
}
.map_print {
	display: block;
}

/*-------------------------------------------------------------
 body mode
---------------------------------------------------------------*/

#BodyScreenMode {
}
#BodyPrintMode {
}
#BodyPrintMode .side {
	display: none;
}
#BodyPrintMode .key {
	display: none;
}
#BodyPrintMode .contents {
	width:100%;
	float:none;
}

#BodyPrintMode .table {
	border-top: solid 1px #999;
	border-right: solid 1px #999;
}
#BodyPrintMode .table th,
#BodyPrintMode .table td {
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
}

