@charset "utf-8";

/*　記念撮影
------------------------------------------------------------ */

.left_01 {
	width: 532px;
	float: left;
}
.right_01 {
	width: 250px;
	float: right;
}

.table_01 {
	width: 532px;
	_font-size: 1em;
}
.table_01 td {
	/*vertical-align: top;*/
	padding: 5px 10px;
}
.table_01 .td_01 {
	background: #BEA369;
	font-weight: bold;
	color: #1F130B;
	text-align: center;
}
.table_01 .td_02 {
	background: #E6DBC6;
}
.table_01 .td_03 {
	background: #CCB688;
	text-align: right;
}

.table_02 {
	width: 532px;
	_font-size: 1em;
}
.table_02 td {
	vertical-align: top;
	padding: 5px 10px;
}
.table_02 .td_01 {
	vertical-align: top;
	padding: 5px 10px 0 10px;
}
.table_02 .td_02 {
	vertical-align: top;
	padding: 0 10px 5px 10px;
}

.table_03 {
	width: 532px;
	_font-size: 1em;
}
.table_03 td {
	padding: 5px 10px;
}
.table_03 .td_01 {
	background: #BEA369;
	font-weight: bold;
	color: #1F130B;
	text-align: center;
}
.table_03 .td_02 {
	background: #FBF0FB;
}

.left_01 a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
} 

.kekkon_bg {
	background-color: #E6DBC6;
	padding: 10px;
}

.text {
	margin-bottom: 40px;
	margin-top: -30px;
}
.f11{
	font-size: 11px
}

.pdr_13_bl {
	display: block;
	padding-right: 13px;
}
.wline {
	white-space: nowrap;
}
.tal {
	text-align: left !important;
}