@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		background:url(../images/back.jpg);

}


html,body {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Meiryo, "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro";
	line-height: 130%;
	background-color:#ffffff;
}

.con {
	width:908px;
	margin-top:200px;
	margin-right: auto;
	margin-left:auto;
	height: 100%;
}
.container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	}
	
.main_area{	
	margin:0px;
	padding:0px;
}

.bottom {
	margin-top:0px;
	padding-top:0px;
	text-align:center;
	color: #E4E4E4;
	font-size:12px;
	}
.bottom a:link{
	color: #FF0000;
	}
.bottom a:visited{
	color:#FF0000;
	}

