@charset "UTF-8";

#globalmenu_photos{
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	background-image: url(../img/globalmenu_bac.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
}

.photos{
	overflow: hidden; /* これがポイント */
	width: 703px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}

.photobox{
	overflow: hidden; /* ボックスからはみ出た部分を表示しない */
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
}
.photobox img{
	clear: none;
	float: left;
	padding-right: 4px;
	background-image: url(../img/bac_img.jpg);
	background-repeat: repeat;
	padding-bottom: 5px;
}

.photoL{
	width: 230px;
	float: left;
}
.photoR{
	width: 470px;
	float: right;
}
.no{
	width: 65px;
	float: right;
	padding-bottom: 5px;
}


































