@charset "UTF-8";

/**********************************************************
概要
**********************************************************/
/*
map/index.html　スタイル

ファイル名：map.css
パス：css/map.css
コピーライト：Copyright 2009 (C) CVP. All rights reserved.
----------------------------------------------------------*/



/*  common
----------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	font-size:70%;
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.4em;
}

#wrapper {
	width:805px;
}

#wrapper p {
	margin-bottom:1em;
	text-align:center;
}

