@charset "utf-8";

/* ============================================

	CSS document by Zentsu corp.inc
	This CSS for map Print page screen view layout
	
	filename : map-print.css
	author : Zentsu
	release :
	last modified:  2009-07-14 Tanaka 
	
============================================= */

body {
	text-align: left;
}

h2 {
	position: relative;
	top: 15px;
	right: 0;
}

#containerPrint {
	width: 640px;
	margin-left: 15px;
}

#headerPrint {
	width: 100%;
	margin-bottom: 15px;
	border-top: 10px solid #8DC33B;
}

#headerPrint p {
	float: right;
	margin-top: 40px;
}

#siteTitle {
	float: left;
	height: 75px;
	width: auto;
}

#siteTitle a {
	background-image: url(../../images/re/header/logo.jpg);
	display: block;
	font-size: 0;
	height: 75px;
	overflow: hidden;
	width: 200px;
}

#writeArea {
	width: 600px;
	margin: 0 auto;
}

#root {
	width: 578px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #cccccc;
}

dl {
	margin-bottom: 15px;
}

#windowClose {
	margin-bottom: 15px;
	text-align: center;
}

#copyPrint {
	width: 100%;
	text-align: center;
}
