@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.idea-h.net/
File name:		layout_shop.css
Summary:		base styles
Created:		2009-9-1
Last update:	2009-9-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Point */
/* ------------------------------------------------------------ */
#shop {
	width: 670px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#shop .list {
	width: 670px; /* ボックスの幅を指定 */
}

#shop .list table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	empty-cells: hide;
	border-collapse: collapse;
	border: none;
}

#shop .list th {
	background-color: #1e63d3;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	padding: 5px 10px;
	border-right: 1px #c8c8c8 solid;
}

#shop .list td {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	white-space: nowrap;
	padding: 5px 10px;
	border-right: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
}

#shop .list .border_none {
	border-right: 0px #c8c8c8 solid;
}

#shop .name {
	color: #007bde;
}

#shop .arrow {
	background: url(../images/arrow3.gif) left center no-repeat;
	text-align: left;
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#shop .attention {
	color: #d20000;
}

.button_layout {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.button_layout .button1 a {
	background: url(../images/shop_banner1.jpg) left top no-repeat;
	width: 200px;
	height: 62px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.button_layout .button1 a:hover {
	background: url(../images/shop_banner1.jpg) left bottom no-repeat;
}

.button_layout .button2 a {
	background: url(../images/shop_banner2.jpg) left top no-repeat;
	width: 200px;
	height: 62px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.button_layout .button2 a:hover {
	background: url(../images/shop_banner2.jpg) left bottom no-repeat;
}