@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;
}

header {
 width: 481px;
 margin: 20px 0;
}
#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;}
  
p{
 font-size:1.2em;
 line-height:150%;
 margin-bottom:20px;}
 
p a{
 color:#0068B7;
 text-decoration:underline;
}

p a:hover{
 text-decoration:none;
}

#list-area {
 background: url(../images/bg_msg_top.gif) no-repeat left top;
 padding-top:10px;
}

#list-area ul#list {
 background: url(../images/bg_msg_bottom.gif) no-repeat left bottom;
 list-style-type:none;
 width:420px;
 padding:20px 30px 30px 30px;
}
#list-area ul#list li {
 margin-bottom:10px;
}
.TxtRed {
 color:#E60021;
}

