@charset "utf-8";
/*@import url("aural.css") aural;	*/


/*	全体の設定		*/


body {
	background-color:#DCD5C2;
	margin:0px auto;
	text-align:center;
	font-size:95%;
	line-height:1.6;
	letter-spacing:1px;
}

img {
	border:none;
}


#contents #menu a:link ,
#contents #menu a:active {
	color:#333;
	text-decoration:none;
}

#contents #menu a:visited {
	color:#000;
	text-decoration:none;
}

#contents #menu a:hover {
	color:#000;
	text-decoration:underline;
}


.float_r {
	float:right;
}

.float_l {
	float:left;
}

.clear {
	clear:both;
}

.margin10 {
	margin:10px;
}


.red {
	color:#FF0000;
}


.center {
	margin:5px auto;
	text-align:center;
}


#container {
	width:900px;
	margin:0px auto;
	text-align:left;
}

#header {
	width:900px;
	height:128px;
	background-image:url(../img/head_00.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border-top:5px solid #DA2E2E;
	border-bottom:4px solid #DA2E2E;
}


ul#navigation {
	float:right;
	text-align:right;
	width:441px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul#navigation li {
	margin:0px;
	padding:0px;
	float:left;
}
#header ul#navigation li img {
	vertical-align:bottom;
}

#contents {
	background-color:#fff;
	padding:10px 0px 0px 10px;
}

#header h1 {
	margin:0px;
	padding:0px;
	width:244px;
	float:left;
}
#header p#description {
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:80%;
	height:95px;
	width:500px;
	text-align:right;
}

/*
	メニュー
*/

#contents #menu {
	width:200px;
	float:left;
	font-size:85%;
}

#contents #menu h3 {
	margin:0px;
}

#contents #menu ul {
	background-color:#CDC4B3;
	list-style-type:none;
	width:190px;
	margin:0px 0px 15px 0px;
	padding:5px 0px 5px 0px;
}
#contents #menu ul li {
	margin:0px 0px;
	padding:1px 0px 1px 6px;
}
#contents #menu ul li a {
	width:100%;
	text-decoration:none;
}
#contents #menu ul li a:hover {
	text-decoration:underline;
	filter:alpha(opacity=80);
	moz-opacity:0.80;
	opacity:0.80;
}

#contents #menu ul.info li {
	background-image:url(../img/icon_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
	padding-left:20px;
}

#contents #menu .webmaster {
	width:190px;
	background-color:#CDC4B3;
}
#contents #menu .osmc {
	border-top:2px dashed #ccc;
	padding:5px;
	text-align:center;
}

#contents #menu .message {
	padding:0px 10px;
}
#contents #menu img.photo {
	margin:10px auto 0px auto;
}

/*
	メインコンテンツ
*/

#contents #main {
	float:right;
	width:690px;
}

#contents #main .text-block {
	padding:0px 15px;
	margin-bottom:20px;
}

/*
#contents #main p {
	margin:5px 10px 5px 10px;
	padding:0px 30px 0px 0px;
}

*/

/*
	ページトップへ
*/
.pagetop {
	text-align:right;
	margin:5px 10px 0px 10px;
	padding:15px;
	clear:both;
}

/*
	下部ナビゲーション
*/

#footer #under_navi {
	clear:both;
	font-size:90%;
	background-color:#fff;
	margin:0px;
	padding:10px;
}
#footer #under_navi a {
	color:#333;
	margin:0px 5px;
}
#footer #under_navi a:hover {
	color:#999;
}


/*
	フッタ
*/

#footer {
	background-color:#fff;
	text-align:center;
	clear:both;
}
#footer address {
	padding:20px 0px 0px 15px;
	margin:0px;
	font-style:normal;
}
#footer p#copyright {
	padding:5px 0px 0px 15px;
}

#footer p.contact-us {
	margin:0px;
	padding:10px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/*
	音声ブラウザ
*/


/*	ページトップナビゲーション	*/

ul#voice_navi li a#pagetop {
	display:none;
}
.voice_pagetop {
	position: absolute;
	left: -9999px;
	margin:0px;
	padding:0px;
	height:0px;
}

ul#voice_navi {
	position: absolute;
	left: -9999px;
	margin:0px;
	padding:0px;
	height:0px;
}

/*
	お問い合わせフォーム
*/
h3.contact {
	margin:0px;
}

