@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

File name:      print.css
Author:         Yujin Fujiwara
Style Info:     地図印刷用
----------------------------------------------------------- */

/* Style Reset
----------------------------------------------------------- */
@import url("base.css");

body	{
	background: none;
	color: #000000;
	}

img	{
	border: solid 1px #c8c8c8;
	}

p	{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	}

#container	{
	width: 403px;
	margin: 20px auto;
	}
	
#container input	{
	text-align: center;
	margin-bottom: 15px;
	}

#container table	{
	margin-bottom: 15px;
	border-bottom: solid 1px #c8c8c8;
	}

#container table caption	{
	text-align: center;
	}

#container ul.footer001	{
	margin-top: 5px;
	text-align: center;
	}

#container ul.footer001 li	{
	padding: 0 10px;
	border-right: solid 1px #2e8b57;
	display: inline;
	}
	
#container ul.footer001 li.footer002	{
	padding: 0 0 0 10px;
	border-right: 0;
	}
