/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
div {
	float: left;
	display: inline;
}
html {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #555555;
}
a img {
	border:medium none;
}

.center {
	width: 50%;
	height: 1px;
	margin-left: -500px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
	/*background-color: #555555;*/
}
/*ここからページ=========================================*/
.page {
	position: relative;
 	width: 1000px;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
	background-color: #FFFFFF;
}

.page .main_logo {
 	width: 1000px;
	height: auto;
	margin-left: 0px;
	margin-top: 150px;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
	background-color: #FFFFFF;
}

.page .top_text {
 	width: 1000px;
	2height: auto;
	margin-left: 0px;
	margin-top: 100px;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

.page .footer {
 	width: 1000px;
	height: auto;
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

