﻿@charset "UTF-8";
/* ---------------------------------------- ファイル情報 */
/* ファイル名：xhtml.css */
/* 作成日：2009年08月18日 */
/* 更新日：2009年08月18日 */

body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: "ＭＳ ゴシック", sans-serif;
	color: #999999;
	font-size:80%;
}

img {
	border: none;
}

a { 
	color : #996699;
	text-decoration: none;
}

a:hover {
	color : #993366;
	text-decoration: underline;
}

p {
	padding:5px; 
}

h2 {
	margin-top:15px;
	font-family:'Lucida Sans Unicode', sans-serif;
	text-align:center;
}

h3 {
	color:#666666;
	text-align:center;
	font-weight:normal;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

.title {
	font-family:'French Script MT',fantasy;
	font-weight:bold;
	font-size:24pt;
	text-align:center;
}

#titlebox {
	margin-left:auto;
	margin-right:auto;
	width:470px;
	margin-bottom:40px;
}

#itembox {
	margin-left:auto;
	margin-right:auto;
	width:318px;
	text-align:center;
}

em {
	font-weight:normal;
	font-style:normal;
	font-size:x-large;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}

hr {
	border-width: 3px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #999999; /* 線色 */
	height: 3px; /* 高さ */
	width:400px;
	margin: 3px auto 3px auto;
}


div.details {
	text-align:center;
	color:#666666;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}

div.details p {
	margin:0px;
	font-size:small;
}

/* 改行不可 */
span.nobr { 
	white-space: nowrap; 
}

/* 商品一覧テーブル */
#salesitem_momo {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border-collapse: collapse;
	color:#b23582;
	margin-bottom: 1em;
}

#salesitem_momo td {
	border: 2px #C0C0C0 solid;
}

#salesitem_momo td.item_name {
	width:348px;
}

#salesitem_momo td.item_price {
	width:98px;
}

/* 商品一覧テーブル（ジャム＆コンポート） */
#salesitem_jam-con {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border-collapse: collapse;
	color:#8dabb6;
	margin-bottom: 1em;
	font-size:100%;
}

#salesitem_jam-con td {
	border: 2px #C0C0C0 solid;
}

#salesitem_jam-con td.item_name {
	width:348px;
}

#salesitem_jam-con td.item_price {
	width:98px;
}


/* 送料一覧テーブル */
#salesitem_carriage {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #666666;
	border-collapse: collapse;
	margin-bottom: 2em;
	font-size:100%;
}

#salesitem_carriage td {
	border: 2px #C0C0C0 solid;
}

#salesitem_carriage td.carriage_division {
	width:120px;
}

#salesitem_carriage td.price {
	width:100px;
	text-align: right;	
}

/* 包装ページリンク */
div.itemhelp_link {
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	width: 400px;
	margin-top: -15px;
}


/* ご注文フォーム */
#order-form {
	margin-left:auto;
	margin-right:auto;
	color: #666666;
	margin-bottom:1em;
}

#order-form td.headerArea {
	background: #D3D3D3;
	color: #000000;
	font-weight:bold;
	width:498px;
	height:18px;
}

#order-form td.privacy {
	width:498px;
	color: #000000;
	font-size:130%;
}

/* ご依頼人様情報 */
#order-form_input {
	margin-left:auto;
	margin-right:auto;
	color: #000000;
}

#order-form_input td.headerArea {
	background: #D3D3D3;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
}

#order-form_input td.input_title {
	width:166px;
}

#order-form_input td.input_item {
	width:331px;
}
