/* CSS Document */
.headline {
	background-color: #E2DDD3;
	padding: 10px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size: small;
	margin-bottom: 0px;
	line-height: 1.5em;
}
.outside {
	background-color: #E2DDD3;
	padding: 10px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	margin-top: 15px;
	background-image: url(../teaceremony/img/photobg.gif);
	background-repeat: repeat-x;
	clear: both;
	display: block;
	font-size: small;
}
.inside {
	width: 100%;
}
th {
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	background-image: url(../price/img/thbg.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
}
td {
	color: #FFFFFF;
	padding: 5px;
	background-color: #723133;
	font-size: 14px;
}
li {
	list-style-position: inside;
	list-style-type: square;
}
/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	float:right;
}
/* __main
------------------------------------------*/
#center {
	float:left;
	width:280px;
}

/* __sub
------------------------------------------*/

#right {
	float:left;
	width:220px;
}

/* __ex
------------------------------------------*/

#left {
	float:left;
	width:295px;
}
.inner {
	padding:10px;
}
