@charset "UTF-8";
/*--------------------------------------------------------------
map
--------------------------------------------------------------*/

html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
	font-size:62.5%;
	color: #333333;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFF;	
}


/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix{
    zoom:1;
}

.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*--------------------------------------------------------------
wrap
--------------------------------------------------------------*/
#wrap {
 width:481px;
 margin: 0 auto;
 padding:0 20px;
}
body#list #wrap {
 width:600px;
}

header {
 width: 481px;
 margin: 20px 0;
}
body#list header {
 width:600px;
}
#logo {
 background: url(../images/map-logo.gif) no-repeat;
 width: 121px;
 height: 17px;
 text-indent: -9999px;
 float: left;
 margin-top:	4px;
}
#close {
 float: right;
}
#close a {
 background: url(../images/map-btn-close01.gif) no-repeat;
 width: 130px;
 height: 25px;
 display: block;
 text-indent: -9999px;
 outline: 0;
}
#close a:hover {
 background-position: left bottom;
}


footer {
 text-align: right;
}
footer #footer-logo {
 margin:	5px 0;
}
footer #copyright {
 width: 279px;
 height: 10px;
 float: right;
 text-indent: -9999px;
 font-size: 0;
}


h1{
 font-size:1.4em;
 font-weight:bold;
 margin-bottom:30px;
 background-color:#999;
 padding:10px;
 color: #FFF;
}
 
ul{
 font-size:1.2em;
 line-height:150%;
 padding-left:20px;
 margin-bottom:30px;}
 li{
  margin-bottom:20px;}
#file {
 font-size:1.2em;
 line-height:150%;
 padding-left:20px;
 margin-bottom:30px;}
p{
 font-size:1.2em;
 line-height:150%;
 margin-bottom:30px;}
 
table{
  border-top:#CCCCCC 1px solid;
  border-left:#CCCCCC 1px solid;
  font-size:1.2em;
  line-height:150%;
 }
 th{
  background-color:#D5E6F6;
  border-right:#CCCCCC 1px solid;
  border-bottom:#CCCCCC 1px solid;
  padding:5px;
  text-align:left;}
 td{
  padding:5px;
  border-right:#CCCCCC 1px solid;
  border-bottom:#CCCCCC 1px solid;}

.txtRed{color:#E5001F;}
.fF{ float:left;}


table#youto {
  border-top:#EEE 1px solid;
  border-left:#EEE 1px solid;
}
table#youto th {
  border-right:#EEE 1px solid;
  border-bottom:#EEE 1px solid;
}
table#youto td {
  border-right:#EEE 1px solid;
  border-bottom:#EEE 1px solid;
}


table#all-list {
	border-collapse:collapse;
 border-spacing:0;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
 font-size: 1.2em;
 line-height: 180%;
 width: 600px;
 margin-bottom:30px;
}
table#all-list tr {
}
table#all-list tr td {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
 text-align:center;
 line-height:1.5em;
}
table#all-list tr td.name {
 text-align:left;
}
table#all-list th {
 border-top: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 font-weight: bold;
 text-align:center;
	border-bottom: none;
 line-height:1.2em;
 background-color:#EAF8FF;
 font-weight:normal;
}
table#all-list tr.oddNum {
 background-color:#F5F5F5;
}

a{
 color:#0068B7;
}

a.btn-reader:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
