/*ページ全体の指定*/
body{
	margin:0px;
	padding:0px;
	font-size:84%;
	font-family:Verdana;
	background:#000;
	color:#fff;
}

/*ページ全体のリンク指定*/
a{
	
	color:#6DA7D2;
	margin:0px;
	padding:0px;
	border:0px;
}
a:hover{
	text-decoration:none;
	margin:0px;
	padding:0px;
	border:0px;
}

/*ページの輪郭*/
#flame{
	width:720px;
	background:#fff;
	margin: 0 auto 0 auto;
}

/*ヘッダ*/
#head{
	width:720px;
	margin:0 auto -5px auto;
}

/*タイトル*/
h1{
	font-size:14px;
	margin:0px;
	padding:0px 10px 10px 10px;
	color:#ffffff;
}

/*フラッシュブロック*/
#flash{
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	width:720px;
	height:350px;
}

/*リンクブロック*/
#link{
	width:720;
	margin:0px;
	padding:0px;
	border:0px;
}
	#link img{
		border:0px;
		float:left;
	}
	#link a{
		float:left;
	}
/*メインブロック*/
#topall{
	width:720px;
	margin:0px;
	padding:0px;
	background-image:url(img/dbgi.jpg);
	background-repeat:no-repeat;
}
#top{
	width:720px;
	margin:0px;
	padding:0px;
	border:0px;
}
	#top div{
		position:relative;
		left:30px;
		top:0px;
	}
	#top img{
		position:relative;
		left:0px;
		top:0px;
		float:left;
	}
#shop1{
	width:720px;
	margin:0px;
	padding:0px;
	border:0px;
}
	#shop1 div{
		position:relative;
		left:30px;
		top:0px;
	}
	#shop1 img{
		float:left;
	}
#shop3{
	width:720px;
	margin:0px;
	padding:0px;
	border:0px;
}
	#shop3 div{
		position:relative;
		left:30px;
		top:0px;
	}
	#shop3 img{
		float:right;
	}
#shop2{
	width:720px;
	margin:0px;
	padding:0px;
	border:0px;
}
	#shop2 div{
		position:relative;
		left:30px;
		top:0px;
	}
	#shop2 img{
		float:left;
	}
#tom{
	width:720px;
	margin:0px;
	padding:0px;
	border:0px;
}
	#tom div{
		position:relative;
		left:30px;
		top:0px;
	}
	#tom img{
		float:left;
	}
#news{
	width:720px;
	margin:0px;
	padding:0px;
	border:0px;
}
	#news div{
		position:relative;
		left:30px;
		top:0px;
	}
	#news img{
		float:right;
	}
#sukima{
	height:30px;
	width:720px;
	margin:0px;
	padding:0px;
	border:0px;
	background:#000;
}
/*フッタ*/
#foot{
	clear:both;
	width:720px;
	background:#000000;
	color:#ffffff;
	border:0px;
	padding:0px;
	margin:0 auto 0 auto;
	}
	#foot a{
		color:#000;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}