@charset "UTF-8";


body {
	background-image: url(../img/body_bg.gif);
}


#contentBody {
	background-image: none;
}


#flashUnit {
	margin: 0 0 15px 0;
}


.fieldUnit {
	width: 800px;
	float: left;
	background-image: url(../img/products_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 16px 0;
}
.fieldL, .fieldS {
	width: 256px;
	float: left;
	margin: 0 15px 0 0;
}
.fieldR {
	width: 256px;
	float: right;
}
.fieldUnit h2 {
	margin: 0 0 5px 0;
}
.fieldUnit p {
	margin: 0 0 8px 8px;
	width: 240px;
}

#listUnit {
	background-image: url(../img/list_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 58px;
	margin: 0 15px 0 0;
	padding: 5px 0 0 0;
	width: 528px;
}
#listUnitL {
	height: 22px;
	margin: 0 0 5px 5px;
	_margin: 0 0 5px 2px;
	padding: 2px 0 0 118px;
	background-image: url(../img/listTitle01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
}
#listUnitR {
	height: 22px;
	margin: 0 0 0 5px;
	_margin: 0 0 0 2px;
	padding: 2px 0 0 118px;
	background-image: url(../img/listTitle02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
}

#listUnit select {
	width: 390px;
}

#btnToMovies {
	float: left;
}

/* === unit1独自のCSS指定 === */
#unit1 {
	margin: 34px 0 25px 0;
	float: left;
	width: 800px;
}
.unitL {
	width: 528px;
	float: left;
}
.unitR {
	background-image: url(../img/unit1_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 256px;
	padding: 0 0 5px;
	float: right;
}
.unitR img {
	clear: both;
}


/* === 新着情報のCSS指定 === */
.newsUnit {
	background-image: url(../pub/img/dotLine_594.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 10px 0;
	width: 528px;
	border-collapse: collapse;
	empty-cells: show;
}
.newsUnit td {
	padding: 0 0 5px 0;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}
.newsUnit .date {
	background-image: url(../pub/img/icon_delta.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	width: 80px;
	padding: 0 0 0 10px;
}
.newsUnit .newsTxt {
	width: 451px;
}


/* === バナーのCSS指定 === */
.bnrHead {
	margin: 0 0 8px 0;
}
.bnr {
	margin: 0 0 5px 16px;
}
