@charset "utf-8";

/* =======================================

	Print CSS　　

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Print Setting
	
	2.Access Map Print Setting
		2-1.Image Unit
		 2-2.Access Way

========================================== */

/* 1.Base Print Setting
========================================== */
body {
	background: none;
}

#wrapper {
	background: none;
}

#header {
	display: none;
}

ul#globalnavi {
	display: none;
}

#navigation {
	display: none;
}

#footer {
	display: none;
}

#topicpath {
	display: none;
}

h2#top-visual {
	display: none;
}

#contents-footer {
	display: none;
}


/* 2.Access Map Print Setting
========================================== */
body#access #access-map {
	position: relative;
	margin: 22px 0;
	height: auto !important; /* for Modern Browser */
	height: 446px; /* for IE */
	min-height: 446px; /* for Modern Browser */
}

	/* 2-1.Image Unit
	---------------------------------------- */
	body#access #access-map .image-unit {
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 19px;
		width: 457px;
	}
	
	/* 2-2.Access Way
	---------------------------------------- */
	body#access #access-map dl#access-way {
		position: absolute;
		top: 240px;
		left: 0;
		margin-top: 0;
		padding-top: 0;
		width: 186px;
	}
	
	body#access #access-map dl#access-way dt {
		position: absolute;
		padding: 8px 0 7px;
		width: 29px;
		text-align: center;
	}
	
	body#access #access-map dl#access-way dd {
		padding: 7px 5px 7px 29px;
		background: url(../images/common/line_dotted02_gray.gif) repeat-x 0 100%;
		font-size: 77%;
		line-height: 146%;
	}