@charset "UTF-8";

body {
	background:#000;
	color: #000;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	}

#wrap {
	width: 1000px;
	margin: 100px auto 0px auto;
	padding: 50px 0px 50px 0px;
	background: url(../img/bg_white50.png);
	font-family: 'Roboto Slab', serif;
	}

a {
	color: #000;
	text-decoration:none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}