/*イメージ 始*/
img {
	border:0px;
}
/*イメージ設定 終*/

/*BODY 始*/
body {
	font-size:70%;
	margin:0px;
	padding:0px;
	font-family:Verdana,Osaka,'MS UI Gothic';
	letter-spacing: 2px;
	line-height:16px;
	white-space:nomal;
	background-image:url("../img/bg.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
}
/*BODY 終*/

br{
	letter-spacing:0;
}


/*container 始*/
.container {
	margin:20px;
	width: 340px;
	height:660px;
	text-align:left;
}

.container-box{
	margin:0px;
	margin-top:30px;
	width: 700px;
	height:100%;
}

.container-left {
	float:left;
	width:200px;
}

.container-right {
	float:right;
	width:420px;
	padding:10px;
}
/*container 終*/

.img-s{
	margin-top:5px;
	margin-bottom:5px;
}

.br-space{
	height:10px;
}