body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6 {
	 font-style: normal;
	 font-weight: normal;
	 font-size: 1.0em;
}
h1 {
	padding: 5px;
	font-size: 0.8em;
	text-align: right;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	font-size: 0.8em;
	padding: 10px;
}
/** Don't Delete **/

a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
li {
	float: left;
	list-style-type: none;
	font-size: 0.8em;
	padding: 5px;
}
#gate-rayout {
	width: 850px;
	height: 670px;
	position: absolute; /* 絶対値で位置を指定 */
	top: 50%; /* 上部に画面半分の余白 */
	left: 50%; /* 左部に画面半分の余白 */
	margin-left: -425px; /* widthの半分、逆マージン */
	margin-top: -350px; /* heightの半分、逆マージン */
	padding: 0px;
}
#top-flash {
	width:400px;
	height:250px;
	background-image:url(../img/top-image.jpg);
	padding:350px 0 0 450px

}
#text-menu {
	float: right;
	width: 850px;
}

#copyright {
	text-align: center;
	height: 20px;
	width: 850px;
	padding-top: 5px;
	font-size: 0.8em;
}
