@charset "UTF-8"


/* --------------------------------------------------------------------------------------
 基本
--------------------------------------------------------------------------------------- */


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}


html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background : #fff7e4 url(../wedding/bg.gif) repeat-y scroll 0% 0%;
}

body > #container {height:auto;}


/* ボタン　メイン -------------------- */

#main-navi {
	margin: 10px 0 20px;
	width: 210px;
	height: 336px;
}

#btns-sweets a {
	display: block;
	width: 210px;
	height: 21px;
	background : transparent url(../wedding/btns_sweets2.gif) no-repeat scroll 0px 0px;
}

#btns-sweets a:hover {
	background-color: #000;
}

#btns-sweets a:hover img {
	visibility: hidden;
}


#btns-sweets-rsv a {
	display: block;
	width: 210px;
	height: 21px;
	background : transparent url(../wedding/btns_sweets_rsv2.gif) no-repeat scroll 0px 0px;
}

#btns-sweets-rsv a:hover {
	background-color: #000;
}

#btns-sweets-rsv a:hover img {
	visibility: hidden;
}




/* コンテンツ -------------------- */

#main-img {
	margin: 0px 0 30px;
}

.price {
	width: 660px;
	border-collapse: collapse;
	margin: 30px 0 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}

.price th {
	padding: 6px;
	width: 30%;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: left;
}

.price td {
	padding: 6px;
	width: 35%;
	border-left: solid 1px #CCC;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: center;
}

.price-title {
	background: #000;
	color: #FFF;
	border-bottom: none;
}

.week {
	background: #ece0c5;
}

.price-cap {
	float: right;
	font-size: 10px;
	margin: 0;
}

.sweets-ph {
	margin: 50px 0 30px;
}

.sweets-ph li {
	width: 220px;
	margin: 0px 0 30px;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 1.4em;
}

.sweets-ph li p {
	margin: 5px 0 0px;
}

#title2 {
	height: 29px;
	margin-bottom: 33px;
	border-bottom: #999 1px solid;
}

.left2 {
	width: 390px;
	margin: 20px 0 0;
	float: left;
}

.right2 {
	width: 240px;
	float: right;
}

.left2 p {
	margin: 30px 0 0;
}
