#intro{
	width: 500px;
	min-height: 450px;
	float: left;
}

#info, #address{
	width: 230px;
	float: right;
}

#info{
	height: 240px;
}

#address{
	min-height: 180px;
}

/* ホーム写真 */
#intro{
	margin-right: 10px;
}


/* 更新情報 */

#info-text{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scrollbar-base-color: #EBEBEB; 
}

#info-text p{
	border-bottom: dotted 1px;
	margin-right: 5px;
}


/* ニュース */

#news p{
	border-bottom: dotted 1px;
}

