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


body {
	background-color: #FAF8ED;
	font-family: "メイリオ", "Meiryo", sans-serif;
	line-height: 1.6;
	color: #333333;
	font-size: 80%;
}
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}




#wrapper {
	margin: 10px auto;
	width: 100%;
}
#win_close {
	text-align: right;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #000000;
}
.photo {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.space1 {
	width: 26%;
	padding-left: 1%;
}
.space2 {
	width: 72%;
	padding-right: 1%;
}
