body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	background-image: url(../img/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	display: block;
	margin:0 auto;
	padding: 0px;
	color: #333333;
	line-height: 1.6em;
}

div,p {
	margin:0px;
	padding: 0px;
}

h1,h2 {
	font-size: 100%;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.container {
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	display: block;
	width: 760px;
	margin:0 auto;
	padding: 0px;
}

.contents {
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
	display: block;
	width: 700px;
	margin:0 auto;
	padding: 0px;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #FF3399;
	text-decoration: underline;
}

a:active {
	color: #FF3399;
	text-decoration: underline;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}


/*-------------------------------------------------
トップページ
-------------------------------------------------*/
.button {
	margin-bottom: 5px;
}

.top_footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 180px;
	width: 760px;
	margin:0 auto;
	padding: 0px;
}

.footer_text {
	font-size: 12px;
	color: #333333;
	width: 600px;
	padding-top: 80px;
	margin-left: 80px;
}

/*--------------------------------------------------
フッターのスタイル
--------------------------------------------------*/
#footer {
	/* 必要ならば，フッタ部分に関する設定をしてください */
	font-size: 90%;
	line-height: 1.2em;
	width: 700px;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #333333;
}

#footer address {
	/* 必要ならば，コピーライト部分に関する設定をしてください */
	font-style: normal;
	padding-bottom:5px;
	color:#333333;
}
