@charset "EUC-JP";
/* CSS Document */

/* access-------------------------------------- */
p#printmap02 { 
display: none;}


#right_column h2 {
margin: 0px 0px 15px 0px;
display:block;
width: 568px;
height: 28px;
background-image: url(../images/access/h2_access.gif);
background-repeat: no-repeat;
}

#right_column h3#add {
margin: 0px 0px 10px 4px;
display:block;
width: 560px;
height: 25px;
background-image: url(../images/access/h3_add.gif);
background-repeat: no-repeat;
}

#right_column h3#access {
margin: 0px 0px 10px 4px;
display:block;
width: 560px;
height: 25px;
background-image: url(../images/access/h3_access.gif);
background-repeat: no-repeat;
}

#right_column h4 {
margin: 0px 0px 5px 26px;
font-size:14px;
font-weight:bold;
}

#right_column iframe { 
	margin,padding: 0px;
	width:500px;
	height:350px;
}

#right_column p {
margin: 0px 20px 15px 26px;
}
#right_column ul {
margin: 0px 20px 40px 26px;
list-style:none;
}

#right_column p small {
	font-size:10px;
	text-align:right;
}

div#right_column strong a {
display:block;
width:196px;
height:28px;
}



div#right_column strong#p01 a {
background:url(../images/access/printmap.gif) no-repeat;
margin:0px 0px 10px 26px;

}

div#right_column strong#p01 a:hover {
background:url(../images/access/printmapc.gif) no-repeat;
}




/* accessmap-------------------------------------- */

#accessmap {
width: 790px;
text-align : left ;
margin:0px 70px 0px 0px;
_padding:0px 70px 0px 0px;
_margin:0px;
}


/* ----------------------------
クリアフィックス		
------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   height: 0px;
   visibility: hidden;
   clear: both;
}

.clearfix {
   display: inline-table;
}

/* IE7 */
.clearfix {
   display:inline-block;
}

/*＼?*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/