@charset "Shift_JIS";

/* ページ全体 */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #6f767b;
	background-color: #000;
	background-image: url("../images/back.jpg");
	background-repeat: repeat-x;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-break: strict;
}
img {
	border-style: none;
}

/* アンカー */

a:link {
	color: #6f767b;
}
a:hover {
	color: #6f767b;
	text-decoration: none;
}
a:active {
	color: #6f767b;
}
a:visited {
	color: #6f767b;
}


/* 見出し */

h1, h2 {
	margin: 0;
}


/* フォント */

.text1 {
	color: #6f767b;
	font-size: 12px;
	line-height: 140%;
}
.text2 {
	color: #7B71E5;
	font-size: 14px;
	line-height: 120%;
}
.text3 {
	color: #7B71E5;
	font-size: 12px;
	line-height: 140%;
}
.text4 {
	color: #FF6486;
	font-size: 12px;
	line-height: 140%;
}
.text5 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 140%;
}
.text6 {
	color: #FF6486;
	font-size: 14px;
	line-height: 140%;
}
.text7 {
	color: #6f767b;
	font-size: 12px;
	line-height: 140%;
	text-decoration: underline;
}


/* レイアウト */

#frame {
	text-align: left;
	margin: 0 auto;
	width: 860px;
	background-image: url("../images/01.gif");
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 150px;
}
#right {
	float: right;
	width: 710px;
	text-align: left;
}
#footer {
	clear: both;
}


/* コンテンツ共用 */

#main {
	width: 610px;
	padding: 0 35px 0 35px;
	background-color: #fff;
}
.section {
	padding-top: 40px;
	color: #6f767b;
	font-size: 12px;
	line-height: 140%;	
}


/* カート */

.preview table, .address table, .unable table, .choose table {
	background-color: #BDC7CC;
}
.preview caption, .address caption {
	margin-bottom: 10px;
	text-align: left;
	color: #7B71E5;
	font-size: 14px;
	line-height: 120%;
}
.preview th {
	background-color: #AAB2B7;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
}

.preview td.c, .preview td.r {
	background-color: #FFFFFF;
	color: #6f767b;
	font-size: 12px;
	line-height: 140%;
}
.preview td.c, .choose td {
	text-align: center;
}
.preview td.r {
	text-align: right;
	white-space: nowrap;
}

.address td.item {
	width: 130px;
	background-color: #AAB2B7;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 140%;
}
.address td.input {
	width: 480px;
	background-color: #FFFFFF;
	color: #6f767b;
	font-size: 12px;
	line-height: 140%;
}

#amount {
	margin-top: 5px;
	text-align: right;
}
	#amount table {
		background-color: #FFFFFF;
		color: #6f767b;
		font-size: 12px;
		line-height: 140%;
		margin-left:auto;
		margin-right: 0;
	}
	#amount td.l {
		text-align: left;
		padding-left: 10px;
	}
	#amount td.r {
		text-align: right;
		padding-right: 10px;
	}
#cart-about {
	margin-top: 100px;
}
#cart-about p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #6f767b;
	font-size: 12px;
	text-align: left;
	line-height: 140%;
}

/* 問い合わせ */
.co {
	margin-top: 100px;
	color: #6f767b;
	font-size: 12px;
	line-height: 140%;
}


/* 配送不可 */
.unable caption {
	text-align: right;
}
.unable th, .choose th {
	background-color: #AAB2B7;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
}
.unable td.head1 {
	vertical-align:top;
	width: 100px;
}
.unable td.head2 {
	vertical-align:top;
	width: 150px;
}
.unable td, .choose td {
	background-color: #FFFFFF;
	color: #6f767b;
	font-size: 12px;
}
.no {
	color: #eee;
	background-color: #ccc;
}


/* フォームサイズ統一 */

input[type="text"][name="Name"], input[type="text"][name="Name2"], input[type="text"][name="Adress1"], input[type="text"][name="Adress2"], input[type="text"][name="Subject"] {
	width: 265px;
}
input[type="text"][name="FromAddress"], input[type="text"][name="FromAddress2"] {
	width: 185px;
}
input[type="text"][name="Yubin"] {
	width: 55px;
}
input[type="text"][name="TelNo"] {
	width: 115px;
}
input[type="text"][name="FromAddress"], input[type="text"][name="FromAddress2"] {
	width: 185px;
}
textarea {
	width: 420px;
}


/* 送料無料バナー */

.button
{
	margin: 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.3);  
	background: #ff9900;
	width: 200px;
}

.button, .button span
{
	-moz-border-radius: .3em;
	border-radius: .3em;
}

.button span
{
	display: block;
	padding: 0.5em 2.5em;
}


/* トップの告知 */

#notice {
	font: 11px/14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 10px 0 0 10px;
}
#notice .item {
	background: #ffe5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #999;
	border-radius: 5px;
	padding: 10px;
	position: relative;
}
#notice strong {
	color: #ff3333;
}


/* ピックアップ商品 */

#pic_up {
	background-color: #BDC7CC;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
}
#pic_up td {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 20px 26px;
}

.img-desc {
	position: relative;
	display: block;
	height:150px;
	width: 150px;
}
.img-desc .caption {
	background: #0F0D25;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	padding: 5px;
	border-top: 1px solid #999;
	font-style: normal;
	text-align: center;
	font-size: 11px;
	line-height: 120%;
}
.img-desc .caption a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

/* 見出し */

.h0 {
	width: 400px;
	padding: 10px;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	background-color: #AAB1B7;
	text-shadow: 1px 1px 2px #555555;
	border: 1px solid #666666;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/* お知らせ */
#news {
	color: #6f767b;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	overflow: scroll;
	overflow-x: hidden;
	height: 200px;
	padding: 1em 0;
	border-top: 1px solid #BDC7CC;
	border-bottom: 1px solid #BDC7CC;
}
