@charset "utf-8";
/* CSS Document */

@import "reset.css";

body {
	width:100%;
	background:#DEF7FC;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#3c629b;
	text-align:center;
	letter-spacing:1px;
	font-size:12px;
	line-height:1.6em;
	}

#head {
	font-size:12px;
	padding:3px 7px;
	text-align:left;
	letter-spacing:2px;
	}
	
#wrap {
	width: 860px;
	margin:20px auto;
	padding-bottom:20px;
	}
	
#inner {
	width: 800px;
	margin: 0 auto;
	padding:30px;
	}
	
#main_area {
	width: 800px;
	}
	
#back {
	width: 800px;
	height: 45px;
	margin: 0 auto;
	}

#back_area {
	width: 180px;
	height: 45px;
	float:right;
	}


#foot {
	font-size:10px;
	padding:3px 0;
	margin:10px 0;
	letter-spacing:2px;
	}
