@charset "UTF-8";
/*CSSをリセットする*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*全体の調整*/
body {
    font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    *font-size:small;
    *font:x-small;
	background: #000 
}
a {
	color: #fff;
	outline: 0;
}
div#contents {
	background: #000 
}

/*ヘッダ*/
div#header {
	margin: 0 10px;
	position: relative;
	height: 60px;
	border-bottom: 1px solid #4d4d4d;
}
div#header h2 {
	position: absolute;
	left: 0;
	top: 20px;
}
div#header ul {
	position: absolute;
	right: 21px;
	top: 20px;
	width: 475px;
}
div#header ul li {
	float: left;
	margin-left: 30px;
}
div#header ul li a {
	display: block;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
div#header ul li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
div#header ul li.current a {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*タイトル*/
h1 {
	width: 310px;
	margin: 50px auto 40px ;
}

/*フォトギャラリー*/
ul#photoGallery {
	width: 980px;
	height: 300px;
	overflow: show;
	margin: 0 auto;
}
ul#photoGallery li {
	width: 360px;
	height: 270px;
	-moz-box-shadow: 0 2px 15px rgba(0,0,0 ,0.5);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0 ,0.5);
	box-shadow: 0 2px 15px rgba(0,0,0 ,0.5);
	background: #fff;
	-webkit-box-reflect:below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(rgba(255,255,255,0.5)));
}
ul#photoGallery li img {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}

/*キャプション*/
p#caption {
	color: #fff;
	text-align: center;
	margin: 50px 50px 40px;
}

/*ナビゲーション*/
ul#changeNav {
	width: 272px;
	margin: 0 auto;
	height: 28px;
}
ul#changeNav li {
	float: left;
	width: 135px;
	height: 28px;
}
ul#changeNav li.prev {
	border-right: 1px solid #000;
}
ul#changeNav li.next {
	border-left: 1px solid #353f45;
}
ul#changeNav li a {
	display: block;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
ul#changeNav li a:hover {
	display: block;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*フッタ*/
div#footer {
	clear: both;
	margin: 130px 10px 0;
	border-top: 1px solid #444e54;
	padding: 10px 0 20px;
}
div#footer p.credit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #59636a;
	text-align: right;
}
