@charset "utf-8";
/* CSS Document */

/*--------------------------------
	タイトル
		#title
---------------------------------*/

#title {
	margin:0 0 20px 0px;
}

#title dl dd {
	margin:0px;
	padding:0px;
	line-height:0;
}

/*--------------------------------
	コンテンツ
		#contents
---------------------------------*/

#contents ul li {
	line-height:0;
}

/*--------------------------------
	説明
		#description
---------------------------------*/

#description {
	background:
		url(../img/bg-description.jpg)
		right
		bottom
		no-repeat;
	margin:0 0 20px 20px;
}

#description h3 {
	margin:0 0 20px 0;
	padding:0px;
	border:none;
}

#description p {
	width:289px;
	line-height:1.4em;
}

#contents img {
	vertical-align:bottom;
}

/*--------------------------------
	応募ボタン
		#entry
---------------------------------*/

#entry {
	text-align:center;
	margin:0 0 20px 0;
}

#entry a {
	margin:0 auto 0 auto;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	width:384px;
	height:78px;
	background:
		url(../img/btn-entry_off.jpg)
		no-repeat;
}

#entry a:hover {
	background:
		url(../img/btn-entry_on.jpg)
		no-repeat;
}

/*--------------------------------
	問合せ先
		#contact
---------------------------------*/

#contact {
	margin:30px 20px 0 20px;
}

#contact dl {
	line-height:1.4em;
}

#contact dl dt {
	font-weight:bold;
}

/*--------------------------------
	キャンペーン終了
	
---------------------------------*/

.campaignEnd {
    color:#ff0000;
	font-weight:bold;
	margin:0;
	text-align:center;
	border:5px #ff0000 solid;
	margin:30px 0 0 0;
	padding:12px 0;
	line-height: 20px;
	width:566px;
}

/*--------------------------------
	メイン
		#main
---------------------------------*/

#main {
	margin:20px 0 20px 0px;
	background:url(../img/bg-dvd.jpg) no-repeat;
}
#main h2 {
	margin:0px;
	padding:0px;
}
#box {
	width:536px;
	margin:5px 0 0 20px;
}
#box_left {
	float:left;
	width:310px;
}
#box_right {
	float:right;
	width:216px;
}
#bnt {
	clear:both;
	width:576px;
	text-align:center;
	padding:35px 0 30px 0;
