@charset "utf-8";
/* CSS Document */


/***********************************************
一覧ページ
************************************************/

.photogallery_list {
	width: 607px;
	padding-top: 20px;
}

.photogallery_list a{
	color: #FFFFFF;
}


.photogallery_list table tr td.date{
	padding: 10px;
}
.photogallery_list table tr td.main{
	padding: 10px;
}


/***********************************************
写真Flashページ
************************************************/

.gallery_midashi{
	width: 650px;
	margin: 0px;
	padding: 10px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/img/contents/midashi.jpg);
	background-position: 20px;
	background-repeat: no-repeat;
}