
@charset "EUC-JP";

*{
    margin:0;
    padding:0;
}

html{
	height:100%;
}

body {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size:14px;
	color:#444444;
	background-color:#eeeecc;

	background-image:url(img/fw-02.gif);
	
	padding-bottom:10px;
}


table{
	border-collapse:collapse;
	width:400px;
}
th{
	border:1px solid #cc4466;
	padding:2px;
	font-weight:normal;
	background-color:#ffeeee
}
td{
	
	border:1px solid #cc4466;
	padding:2px 2px 2px 10px;
	
}





#contents_box{
	width:600px; height:auto;
	background-color:#ffffee;
	margin:0px auto;
	
	border-left:1px solid #e0c9c9;
	border-right:1px solid #e0c9c9;
}


#table_area{
	border:1px solid #eecccc;
	width:400px;
	margin-top:10px;
	padding:1px;
}

#map_head{
	width:auto; height:130px;
	background-color:#cc9900;
	background-image:url(img/map_head.png);
	margin-bottom:20px;
}
#head_border{
	border:1px solid #ccbbbb; width:593px; height:125px; margin:1px 0px 0px 3px;
}

#contents_child{
	width:480px; height:auto;
	margin:20px auto 20px auto;
}


#map_img{
	
	margin:20px 0px;
}

#copy_right{
	width:602px; height:auto;
	margin:0px auto;
	
}


.hidden{
	display:none;
}

