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


* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-size: 11px;
	color: #51392e;
	line-height: 130%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
html {
	background: url(../material/2015/bg.gif) repeat;
}

div#s {
	margin-top:20px;
	padding-top: 30px;
	text-align: left;
		font-size: 10pt;
}
div#header {
	margin-top:20px;
	padding-top: 30px;
	text-align: center;
}
div#menu {
	padding-top: 10px;
	text-align: center;
	width: 450px;
}
div#container {
	width: 450px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#main {
	margin-top:20px;
	text-align: center;
	border-radius: 5px;
}
div#illust {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	text-align: left;
}
div#illust img {
	border: solid 1px #ffaaaa;
}
div#info {
	width: 450px;
	margin:0 auto;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background-color: rgba(255,255,255,0.5);   /* 背景色 */
}
div#about {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background-color: rgba(255,255,255,0.5);   /* 背景色 */
}
div#offline {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
div#link {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
div#link img {
	margin: 2px;
}
div#footer {
	position: absolute;
	text-align: center;
	bottom:100;
	width: 100%;

}
table {
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #51392e;
	text-decoration: none;
}
a:visited {
	color: #51392e;
	text-decoration: none;
}
a:hover {
	color: #41c2d9;
}
a:active {
	color: #51392e;
}
a img {
	border-style: none;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #ffaaaa;
}
input {
	border:1px solid #41c2d9;
	background-color:#ffffff;
	}
/* highslide */
.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
	border: 5px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits {
	position: relative;
	top: -15px;
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits i {
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
