@charset "utf-8";
/*##################################################
-------------LIST-------------
 00: Base
 01: Contents
 --: clearfix
------------------------------
##################################################*/
/* --------------------------------------------------
 00: Base
 -------------------------------------------------- */
div#main {
	min-height: 380px;
	_height: 380px;
}
p.pagetop{
	padding: 0 0 15px 0;
}
div#lineup dl dt,
div#lineup p a,
div#teej div#teej-left h2{
	text-indent: -9999px;
}
/* --------------------------------------------------
 01: Title
 -------------------------------------------------- */
div#confiture div#jam-tit{
	background: url(images/tit_bg.jpg) 0 0 no-repeat;
	padding: 0 0 0 282px;
	height: 240px;
}
div#confiture div#jam-tit img{
	position: absolute;
	margin: 6px 0 0 344px;
}
div#confiture div#jam-tit h1{
	line-height: 71px;
	background:url(images/title.gif) 0 36px no-repeat;
	padding: 36px 0 0 0;
	width: auto;
}
div#confiture div#jam-tit p{
	padding: 20px 25px 0 0;
	color: #47210d;
}
/* --------------------------------------------------
 02: lineup
 -------------------------------------------------- */
div#lineup{
	background: url(images/lineup_bg.gif) 0 0 no-repeat;
	height: 203px;
	margin: 0;
}
div#lineup dl dt{
	width: 171px;
	height: 157px;
	float:left;
	background: url(images/lineup_tit.gif) 28px 18px no-repeat;
}
div#lineup dl dd{
	padding: 10px 0 0 0;
}
div#lineup dl dd ul li{
	float: left;
}
div#lineup p{
	padding: 9px 0 0 523px;
}
div#lineup p a{
	display: block;
	width: 209px;
	height: 29px;
	background: url(images/lineup_btn.gif) 0 0 no-repeat;
}
div#lineup p a:hover{
	background-position: 0 -29px;
}

/* --------------------------------------------------
 03: Teejプレゼント
 -------------------------------------------------- */
div#teej{
	border:5px solid #e4d3cb;
}
div#teej div#teej-left{
	width: 460px;
	float:left;
}
div#teej div#teej-left h2{
	background: url(images/teej_tit.gif) 0 0 no-repeat;
	height: 52px;
	margin: 13px 0 0 17px;
}
div#teej p{
	color: #47210d;
	line-height: 1.5;
	padding: 15px 0 0 30px;
}
div#teej p span{
	font-size:10px;
	_font-size: 75%;
	color: #b21005;
	line-height: 35px;
}
div#teej div#teej-right{
	float: right;
	width: 248px;
}

/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
div#lineup dl,
div#lineup dl dd ul,
div#teej
{zoom:1;}
/* for IE5 Mac start ¥*//*/
div#lineup dl,
div#lineup dl dd ul,
div#teej
{display:inline-table;}
/*for IE5 Mac end */
div#lineup dl:after,
div#lineup dl dd ul :after,
div#teej:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

