@charset "UTF-8";
html{
	width: 960px;
	margin: auto;
}
body{
	font-size:.9em;
	background:#f1f1f1;
	color:#515151;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/ph/frame.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 63% 70%;
}

li{
	list-style-type:none;
}

#wrapper{
	padding:20px;
	width:910px;
	margin:0 auto;
}

h1{
	font-size:4em;
	font-weight:normal;
	padding-bottom:3px;
	margin-bottom:30px;
	border-bottom:1px solid #515151;
	text-align: center;
	width: 800px;
    margin-left: 100px;
}


#numbers li {
	margin-top: 10px;
	margin-left: 87px;
	float: left;
}
#numbers a:hover img{
	opacity: 0.5;
	filter:numbers(opacity=50);
}
#numbers li:last-child {
	margin-right: 0;
}

#bg{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: .6;
}

#photo {
	position:absolute;
	top:0;
	right:900px;
	bottom:0;
	margin:auto;
	width:240px;
	height:240px;
}
.long{
	margin-left: -80px;
	margin: auto;
}
@media screen and (min-width:1360px){
	div#photo img{
		margin: 0 0 0 100px;
}
}
@media screen and (max-width:320px){
	div#photo img{
		margin-left:570px
}
}