@charset "Shift_JIS";

/* ページ全体 */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #949EA5;
	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: #949EA5;
}
a:hover {
	color: #949EA5;
	text-decoration: none;
}
a:active {
	color: #949EA5;
}
a:visited {
	color: #949EA5;
}


/* 見出し */

h1, h2 {
	margin: 0;
}


/* フォント */

.text1 {
	color: #949EA5;
	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%;
}


/* レイアウト */

#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: #949EA5;
	font-size: 12px;
	line-height: 140%;	
}


/* カート */

.preview table, .address table, .unable 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: #949EA5;
	font-size: 12px;
	line-height: 140%;
}
.preview td.c {
	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: #949EA5;
	font-size: 12px;
	line-height: 140%;
}

#amount {
	margin-top: 5px;
	text-align: right;
}
	#amount table {
		background-color: #FFFFFF;
		color: #949EA5;
		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: #949EA5;
	font-size: 12px;
	text-align: left;
	line-height: 140%;
}

/* 問い合わせ */
.co {
	margin-top: 100px;
	color: #949EA5;
	font-size: 12px;
	line-height: 140%;
}


/* 配送不可 */
.unable caption {
	text-align: right;
}
.unable 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 {
	background-color: #FFFFFF;
	color: #949EA5;
	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;
}
