/*@charset "utf-8";*/

/* =import 
----------------------------------------------*/
@import url(style.css);



/* access
------------------------------------------- */
#access .access-map{
width:212px;
float:right;
}
#access .access-map p{
font-size:90%;
}

/* table */
#access table{
	width:303px;
	float:left;
	border-top:#cbb192 solid 1px;
	border-left:#cbb192 solid 1px;
}
#access table th{
background:#ffe9b5;
padding:8px;
color:#593200;
border-right:#cbb192 solid 1px;
border-bottom:#cbb192 solid 1px;
}
#access table td{
padding:8px;
border-right:#cbb192 solid 1px;
border-bottom:#cbb192 solid 1px;
}
