@charset "utf-8";
/* CSS Document */

 body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	text-align:center;
	font:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color:#ccbb9d
}

#wrap{
	width:900px;
	height:auto;
	margin:0 auto;
	background:#000000;
	padding:20px 0 20px 0;
	}
	
#bar{
	width:840px;
	margin:0 auto;
	
	}
	
#boxa{
	width:770px;
	height:auto;
	margin:0 auto;
	text-align:left;
	line-height:200%;
	font-size:12px;
	}
	
#boxb{
	width:370px;
	text-align:center;
	float:left;
	}
	
#boxc{
	width:400px;
	}
	
#copy{
	font-size:10px;
	}
