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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 0px;
}
#main {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color: #BBB;
	width: 800px;
	margin-bottom: 0px;
}
#main h1 {
	margin-top: 0px;
	font-size: 95%;
	text-decoration: none;
	text-align: right;
}
#main h1 a {
	color: #FFF;
	text-decoration: none;
}
#photozine {
	text-align: center;
	margin-top: 20px;
}
#main h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 85%;
	font-style: italic;
	text-align: center;
	color: #FF3;
}
#main #text p {
	padding-bottom: 30px;
}
#text {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 85%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.name {
	color: #FF3;
}
#main .footer a {
	color: #FFF;
}
#line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
}
.footer {
	font-size: 65%;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
}

