/*------------ 個別ボックス指定 -------------*/
#contents .box {
	/*291pxづつ追加;
	height: 860px;*/
	}

/*------------ メニュー個別指定指定 -------------*/
#menu dl.dropdown dt.event a {
	width: 136px;
	background: url(../images/menu_event.gif) 0 -25px no-repeat;
	}

/*------------ タイトル指定 -------------*/
#contents #access h3 {
	background: url(../access/images/title_access.gif) 0 0 no-repeat;
	}

/*------------ 内部ボックス -------------*/
#contents #access .box_inside {
	height: auto;
	overflow: hidden;
	margin: 0 2px 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ebebeb;
	}

/*------------ サブタイトル指定 -------------*/
#contents #access #aonami h4 {
	background: url(../access/images/subtitle_access.gif) 0 0 no-repeat;
	}
#contents #access #tour h4 {
	background: url(../access/images/subtitle_tour.gif) 0 0 no-repeat;
	}

/*------------ テキスト指定 -------------
#contents #access p.text {
	margin: 0 0 16px 35px;
	line-height: 1.6;
	}*/
/*------------ テキスト指定 -------------*/
#contents #access .box_inside p.text {
	clear: both;
	width: 600px;
	margin: 0 0 15px 40px;
	border-left: 5px solid #0000ff;
	padding: 5px 0 5px 15px;
	line-height: 1.8;
	}

/*------------ マップ指定 -------------*/
#contents #access .map {
	margin: 0 0 30px 20px;
	}

/*------------ リンク指定 -------------*/
#contents #access .link {
	background: url(../images/bg_listborder.gif) 0 0 repeat-y;
	margin: 0 0 30px 20px;
	padding: 10px 0 10px 25px;
	}

/*------------ 写真指定 -------------*/
#contents #access .box_inside ul.box_pic {
	width: 640px;
	height: auto;
	overflow: hidden;
	margin: 0 0 10px 40px;
	padding: 0;
	line-height: 0;
	}
	#contents #access .box_inside ul.box_pic li {
		height: auto;
		overflow: hidden;
		margin: 0 15px 5px 0;
		float: left;
		}
		#contents #access .box_inside ul.box_pic li.pic {
			}
			#contents #access .box_inside ul.box_pic li.pic img {
				padding: 4px;
				border: 1px solid #ccc;
				}
/*------------ 詳細情報 -------------*/
#contents #access .box_inside p.details {
	width: 610px;
	margin: 0 0 10px 40px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #ffffcc;
	line-height: 1.8;
	}
	#contents #access .box_inside p.details img {
		margin: 10px 0 0;
		}

