/* Display None */
#fancy_wrap,
#access #contents table td.thumb a span,
#access #contents table td.thumb,
#header ul,
#nav,
#contents p#crumbs,
#top,
#footer,
#output #pLinks,
div.toTop {
	display: none;
	}

/* Print Rules */

body {
    font-size: 10.5pt;
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 1.25em;
	}	

h2 {
	font-size: 1.125em;
	}

h3 {
	font-size: 1em;
	}

a img {
	border: 0;
	}
a:link, a:visited {
	color: #00f;
	}

#header {
	border-bottom: 3px solid #000;
	}

#header h1, #header p a {
	display: list-item;
	list-style-image:url(/img/logo-print.png);
	list-style-position: inside;
	text-indent: 0;
	overflow: hidden;
	font-size: 1px;
	margin: 0;
	height: 30px;
	width: 192px;
	}

#contents p#crumbs span {
	margin: 0 10px;
	vertical-align: middle;
	font-family: 'ＭＳ Ｐゴシック','MS PGothic';
	}

/* access */

#access #mapWrapper {
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	}

#access #gMap {
	display: none;
	}
#access .showMap {
	width: auto;
	height: 500px;
	}	
#access #map {
	display: block;
	}
#access #map img {
	width: 100%;
	}
#access table {
	width: 100%;
	border-bottom: 3px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	}
#access table th, #access table td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	}
#access table th {
	border-right: 1px solid #ddd;
	}
#access table h2 {
	font-weight: bold;
	}
#access table th.col {
	vertical-align: top;
	padding-top: 30px;
	width: 14em;
	text-align: left;
	}
#access table th.col ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: normal;
	}
#access table th.sub {
	width: 5px;
	text-align: center;
	}

/* output */
#output #contents h2 {
	padding-bottom: 0.6em;
	border-bottom: 1px solid #ccc;
	}
#output div.projData {
	page-break-after: always;
	}
#output div.projData div.data dd {
	margin: 0.5em 0 0 0;
	}
#output div.projData div.data ul {
	padding: 0;
	}
#output div.projData div.data li {
	list-style: none;
	float: left;
	margin: 0 1em 0 0;
	}