@charset "utf-8";
/* CSS Document */

/*------------ ナビゲーション（マウスOFF） ------------*/
ul#gnav li#party a {
	background-image: url(../images/gnav_party_on.jpg);
}

/*------------ サブタイトル ------------*/
h3#sub_title01,
h3#sub_title02 {
	width: 768px;
	height: 49px;
	text-indent: -9999px;
}

h3#sub_title01 {
	background: url(../party/images/subtitle01.jpg) no-repeat left top;
}

h3#sub_title02 {
	background: url(../party/images/subtitle02.jpg) no-repeat left top;
}

.sub_contents h4 {
	padding: 0 0 5px 0;
}

/*------------ 各コンテンツボックス ------------*/
.sub_contents {
	width: 748px;
	padding: 10px 10px 20px 10px;
}

/*------------ 定義リスト ------------*/

table.wine_list {
	margin-left: 20px;
	width: 95%;
}

table.wine_list th {
font-weight: normal;
}

table.wine_list th {
	padding: 2px 0 2px 20px;
	background: url(../images/icon_allow.jpg) no-repeat left 3px;
}

table.wine_list td {
	vertical-align: top;
}

/*------------ 写真並び ------------*/
ul.photo_list li {
	padding-bottom: 15px;
	float: left;
}

/*------------ 幅指定 ------------*/
.box01 {
	width: 200px;
	padding: 0 0 0 5px;
	text-align:left;
}

.box02 {
	width: 375px;
	padding: 0 10px 0 0;
	text-align: right;
}

.box03 {
	width: 360px;
}

.left20 {
	margin-left: 20px;
}

.left40 {
	padding-left: 40px;
}

.btm5 {
	padding-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.party_frame {
	border: solid 1px #FFF;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px 10px 20px;
	width: 560px;
}

table#party_contents {
	margin: 0 auto;
}

#rece_fram05 th {
	width: 130px;
	font-weight: normal;
	padding-left: 10px;
}
	

