#bg {
	background-image: url('../img_cmn/bg.gif');
	background-repeat : repeat-y;
	height:100%;
}

.contents {
	width:720px;
	text-align:center;
}

.title {
	margin-bottom:10px;
}

.menu {
	width:610px;
	text-align:center;
	margin-top:10px;
}

.menu img{
	margin-bottom:10px;
}

.m1 {
	float:left;
	width:300px;
}

.m2 {
	float:right;
	width:300px;
}


.banner {
	margin:20px 0;
	clear:both;
	width:600px;
}

/*ボディ全体設定*/
body {
	margin : 0px;
	background-color : #fff;
	color:#000000;
}

/*画像全体設定*/
img {
	border:none;
}

