/* CSS Document */

*{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
html,body {
	margin:0px;
	padding:0px;
	background-color:#000044;
	height: 100%;
	}
	
p {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	}
	

	
/* 全体 */
.container {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#000044;
	width:	100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	}
	

/* 上部 */
.top-space {
	background-image:url(../img/top-space-bg.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
	width: 100%;
	height: 64px;
	margin-bottom:50px;
}

#logo1 {
	margin: 0px;
	padding: 0px;
	}

/*中心部*/
.top_flash{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

/* 下部 */

.footer, .push {
    height: 30px; /* .push must be the same height as .footer */
    background-color:#000033;
    width: 100%;
    padding:5px;
    }
	
#copyright {
    margin-top: 10px;
	font-size: 10px;
	color:#FFFFFF;
	text-align: center;
	}
	
	

