/* =============================================================================
	向島の料亭でお座敷遊び体験プラン CSS
============================================================================= */
@import url("../css/base.css");
@import url("../css/left_menu.css");
@import url("_contents.css");

#Main {
	background:#fff8f8;
}

.Msg {
	width:480px;
}

.OzashikiPrice {
	padding:10px;
	width:460px;
	height:auto;
	border:3px #CCCC99 double;
	font-size:14px;
	line-height:25px;
	background:#FFF;
}

.OzashikiPrice b {
	font-size:18px;
}

p.Option {
	margin:20px 0 0;
	font-size:15px;
	font-weight:bold;
	color:#660;
}

table {
	width:auto;
	height:auto;
	border-collapse:collapse;
	font-size:12px;
	border-top:2px #cc9 solid;
	border-bottom:2px #cc9 solid;
	width:480px;
}

th,
td {
	padding:5px;
}

th {
	color:#660;
}

#machi {
	padding:0 10px 10px 0;
	background:#fff8f8 url(img/ozashiki_bg.jpg);
	width: 480px;
	height:auto;
}

#machi p.border {
	padding:10px;
	width:275px;
	height:auto;
	border:1px #999 dashed;
	background-color:#fff8f8;
}

#machi div.images {
	width:170px;
	float:left;
}

#machi div.text {
	width:297px;
	float:right;
}
