@charset "utf-8";

@import url("common.css");



/*************************
TOPページ
*************************/
#shuffleTop {
	margin: 0 auto;
	width: 860px;
	background: #000 url(../images/top_bg.jpg) no-repeat;
	padding-bottom: 15px;
}

#shuffleTop h2 a {
	width: 320px;
	height: 135px;
	/*\*/margin: 388px 10px 0 0!important;/**/
	margin: 388px 5px 0 0;
	display: block;
	text-indent: -9999px;
	float: right;
	background: url("../images/logo.jpg") no-repeat;
}

div.shuffleTwitter {
	width: 840px;
	margin: 0 auto;
/*	background: url(images/bgtwitter.gif) no-repeat;	*/
}


/*************************
次回予告
*************************/
#nextWeekBox {
	width: 320px;
	margin-top: 388px;
	margin-left: 10px;
	padding-bottom: 20px;
	float: right;
	background:#33CCCC;
	background: #FFF url("../images/next_bg.jpg") bottom no-repeat;
}

#nextWeekBox h3 {
	width: 320px;
	height: 46px;
	text-indent: -9999px;
	background: url(../images/nextweek.jpg) no-repeat;
}

#nextWeekBox dl {
	margin: 0 15px;
}
#nextWeekBox dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 3px;
}

#nextWeekBox dd {
	padding-bottom: 5px;
}
