@charset "UTF-8";

/*============================================================
//  アクセスマップ
//==========================================================*/

.access .visual {
	background:url(/access/image/main.jpg) no-repeat ;
	width:950px;
	height:235px;
	margin-top:60px;
	text-indent:-9999px;
}

.access h3 {
	background:url(/access/image/title.jpg) no-repeat; 
	width:700px;
	height:54px;
	text-indent:-9999px;
	margin-bottom:15px;
}

.access .box-access{
	width:700px;
}

.access .box-access .map {
	width:290px;
	float:left;
}
.access .box-access .map p{
	font-size:1.0em;
	color:#CC0000;
	margin-top:4px;
}
.access .box-access .map p a{
	color:#CC0000;
	text-decoration: none;
}
.access .box-access .map p a:hover{
	color:#CC0000;
	text-decoration: underline;
}

.access .box-access .text {
	width:395px;
	float:right;
}
.access .box-access .text p{
	font-size:1.0em;
	color:#999;
	margin-bottom:20px;
}
.access .box-access .text p a{
	color:#CC0000;
	text-decoration: none;
}
.access .box-access .text p a:hover{
	color:#CC0000;
	text-decoration: underline;
}



