@charset "UTF-8";


body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 0px;
	font-size: 90%;
	line-height: 1.8em;
	color: #000;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	letter-spacing: 0.1em;
}
p {
	padding-bottom: 10px;
}

hr {
	display: none;
}
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

.floatRight {
	float: right;
}
.floatleft {
	float: left;
}
#header {
	height: 90px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-bottom: 0px;
}
#header h1 {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.5em;
	padding-top: 15px;
}
.number {
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
	padding: 2px;
	margin-left: 10px;
	line-height: 1.2em;
}

#wrapper {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	padding-right: 10px;
	padding-left: 10px;
}


/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:focus { outline:none;}



/*ボトム
------------------------------------*/

#bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding: 0px;
	width: 100%;
	clear: both;
	margin: 0px;
	color: #FFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 85%;
	line-height: 1.4em;
	font-weight: lighter;
	height: 200px;
}


#footer {
	width: 980px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	margin-bottom: 50px;
}
#btn_close {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #CCC;
	font-weight: lighter;
	margin: 0px;
	text-align: left;
	padding: 0px;
	float: left;
	width: 700px;
}
#photo {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 680px;
}
#main {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#thumbnail {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#thumbnail ul {
	margin: 0px;
	padding: 0px;
}
#thumbnail ul li {
	float: left;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}
#thumbnail img {
	border: 1px dotted #CCC;
	padding: 1px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
