body{
	background-color:white;
	font-size:10pt;
	text-align:center;
	color:black;
	margin: 0px;
}

a:link{
	color:red;
}

a:visited{
	color:gray;
}

a:hover{
	color:black;
	background-color:red;
}

h1{
	font-size:10pt;
	margin: 5px;
}

h2{
	font-size:10pt;
	background-color: red;
	margin:0px;
	line-height:12pt;
}

h3{
	font-size:10pt;
	background-color: red;
	margin:10px 0px 0px 0px;
	line-height:12pt;
}

#main{
	width:800px;
	height:100%;
	margin: auto;
}

#wiki p{
	margin: 0px;
	text-align: left;
}

.left{
	width:120px;
	float:left;
	text-align:left;
	padding:5px;
	border:1px solid black;
}

.center{
	width:700px;
	text-align:left;
	margin:auto;
	padding: 5px;
	border:1px solid black;

}

.right{
	width:100px;
	float:left;
	text-align:left;
	padding:5px;
	border:1px solid black;
}

.boxbanner{
	width:172px;
	float:left;
	text-align:center;
	margin:5px 0px 5px 0px;
}

.boxhime{
	text-align:center;
	border:1px solid black;

}

.movieimg{
	width:195px;
	float:left;
	text-align:center;
	margin:5px 2px 5px 2px;
	padding:2px;
	border:1px solid gray;
}

#gekiyasu{
	text-align: center;
}