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

/* ----------------------------------------------------------- */
/* reset */
/* ----------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	font-size: 100%;

}

/* ----------------------------------------------------------- */
/* definition */
/* ----------------------------------------------------------- */

body {
	background: #000;
}
p {
	color: #333;
}
a {
	text-decoration: none;
	color: #06C;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style: none;
}

/* ----------------------------------------------------------- */
/* layout */
/* ----------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 880px;
	background: url(../images/bg_container.png);
	padding: 14px 5px 0;
}

/* ---Header-------------------------------- */
#header {
	margin: 0 0 12px 8px;
}
#header h1 {
	float: left;
	width: 349px;
}
#header .ticker {
	width: 321px;
	float: right;
	background: url(../images/ticker_new.png) no-repeat left top;
	height: 37px;
}
#header .ticker dl {
	padding: 17px 10px 0 15px;
	color: #FFF;
	font-size: 11px;
}
#header .ticker dl dt {
	display: none;
}
#header .ticker dl dd {
	margin: 0;
	padding: 0;
}
#header .ticker dl dd a {
	color: #FFF;
	text-decoration: none;
}
#header .ticker dl dd a span.date {
	color: #f20000;
	text-decoration: none;
}

/* ---Content-------------------------------- */
#content {
	width: 680px;
	float: right;
	padding-bottom: 60px;
}

/* ---Sidebar-------------------------------- */
#sidebar {
	background: #1e1e1e;
	padding: 5px;
	width: 185px;
	float: left;
	margin-bottom: 10px;
}
#sidebar .btn_new {
	margin-bottom: 14px;
}
#sidenav .tab {
	margin-top: 8px;
}
#sidenav .tab li {
	margin-top: 1px;
	float: left;
}
#sidenav .tab li.tab01 a {
	background: url(../images/stab_day.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 93px;
}
#sidenav .tab li.tab01 a:hover,
#sidenav .tab li.tab01 a.activeBox{
	background: url(../images/stab_day_on.png) no-repeat left top;
}
#sidenav .tab li.tab02 a {
	background: url(../images/stab_story.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 92px;
}
#sidenav .tab li.tab02 a:hover,
#sidenav .tab li.tab02 a.activeBox{
	background: url(../images/stab_story_on.png) no-repeat left top;
}
#sidenav li img {
	vertical-align: top;
}
#sidenav .nav {
	margin-bottom: 14px;
}
#sidenav .nav li {
	margin-top: 1px;
}

#tabchangeContents {
	position: relative;
	height: 681px;
	width: 185px;
	clear: both;
}

.btn_top {
	text-align: right;
	margin-right: 5px;
	clear: both;
}

#box_twitter {
	height: 311px;
	width: 185px;
	margin-bottom: 10px;
}
#box_twitter .twtr-widget .twtr-hd h4{
	font-size: 12px!important;
}
#box_twitter .twtr-widget p {
	font-size: 11px!important;
}

#box_disneygames {
	height: 60px;
	width: 185px;
	padding-bottom: 5px;
}

/* ----------------------------------------------------------- */
/* clearfix */
/* ----------------------------------------------------------- */
.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


/* ----------------------------------------------------------- */
/* Other */
/* ---------------------------------------------------------- */
*html #container {
	behavior: url("../js/csshover3.htc");
}
