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

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

body {
	background: url(/TBB/images/commons/body_bg2.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F1F5C;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

a, a:active, a:visited {
	color: #C98015;
}

a:hover {
	color: #000;
}

#wrapper {
	background: #FAF3E5 url(/TBB/images/commons/logo_bg.jpg) top no-repeat;
	width: 798px;
	height: auto;
	margin: 10px auto;
	border: 1px solid #CCC;
}

#header_container {
	width: 798px;
	height: 270px;
}

#subheader_container {
	width: 798px;
	height: 150px;
}

#header_contents_container {
	width: 798px;
	height: 100px;
}

#nav_container {
	width: 798px;
	height: 30px;
	clear: both;
}

#sponsors_container {
	width: 798px;
	height: 50px;
	clear: both;
}

#contents_container {
	width: 778px;
	height: auto;
	padding: 10px;
}

#contents_title_holder {
	width: 778px;
	height: auto;
	margin: 10px auto 10px auto;
	clear: both;
}

#contents_contents_holder_rules {
	background: url(/TBB/images/commons/g_videocamera.gif) no-repeat right bottom;
	width: 778px;
	height: auto;
	margin: 0 auto;
	clear: both;
}

#contents_contents_holder {
	width: 778px;
	height: auto;
	margin: 0 auto;
	clear: both;
}

#description, #description_bullet {
	margin-left: 40px;
	margin-bottom: 10px;
}

#description_bullet ul li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: disc;
}

#description ul li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: decimal;
}

#description_small {
	width: 450px;
	height: auto;
	margin-left: 40px;
	margin-bottom: 10px;
}

#description_small ul li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: decimal;
}

/* Share */

#twoblocks_left {
	width: 369px;
	height: auto;
	padding: 10px;
	float: left;
}

#twoblocks_right {
	width: 369px;
	height: auto;
	padding: 10px;
	float: right;
}

/* Translation Block */
#translation_holder {
	width: 778px;
	height: 20px;
	padding: 10px;
}

/* SNS Block */
#sns_holder {
	background: #FFF;
	width: 778px;
	height: auto;
	padding: 10px 10px 0 10px;
}