@charset "utf-8";
/* CSS Document */

.body {font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:150%;
	margin-bottom:0px;
	}

.top {width:900px;
	margin:auto;
	background-image:url(../images/bg_bar.jpg);
	background-repeat:repeat-y;
	}

.menu {width:880px;
	height:59px;
	background-image:url(../images/menu_bar.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:63px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

.container {width:900px;
	text-align:center;
	}
	
.text {width:900px;
	text-align:center;
	font-size:x-large;
	line-height:130%;
	padding-bottom:20px;
	}

.page_bottom {width:900px;
	height:39px;
	background-image:url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
	}

.copyright {width:100%;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:10px;
	}

#title {text-align:left;
	padding-left:20px;
	margin-left:20px;
	}
