
/* init
*************************************************************************/
body {
	margin: 0;
	padding: 0;
	background: #fc3;
	color: #060;
	font-size: 12px;
	line-height: 1.5em;
}
dl,dt,dd,ul,li,ol,p,form,h1,h2,h3,h4,img,table,td,tr {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
	font-weight: normal;
}
ul:after,
ul li:after,
dl:after {
	content: ".";
	width: 0;
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

/*
img {
	background: #ccc;
	text-align: center;
	vertical-align: bottom;
	vertical-align: middle;
	display: block;
}
*/
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	display: none;
}
h2 {
	display: none;
}




/* init
*************************************************************************/

div#movieContainer {
	margin: 30px auto 0 auto;
	width: 1000px;
	height: 600px;
	border: 10px solid #963;
	background: #963;
}
div#movieContainer p {
	display: block;
	width: 1000px;
	height: 600px;
	text-indent: -1999px;
	background: #fc3 url(/resources/templates/img/flash_required.jpg) no-repeat;
}


address {
	display: block;
	font-style: normal;
	text-align:center;
	padding: 30px 0 0 0;
}
address a {
	color: #040;
}



div.adContainer {
	width: 1020px;
	margin: auto;
	padding: 30px 0 0 0;
}
div.adContainer ul {
	display: block;
}
div.adContainer ul li {
	display: block;
	float: left;
	padding: 0 28px 0 0;
}
div.adContainer ul li.end {
	padding-right: 0;
}




div#hashTagContainer {
	width: 1020px;
	margin: 40px auto 40px auto;
}
div#hashTagContainer h2 {
	display: block;
	height: 23px;
	width: 383px;
	font-weight: bold;
	text-indent: -1999px;
	background: url(/resources/templates/img/cap_hashtag.gif) no-repeat;
}
div#hashTagContainer table {
	width: 1020px;
	margin: 20px 0 0 0;
	border: none;
	border-collapse: collapse;
}
div#hashTagContainer table tr {
	
}
div#hashTagContainer table tr th {
	padding: 4px 2px 0px 8px;
	font-weight: bold;
	text-align: left;
}
div#hashTagContainer table tr td {
	padding: 0px 2px 2px 16px;
	text-align: left;
	vertical-align: top;
	color: #630;
}
div#hashTagContainer table tr.group th {
	padding: 2px;
	padding-left: 6px;
	color: #fff;
	border-left: 4px solid #963;
	background: url(/resources/templates/img/bg_group.gif) repeat-y;
}
div#hashTagContainer table tr.group th.col_1 {
	width: 252px;
}
div#hashTagContainer table tr.group th.col_2 {
	width: 252px;
}

div#hashTagContainer table tr.group th.col_3 {
	width: 252px;
}
/*
div#hashTagContainer table tr th.col_4 {
	width: 238px;
}
*/
div#hashTagContainer p {
	margin-top: 40px;
	color: #030;
}



