@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

#pcheader {
				display: none;
			}

#mainframe{
	margin:0 auto;
}

#win8_top_content{
	width:912px;
	text-align:left;
}

.clf{zoom: 100%;}
.clf:after{   	/* clearfix */
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}

DIV.clear{clear:both;}

h3 span{
	display:none
	}

/* header */

#top_logo{
	width:912px;
	height:42px;
	padding:10px 0;
	border-bottom:2px #666 solid;
}

#top_logo #logo{
	float:left;
}

#top_logo p{
	float:right;
	padding-top:10px;
}

/* g_navi */

#g_navi{
	width:912px;
	height:113px;
	padding-bottom:30px;
}

#g_navi ul#g_navi_btn{
	width:912px;
	list-style:none;
}

#g_navi ul#g_navi_btn li{
	float:left;
}

#g_navi ul#g_navi_btn li#navitime a{
	display:block;
	height:113px;
	width:296px;
	text-indent:-9898px;
	background:url(../img/top_navitime.gif) no-repeat;
	background-position:0px 0px;
}

#g_navi ul#g_navi_btn li#train a{
	display:block;
	height:113px;
	width:296px;
	text-indent:-9898px;
	background:url(../img/top_train.gif) no-repeat;
	margin-left:12px;
	background-position:0px 0px;
}

#g_navi ul#g_navi_btn li#drive a{
	display:block;
	height:113px;
	width:296px;
	text-indent:-9898px;
	background:url(../img/top_drive.gif) no-repeat;
	margin-left:12px;
	background-position:0px 0px;
}

#g_navi ul#g_navi_btn li#navitime a:hover{
	background-position:0px -113px;
}

#g_navi ul#g_navi_btn li#train a:hover{
	background-position:0px -113px;
}

#g_navi ul#g_navi_btn li#drive a:hover{
	background-position:0px -113px;
}

/* dl_area */

#dl_area{
	width:882px;
	padding:15px;
	background:#e3e3e3;
	clear:both;
}

#dl_area h3{
	width:199px;
	height:26px;
	background:url(../img/title_dl.png) no-repeat;
}

#dl_area p{
	margin-top:6px;
}

#dl_btn_wrapper{
	width:882px;
	height:59px;
	margin-top:10px;
}

#dl_btn_wrapper ul#dl_navi_btn{
	width:882px;
	list-style:none;
}

#dl_btn_wrapper ul#dl_navi_btn li{
	float:left;
}

#dl_btn_wrapper ul#dl_navi_btn li#navitime a{
	display:block;
	height:59px;
	width:284px;
	text-indent:-9898px;
	background:url(../img/win8_dl_navitime.gif) no-repeat;
	background-position:0px 0px;
}

#dl_btn_wrapper ul#dl_navi_btn li#train a{
	display:block;
	height:59px;
	width:284px;
	text-indent:-9898px;
	background:url(../img/win8_dl_train.gif) no-repeat;
	margin-left:15px;
	background-position:0px 0px;
}

#dl_btn_wrapper ul#dl_navi_btn li#drive a{
	display:block;
	height:59px;
	width:284px;
	text-indent:-9898px;
	background:url(../img/win8_dl_drive.gif) no-repeat;
	margin-left:15px;
	background-position:0px 0px;
}

#dl_btn_wrapper ul#dl_navi_btn li#navitime a:hover{
	background-position:0px -59px;
}

#dl_btn_wrapper ul#dl_navi_btn li#train a:hover{
	background-position:0px -59px;
}

#dl_btn_wrapper ul#dl_navi_btn li#drive a:hover{
	background-position:0px -59px;
}

DIV.space{
	width:912px;
	height:50px;
}


/* P */

#win8_top_content p{
	color:555;
	font-size:14px;
	line-height:26px;
}

P#map_copyright{ padding-bottom:11px; text-align:right; font-size:9px; color:#999999;}
	
#id-content p.attention{
	font-size:12px;
	color:#666;
	padding-top:10px;
}