@charset "utf-8";
 /**
 :タイトル "ACCESSスタイル";
 :一行説明 "ACCESSのレイアウトスタイルシートです";
**/
#header {
	background-image: url(images/bg_access.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainArea h1 {
	margin-bottom: 15px;
}


#mainArea #mapArea {
	width: 490px;
}

#mainArea
 #mapArea p.imageMap img  {
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainArea #mapArea p.linkMap {
	text-align: right;
}

#mainArea  #mapArea p.linkMap a  {
	color: #F39700;
	text-decoration: underline;
	text-align: right;
	width: 466px;
	background-image: url(../common/images/icon_tri_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#mainArea #mapArea p.linkMap a:hover {
	text-decoration: none;
}
