@charset "Shift_JIS";
body {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	color: #CCCCCC;
	background : #00084b url(../../images/bg_back.gif) repeat-x scroll 0% 0%;
}

a:link {
	color: #FFFFFF;
}

a:active {
	color: #CCCCCC;
}

a:hover {
	color: #CCCCCC;
}

a:visited {
	color: #FFFFFF;
}

td,th {
	font-size: 0.8em;
}

#sitetitle {
	font-size: 1.2em;
	font-weight: bold;
}

#sitetitle a {
	text-decoration: none;
	color: #FFFFFF;
}
#mapchip{
  font-size : 120%;
  font-weight : bold;
  color : navy;
}

#tbl_charge{
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	caption-side: top;
	border-spacing: 0px;
}

table#tbl_charge th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #999999;
    font-weight: bold;
    line-height: 120%;
    color: black;
}

table#tbl_charge td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

#tbl_itemlist{
	border-collapse: collapse;
	border-width: 0px;
	border-style: solid;
	border-color: #e3e3e3;
	caption-side: top;
	border-spacing: 0px;
}

table#tbl_itemlist th {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background-color: #999999;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-weight: bold;
	line-height: 100%;
	color: black;
	border-collapse: collapse;
	table-layout: auto;
}

table#tbl_itemlist td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-style: solid;
	border-color: #e3e3e3;
	border-width: 1px;
	border-collapse: collapse;
}