*{
	padding: 0;
	margin: 0;
}
body{
	color: #FFFFFF;
	margin: 0 auto;
	width: 820px;
	text-align: center;
	background-color: #000000;
	background-image: url("../img/background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: sans-serif;
}
div{
	margin: 0 auto;
}


/***** galleria *****/

.galleria{ list-style:none; }
.galleria li{ display:block; height:15px; overflow: hidden; margin: 1px}
.galleria li a{ display:none }
.galleria li div{ position:absolute;}
.galleria li div img{ cursor:pointer }
.galleria li.active div img,
.galleria li.active div{ display:block }
.galleria li img.thumb{ cursor:pointer; top:auto; left:auto; display:block; width:auto; height:auto }
.galleria li .caption{ display:block; }



/***** link *****/

a:link{ text-decoration:none; color:#333333; }
a:visited{ text-decoration:none; color:#333333; }
a:hover{text-decoration:none; color: #FFFFFF; }
a:active{ text-decoration:none; color:#333333; }

/***** header *****/
#header{
	margin-top: 5px;
	width: 400px;
	height: 120px;
}
#header h1{
}
#header p{
	margin: 0;
	padding: 0;
}
#header img{
	border: 0;
}

/***** contents *****/
#contents{
	width: 820px;
}
#chapter{
	width: 60px;
	float: left;
}
#chapter ul{
	list-style: none;
}
#chapter li{
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
#chapter img{
	border: 0px;
}
#main{
	width: 700px;
	float: left;
	text-align: center;
}
#main img{
	border: 0;
	margin: 0;
	padding: 0;
}
#top{
	width: 700px;
	height: 50px;
	background-image: url("../img/top.jpg");
}
#left{
	float: left;
	width: 50px;
	height: 800px;
	background-image: url("../img/left.jpg");
}
#center{
	width: 600px;
	height: 800px;
	float: right;
	background-color: #FFFFFF;
	overflow: none;
}
#right{
	float: right;
	width: 50px;
	height: 800px;
	background-image: url("../img/right.jpg");
}
#bottom{
	clear: both;
	width: 700px;
	height: 50px;
	background-image: url("../img/bottom.jpg");
}
#menu{
	width: 50px;
	float: right;
	text-align: right;
}
#menu ul{
	list-style: none;
}
#menu li{
	width: 50px;
}


#chapter a{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#chapter a:link{ text-decoration:none; color:#FFFFFF;}
#chapter a:visited{ text-decoration:none; color:#FFFFFF;}
#chapter a:hover{text-decoration:none; color: #999999;}
#chapter a:active{ text-decoration:none; color:#FFFFFF;}

/***** footer *****/
#footer{
	clear: both;
	text-align: center;
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 100px;
}
.copy{
	margin-bottom: 20px;
	vertical-align: middle;
}
#caution{
	text-align: center;
	margin: 0 auto;
	width: 400px;
	font-size: 90%;
}

.strong{
	font-size: 120%;
	font-weight: bold;
}
table{
	border-collapse: collapse;
	margin: 5px 50px 5px 50px;

}
td{
	border: 1px solid #FFFFFF;
}
.logo {
	width: 50px;
	font-size: 300%;
	font-weight: bold;
	font-family: serif;
	text-align: center;
	vertical-align: middle;
}
.mean {
	width: 250px;
	text-indent: 40px;
	font-size: 100%;
	font-weight: bold;
	background-image: url("../img/icon.gif");
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;

}
.mes {
	width: 250px;
	font-size: 75%;
	text-align: center;
}
#note {
	width: 780px;
}
#note p{
	font-size: 80%;
	color: #CCCCCC;
	margin-top: 10px;
}