@charset "shift_jis";
#contents {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a:link {
	text-decoration:none;
	color: #228b22;
}
A:hover { 
	color: red;
	text-decoration:underline;
}
a:visited { color: #228b22; }
A { text-decoration: none; }


#main {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
}
.gallery {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	margin-top: 15px;
	color: #999999;
	margin-bottom: 20px;
	font-size: 12px;
}
#read {
	font-size: 16px;
	line-height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing:1px;
	margin-top: 20px;
}
.clear {
	clear: both;
}
