/* initialize and formatting */

* {
	margin: 0px;
	padding:0px;
	font-size:100%;
}

a, a:link, a:visited {
  color: #555;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #fff;
}

ul {
  /*margin-bottom: 1em;*/
  list-style-type: none;
  list-style-position: outside;
}
dl, dd {
  margin-bottom: 0.5em;
}
p {
  /*margin-bottom: 1em;*/
  font-size: 95%;
}

/* common styles */

body {
	margin: 0px;
	background-color:#000;
	/*background-image: url(../img/bg01.png);
	background-repeat: repeat-x;
	background-position: top;*/
}


img {
	border: none;
}

/* container  */

div#container{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: #fff;
	background:#ccc;
	text-align:center;
	}
	
/* siteBanner  */

div#siteBanner{
	width: 100%;
	height:500px;
	margin: 0 auto;
	color:#000000;
	background:#000;
	overflow:hidden;
}


/*info container*/
div#info_container{
	width: 800px;
	height:auto;
	margin: 0 auto;
	color:#000000;
	background:#ccc;
	overflow:hidden;
}

/* leftNavi */

div#leftNavi{
	float:left;
	width:450px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	text-align:left;
}

/*rightNavi */

div#rightNavi{
	float:right;
	width:320px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0 0px 0 14px;
	text-align:left;
	border-left:1px dashed #000;
}

/* movieNavi */

div#movieNavi{
	width:320px;
	height:auto;
	margin:0px 0px 20px 0px;
	padding:0 0 0 0;
	text-align:left;
}

/* twitterNavi */

div# twitterNavi{
	width:320px;
	height:auto;
	margin:0px 0px 20px 0px;
	padding:0 0 0 0;
	text-align:left;
}

/* rssNavi */

div#rssNavi{
	float:right;	
	width:450px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	text-align:left;
}

/* news */

div#news {
	display: block;
	width:450px;
	height:auto;
	margin:0 0 20px 0;
	padding:0 0 0 0;
}

div#news ul{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	list-style-type: none;
	padding:0 5px 0 5px;
	margin:0 0 0 0;
	border-bottom:1px dashed #000;
}

/* liveinfo */

div#liveinfo {
	display: block;
	width:450px;
	height:auto;
	margin:0 0 20px 0;
	padding:0 0 0 0;
}

div#liveinfo ul{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	list-style-type: none;
	padding:0 5px 0 5px;
	margin:0 0 0 0;
	border-bottom:1px dashed #000;
}

/* blog */

div#blog {
	display: block;
	width:450px;
	height:auto;
	margin:20px 0 20px 0;
	padding:0 0 0 0;
}

div#blog ul{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	list-style-type: none;
	padding:0 5px 0 5px;
	margin:0 0 0 0;
	border-bottom:1px dashed #000;
}





/* footer */

div#siteFooter{
	clear:both;
	display:block;
	width: 100%;
	height:auto;
	margin: 20px auto 0 auto;
	background-color:#000;
	border-top:1px solid #000;
}

div#siteFooter p{
	color:#fff;
	margin: 0px;
	padding:5px 0 5px 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 80%;
	text-align: center;
}

div#pagetop {
	color:#fff;
	margin: 0px;
	padding:5px 0 5px 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 80%;
	text-align: right;
}

/* CSS Document */