/*=======================================================*/
/*基本設定*/
/*=======================================================*/
*{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}

body
{
	background-color: #000000;

}

h1
{
	text-align: center;
	font-weight: bold;
}

img
{
	border: none;
}

/*=======================================================*/
/*ページ全体のレイアウト*/
/*=======================================================*/
#container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#main-navi
{
	width: 450px;
	height: 400px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

#top-content
{
	width: 450px;
	height: 400px;
	float: left;
	padding-top: 10px;
}

#shop-content
{
	padding-top: 20px;
}

#footer
{
	clear: left;
	width: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}

#to-top
{
	clear: left;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*=======================================================*/
/*main-navi内の設定
/*=======================================================*/
img.navi
{
	padding: 7px 5px 15px 5px;
}

/*=======================================================*/
/*top-content内の設定
/*=======================================================*/
#banner-layout
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	text-align: center;
}

#banner-layout td
{
	padding-bottom: 15px;
	font-size: x-small;
}


#toiawase
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding-bottom: 15px;
}

/*=======================================================*/
/*その他トップページの設定
/*=======================================================*/
#regular-shop
{
	font-weight: bold;
	padding: 10px;
}

/*=======================================================*/
/*shop-content内の設定
/*=======================================================*/
#shop-list
{
	margin-left: auto;
	margin-right: auto;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

#shop-list th
{
	background-color: #ffd700;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}
#shop-list td
{
	background-color: #ffffff;
    border-right:1px solid #000000;
    border-bottom:1px solid #cccccc;
    padding: 3px;
}

#shop-list td.bottom
{
	background-color: #ffffff;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    padding: 3px;
}





