@charset "utf-8";
/* CSS Document */

html{
	width: 660px;
	height: 330px;
	font-family:'Lucida Grande','ヒラギノ角ゴ ProN W3', 'sans-serif';
	background-repeat: no-repeat,
                       no-repeat,
					   repeat;
	background-position: 0% 40%,
						99% 90%;
	background-image: url('../image/body_bg.jpg');					
	border-top: solid;
	border-top-color: #900;
	border-width: 10px; 
	}
	
body {
	width: 660px;
	height: 330px;
	background-image: url('../image/body_bg.jpg');
	}

#contents {
	width: 660px;
	height: 330px;
 	}

#info {
	width: 600px;
	height: 330px;
	color: #393939;
	line-height: 250%;
	font-size: 20px;
	font-weight: 800;
	background-color: #fff;
	margin-left: 30px;
	padding-top: 10px;
	}