table.contact {
	margin:0px auto;
	width:90%;
	border:1px solid #ccc;
	border-collapse: collapse;
}
table.contact th ,
table.contact td {
	border:1px solid #ccc;
	text-align:left;
}
table.contact th {
	background-color:#E7E2CF;
	text-align:left;
	font-weight:normal;
	padding:5px 0px 5px 15px;
	width:45%;
}
table.contact td input.text ,
table.contact td textarea.text {
	border:1px solid #ccc;
	text-align:left;
	width:350px;
	font-size:140%;
	margin:5px 15px;
}
table.contact td input.zip {
	border:1px solid #ccc;
	text-align:left;
	width:320px;
	font-size:140%;
	margin:5px 15px 5px 0px;
	ime-mode:disabled;
}
table.contact td span.zip {
	font-size:140%;
	margin:5px 0px 0px 15px;
}

table.contact ul.sample {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.required {
	color:#FF0000;
}

h3.heading {
	background-image:url(../img/bg_heading.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 0px 5px 20px;
	font-weight:normal;
	font-size:95%;
}
/*
	トップページ
*/
#top-bridal {
	background-image:url(../img/top/image01.jpg);
	background-repeat:no-repeat;
	margin:10px 0px;
}
#top-bridal p {
	padding:130px 0px 0px 0px ;
	margin:10px 0px;
}
div.c-matsumoto {
	padding:0px 0px 5px 0px ;
	margin:10px 10px 0px 0px;
}


/*
	商品詳細共通
*/
.item_title {
	background-image:url(../img/item/title01.jpg);
	background-repeat:no-repeat;
	width:680px;
	height:100px;
}
h2.item_name {
	margin:0px;
	padding:60px 0px 0px 35px;
	font-weight:normal;
	font-size:120%;
	letter-spacing:2px;
}

h2.item_subtitle {
	background-image:url(../img/item/title02.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 50px;
	line-height:50px;
	font-weight:normal;
	font-size:110%;
}

h4.headings4 {
	clear:both;
	background-image:url(../img/item/title03.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 45px;
	line-height:31px;
	font-weight:normal;
	font-size:110%;
}

.item_detail_right {
	float:right;
	width:360px;
}

.item_detail_right p {
	margin:0px;
	padding:0px;
}
.item_detail_right h4 {
	margin:10px 0px;
	font-size:120%;
	width:320px;
	border-bottom:2px solid #ddd;
}
.item_detail_right p.item_num ,
.item_detail_right p.item_price {
	width:320px;
	border-bottom:2px solid #ddd;
	padding:5px 0px;
}
.item_detail_right p.item_price {
	font-size:105%;
}
table.item_detail_table td {
	text-align:left;
}
ul.item_sample_image {
	float:left;
	width:220px;
	margin:0px 0px 15px 0px;
	padding:0px;
}
ul.item_sample_image li{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
ul.item_sample_image li.comment {
	width:180px;
	background-image:url(../img/item/icon.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 15px;
}

img.item_detail_image {
	border:1px solid #C0A846;
}
p.item_detail_image {
	float:left;
	margin:0px 0px 10px 0px;
}
ul.item_detail_design {
	list-style-type:none;
	margin:0px 0px 0px 15px;
	padding:0px;
}
ul.item_detail_design li {
	float:left;
}
ul.item_detail_design li img {
	margin:0px 15px 10px 0px;
	border:1px solid #C0A846;
}
p.title_image {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*
	商品一覧
*/

p.attention_cart {
	background-color:#ddd;
	clear:both;
	margin:5px;
	padding:5px 10px;
}
img.item_image {
	border:1px solid #999;
	float:left;
}

.item_list_detail {
	width:99%;
	border-bottom:2px dotted #999;
	padding:10px 0px;
	clear:both;
}

.item_list_detail .detail_frame {
	margin:5px;
	padding:10px;
	width:430px;
	background-color:#FFFFCD;
	border:1px solid #C0A846;
}


.item_detail_right_block {
	float:right;
	width:470px;
}
.item_detail_right_block h3 {
	margin:0px;
}
.item_detail_right_block h3 a {
	color:#FF0000;
	font-size:110%;
}
.item_list_detail .detail_frame img {
	float:right;
}
.item_detail_right_block p {
	margin:3px;
}

p.item_num {
	margin:0px;
	padding:0px;
}


/*
	ご利用案内
*/

table.table-gray {
	width:95%;
	border:1px solid #ddd;
	border-collapse: collapse;
}
table.table-gray caption {
	text-align:left;
	border:1px solid #ddd;
	padding:5px;
}
table.table-gray th {
	border:1px solid #ddd;
	padding:10px 5px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

table.table-gray td {
	border:1px solid #ddd;
	padding:5px;
}

table.table-guide th {
	width:130px;
}
