html {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body {
	background-color: gray;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}

img	{
	border: 0px;
}

.member {
	margin: 0 4px 0 4px;
	display: inline-block;
	height: 180px;
	zoom:1; *display: inline; _height: 60px;
}

.member_name_eng {
	margin-right: 4px;
	font-size: 9pt;
	position: relative;
	text-align: right;
	color: white;
	text-shadow: black 1px 1px 2px;
	top: -52px;
}

.member_name_jp {
	margin-right: 4px;
	font-size: 9pt;
	position: relative;
	top: -52px;
	text-align: right;
	color: white;
	text-shadow: black 1px 1px 2px;
}

#main_column {
	width: 660px;
	float: left;
	background-color: white;
	padding: 0 20px 0 20px;
}

/* @group Header */

#header {
	background: url(images/TOP2016.png);
	height: 160px;
	margin: 0px auto 0px auto;
}

#header_title {
	height: 130px;
}

#header_title h1 {
	font-size: 18pt;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	padding-left: 27px;
	color: white;
}

/* @end */


/* @group Sidebar */

#sidebar {
	width: 220px;
	float: right;
}

.sidebar_top {
	margin-top: 20px;
	background-color: #cdcdcd;
	height: 25px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.sidebar_top h1 {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

.sidebar_feature {
	height: 120px;
}

.sidebar_content {
	color: #333333;
	background-color: silver;
	padding: 5px 10px 0 10px;
	font-size: 14px;
}

.sidebar_bottom {
	background-color: silver;
	height: 20px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.sidebar_bottom h1 {
	font-size: 10pt;
	font-weight: normal;
	padding-top: 3px;
	text-align: center;
	margin: 0;
}

/* @end */

/* @group Footer */

#footer {
	font-size: 11px;
	text-align: center;
	color: #888;
	clear: both;
	background-color: #4D4D4D;
	height: 160px;
}

#footer_content {
	padding-top: 40px;
}

/* @end */

.video {
	text-align: center;
}



/* @group Navigation */

#navigation {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 40px;
	height: 30px;
}

#navigation * {
	padding: 0;
	margin: 0;
}

#navigation ul {
	display: block;
	margin: 0 auto;
}

#navigation li {
	display: block;
	float: left;
	font-size: 1em;
	width: 10%;
}

#navigation li:hover {
	text-shadow: 1px 1px 4px #f0f0f0;
}

#navigation li.active a {
	color: #f8f8f8;
	font-weight: bold;
}

#navigation li a {
	padding: 0 7px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: #858585;
}

/* @end */


/* @group spin-video-table */

.spin-video-table {
	border: none;
	border-width: 0px;
}

.spin-video-table td{
	vertical-align: top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.spin-video-table ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.spin-video-table-topic {
	width: 500px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	float: left;
}

.spin-video-table-subtopic {
	padding-left: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.spin-video-table-subtopic-title {
	font-weight: bold;
}

.spin-video-table-subtopic li{
	font-weight: normal;
	font-style: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 7px;
}



/* @end */

/* @group Report */

.report { 
	border-collapse:collapse;
	width: 660px;
	font-size: 0.8em;
	line-height: normal;
}

.report h4 { 
	margin:0px; 
	padding:0px;
}

.report img { 
	float:right;
}

#report ul { 
	margin:10px 0 10px 40px; 
	padding:0px;
}

.report th { 
	background:#7CB8E2 url(images/top_row_bg.png) repeat-x scroll center left; 
	color:#fff; 
	padding:7px 15px; 
	text-align:left;
}

.report td { 
	background:#C7DDEE none repeat-x scroll center left; 
	color:#000; 
	padding:7px 15px; 
}

.report tr.odd td { 
	background:#fff url(images/row_bg.png) repeat-x scroll center left; 
	cursor:pointer; 
}

.report div.arrow { 
	background:transparent url(images/arrows.png) no-repeat scroll 0px -16px; 
	width:16px; 
	height:16px; 
	display: inline;
	float: right;
}

.report div.up { 
	background-position:0px 0px;
}

/* @end */


/* @members */

.member_videos {
	margin-right: 4px;
	font-size: 9pt;
	position: relative;
	top: -52px;
	text-align: right;
	color: white;
	text-shadow: black 1px 1px 2px;
}

.member_videos a {
	color: white;
}

.member_videos a:hover {
	color: red;
}

/* @end */