@charset "utf-8";
/*------------------------

Default style clear

------------------------*/
* {
	margin: 0;
	padding: 0;
}	
html {
	font-size: small;
}
div,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 100%;
}
pre,form,fieldset,input,
textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ol,ul {
	list-style-type: none;
}
fieldset,img {
	border: 0;
}
.clearfix:after { /*for modern browsers*/  
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.clear {
	clear: both;
}
a { /*firefox*/
	outline: 0;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:underline;
}
/*------------------------

	map style

------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic";
	color: #000000;
	background-color: #4c4a4a;
	font-size: 0.9em;
}
div#container {
	width: 540px;
	margin: 0 auto;
	padding: 30px;
	background: url(../images/pop_bg.gif) no-repeat left top; 
}
div#contents {
	width: 540px;
	margin: 0;
	padding: 0;
}
div#map_c_top {
	width: 540px;
	height: 10px;
	background: url(../images/map_c_top.gif) no-repeat left bottom;
}
div#map_c_bottom {
	width: 540px;
	height: 10px;
	background: url(../images/map_c_bottom.gif) no-repeat left top;
}
div#main {
	width: 500px;
	padding: 10px 20px;
	background-color: #ffffff;
}	
div#g_map_area {
	width: 500px;
	margin-bottom: 10px;
}
div#access_box {
	width: 500px;
	margin: 0;
	padding: 0;
}
div#access_box h1 {
	width: 142px;
	height: 22px;
	text-indent: -9999em;
	background: url(../images/t_access_map.gif) no-repeat left top;
}
div#access_inbox {
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #c1bcbc;
}
div#access_inbox dl {
	margin-bottom: 10px;
}
div#access_inbox dt {
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	background: url(../images/icon/icon_s_03.gif) no-repeat left center;
	color: #e4007f;
}
div#access_inbox dd {
	margin: 0 10px 2px 10px;
}
div#window_close {
	text-align: right;
}	
