@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#opencampus {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #opencampus {
	height: 500px;
}

#opencampus a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#opencampus div.photo-Lt {
	width: 275px;
	float: left;
}
#opencampus div.photo-Lt img {
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}

#opencampus div.photo-Rt {
	width: 275px;
	float: right;
}
#opencampus div.photo-Rt img {
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}


#opencampus div.photo-Lt2 {
	width: 337px;
	float: left;
}
#opencampus div.photo-Rt2 {
	width: 213px;
	float: right;
}
#opencampus div.photo-Rt2 img {
	border: 1px solid #cccccc;
}

