* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
	min-width: 1000px;
    height: 100%;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    overflow-y: hidden;
}


.data {
    display: none;
}

.not-ready {
	visibility: hidden;
}

a, a:hover, a:visited {
	color: inherit;
}

#navi {
	float: right;
	width: 250px;
}

#navi-header {
    padding: 35px;
    background-color: black;
	text-align: center;
	color: white;
}

#navi-header h2 {
	color: #C33;
}

#navi-header h2 a, #navi-header h2 a:hover, #navi-header h2 a:visited {
	text-decoration: none;
}

#thumbnails {
	position: relative;
    overflow-y: scroll;
    background-color: black;
	color: white;
}

#thumbnails .thumbnail {
	position: relative;
    margin: 15px auto;
	width: 100px;
	height: 100px;
	overflow: hidden;
    text-align: center;
    opacity: 0.5;
}

#thumbnails .thumbnail.current {
	width: 150px;
	height: 150px;
    opacity: 1.0;
}

#thumbnails .thumbnail img {
	cursor: pointer;
	position: absolute;
	width: auto;
	height: auto;
}

#thumbnails .thumbnail.current img {
}

#slideshow {
	position: relative;
    overflow: hidden;
}

#slideshow .board {
	position: absolute;
	width: 100%;
}

#slideshow .slide {
	margin: 60px auto;
	text-align: center;
}

#slideshow .slide img {
	width: auto;
	height: auto;
	opacity: 0.5;
}

#slideshow .slide.current img {
	opacity: 1;
}

#slideshow .slide .postedTime {
	visibility: hidden;
}

#slideshow .slide.current .postedTime {
	visibility: visible;
}

#slideshow .slide .source {
	visibility: hidden;
}

#slideshow .slide.current .source {
	visibility: visible;
}