/* システム関連用CSSファイル */

/* 基本構造 */
img {
	border: 0px;
}

form {
	margin: 0px;
}

/* 汎用 */
.redBold {
	font-weight: bold!important;
	color: #FF0000!important;
}

.importantColor {
	color:#990000!important;
}

.left {
	text-align: left!important;
}

.center {
	text-align: center!important;
	text-indent: 0px!important;
}

.right {
	text-align: right!important;
}

.clearF {
	clear: both!important;
}

.title2Blank {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size: 18px;
	font-weight:bold;
	background-image: url(../../images/title2_blank.jpg);
	background-repeat: no-repeat;
	width: 587px;
	height: 50px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 15px;
	text-indent: 5px;
	line-height: 24px;
	overflow: hidden;
}

/* 商品リスト関連 */
div.goodsTitle {
	width: 276px;
	height: 45px;
	overflow: hidden;
	background-image: url(../../images/title_bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #676767;
}

div.goodsTitle div {
	margin: 3px 7px 3px 20px;
}

td.detailButton {
	padding-bottom: 5px;
	text-align: right;
}

td.buyBlock {
	width: 276px;
	border: 1px solid #676767;
	padding: 3px;
	padding-top: 6px;
	text-align: right;
}

td.buyBlock form span.buyInput {
	font-size: 12px;
}

td.buyBlock form input.buyButton {
	display: block;
	float: right;
	margin: 3px 0px 3px 3px;
background-color: #D4D0C8;
border-top: 1px outset #FFFFFF;
border-right: 2px outset #606060;
border-bottom: 2px outset #606060;
border-top: 1px outset #FFFFFF;
}

td.buyBlock form div.numSelect {
	margin: 3px 0px 3px 0px;
}

/* 買い物かご関連 */
table#tblBasket {
	margin-top: 2px;
	margin-bottom: 5px;
	width: 588px;
	border: 1px solid #676767;
	border-collapse: collapse;
	letter-spacing: 1px;
	font-size: 14px;
}

table#tblBasket th {
	height: 30px;
	border: 1px solid #FFFFFF;
	padding: 3px;
	background-image: url(../../images/blue_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 12px;
	color: #FFFFFF;
}

table#tblBasket td {
	border: 1px solid #676767;
	padding: 3px;
	font-size: 12px;
}

div#basketButtonLeft {
	float: left;
	width: 120px;
	height: 28px;
}

div#basketButtonLeft img {
	margin-top: 2px;
}

div#basketButtonRight {
	float: right;
	width: 190px;
	height: 28px;
}

div#basketButtonRight a {
	display: block;
	width: 190px;
	height: 28px;
	background-image: url(../../images/long_button_blue.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#basketButtonRight a:hover {
	background-image: url(../../images/long_button_water.jpg);
	text-decoration: none;
	color: #999999;
}

table#tblBasket .otherInputClose {
	display: none;
}

table#tblBasket .otherInputOpen {
	position: absolute;
	margin-left: -450px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	width: 400px;
	text-align: left;
}

/* 会員登録テーブル */
table.tblRegist {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table.tblRegist th {
	width: 200px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #CBEDF5;
	text-align: left;
	font-weight: normal;
}

table.tblRegist td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

table.tblRegist td.button {
	text-align: center;
}

/* 商品詳細 */
table.tblGoods {
	border-collapse: collapse;
	width: 100%;
}
table.tblGoods * {
	vertical-align: top;
	font-size: 12px;
}
