/* ボディー */
/* 表 */
	table.shoplist{
	}
	table.shoplist td{
		width: 50%;
		height: 80px;
		vertical-align: top;
	}
/* セル */
	td.leftarea{
		vertical-align: top;
	}
	td.rightarea{
		padding: 8px;
		padding-left: 24px;
		vertical-align: top;
	}
/* Ａタグ */
/* イメージ */
	img.item{
		float: left;
		margin-right: 4px;
	}
/* INPUT */
/* TEXTAREA */
/* フォント */
/* div */
	div.header{
		background-image: url(../img/back/headerlakeaboe.jpg);
		padding-top: 100px;
		padding-bottom: 18px;
		text-align: right;
	}
	div.name{
		margin-bottom: 4px;
		font-weight: bold;
		color: MediumBlue;
	}
	div.address{
		margin-bottom: 2px;
		font-size: 9pt;
	}
	div.url a{
		color: MediumBlue;
	}
	div.url a:hover{
		color: SteelBlue;
	}
	div.tracklist{
		margin-bottom: 20px;
		padding: 4px;
		padding-left: 8px;
		clear: both;
		line-height: 1.2;
	}
	div.tracklist a{
		color: SlateBlue;
	}
	div.menu{
		padding: 4px;
	}
	div.menu div{
		width: 180px;
		border: solid 1px WhiteSmoke;
		border-right: solid 1px Gray;
		border-bottom: solid 1px Gray;
		padding: 4px;
		background: MidnightBlue;
	}
	div.menu div a{
		color: White;
	}
	div.menu div a:hover{
		color: Yellow;
	}
	/* トップ商品 */
	div.topitem{
		margin-bottom: 20px;
	}
	div.topitem .intro{
		float: right;
		width: 280px;
	}
	div.topitem .intro h2{
		margin-top: 0;
		font-size: 12pt;
		font-weight: bold;
	}
	div.topitem img{
		margin-left: 2px;
	}
	div.topitem table{
		clear: both;
		width: 270px;
		margin-top: 8px;
	}
	div.topitem table tr.even{
		background: WhiteSmoke;
	}
	div.topitem table a{
		color: SlateBlue;
	}
/* h2 */
/*h2{
	font-size: 12pt;
	color: MediumBlue;
}
*/
