div#container {
	clear: both;
	display: block;
	overflow: hidden;
	width: 800px!important;
	width/**/: 820px;
	height: 100%;
	text-align: left;
	background-image: url(http://www.esthetique-sabbath.com/images/con_shadow.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.esthetique-sabbath.com/images/con_shadow.png', sizingMethod='scale');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
}

div#contents {
	width: 800px;
	height: 100%;
	background-image: url(../images/bgpict.gif);
	background-repeat: no-repeat;
/*	background-color: #4b3d3b;*/
	background-color: #f1eeea;
	/*background-position: ;*/
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*  hr style  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

hr {
	clear: both;
	height: 0px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	*margin: 10px 0px 10px 0px;
}
hr.line {
	clear: both;
	height: 0px;
	border: 0px solid #CCCCCC;
	padding: 0px;
	margin: 10px 0px 50px 0px;
	*margin: 10px 0px 10px 0px;
}
hr.dotted {
	clear: both;
	border: 1px dotted #000000;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	*margin: 10px 0px 10px 0px;
}
hr.dashed {
	border: 3px dashed #CCCCCC;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	*margin: 10px 0px 10px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*  tableA style  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
table.tableA {
	width: 500px;
	border-collapse: collapse;
}
table.tableA tr th {
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	color: #e6e0cf;
	padding: 10px 5px 10px 5px;
	font-weight: normal;
	border-bottom: dotted 1px #866661;
}
table.tableA tr td {
	width: 90px;
	text-align: right;
	padding: 10px 5px 10px 5px;
	font-size: 14px;
	color: #e8ba3f;
	font-weight: bold;
	border-bottom: solid 1px #AB8983;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*  itemlist style  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
dl.itemlist {
	width: 500px;
	padding: 5px;
}
dt {
	color : #EB8D30;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
dd {
	border-top: #866661 1px solid;
/*	color : #e6e0cf;*/
	color : #330000;
	font-size: 12px;
	line-height: 1.7em;
	padding: 5px 10px 15px 10px;
}
div.only_foot {
	clear: both;
	width: 820px;
	height: 20px;
	margin: 0px 0px 0px 0px;
}

strong {
	font-size: 16px;
	font-weight: bold;
	color: #97BB4E;
	padding: 0px 0px 0px 0px;
}
strong.white {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}
strong.sale {
	font-size: 12px;
	font-weight: bold;
	color: #FC7EA5;
	padding: 10px 0px 20px 10px;
}
strong.couse {
	font-size: 12px;
	font-weight: bold;
	color: #EB8D30;
	padding: 0px 0px 0px 0px;
}
.text10 {
	font-size: 10px;
	color: #e6e0cf;
	padding: 0px 0px 0px 20px;
	line-height: 1.7em;
}

a:active {
	color: #CC0000;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}