 /* main_jp.css */html { /* Force Vertical Scrollbar */	/* IE */	/*overflow-y: scroll; */	/* Moz */	/*height: 100%;*/}* {	padding: 0;	margin: 0;}body {	font: 12px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	color: #000;	text-align: center;}	div#header {	display: none;}div#leaderboard {	display: none;}div#container {	width: 100%;}div#content {	position: relative;	width: 100%;	line-height: 150%;	margin: 0 auto 0 10px;	padding: 0;	font-size: 12px;	display: block;	float: left;	text-align: left;}div#contenttitle {	width: 100%;	margin: 6px 0 12px 0;	text-align: left;	position: relative;	display: block;	}div#contenttitle p {	width: 100%;	margin: 0 0 0 6px;	font: 24px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	font-weight: bold;	color: #000;}div#contentheader {	width: 100%;	margin: auto 0 auto 0;	border: 1px dotted #999999;	padding: 0;	position: relative;	display: block;}div#contentheader p {	margin: 0 0 0 6px;	font: 12px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	font-weight: bold;	color: #000000;}div#contentitem {	width: 100%;	line-height: 150%;	margin: auto 0 18px 0;	padding: 6px 0 6px 0;	font-size: 12px;	position: relative;	/*display: block;*/	/*float: left;*/	color:#FF0000;	border: 1px dotted #999999;	border-top: none;}div#contentitemnohead {	width: 100%;	line-height: 150%;	margin: auto 0 18px 0;	padding: 6px 0 6px 0;	font-size: 12px;	position: relative;	/*display: block;*/	/*float: left;*/	color:#FF0000;	border: 1px dotted #999999;	/*border-top: none;*/}div#dateitem {	font-family: 'Times New Roman', Times, serif;	width: 42px;	height: 56px;	line-height: 100%;	padding: 0;	margin: 0 12px 0 6px;	font-size: 18px;	color: #000;	position: relative;	display: block;	background-color: #ccc;	float: right;	text-align: center;	vertical-align: middle;	border: 1px solid #000;}div#dateitem mm {	font-size: 18px;}div#dateitem dd {	font-size: 32px;}div#dateitem yyyy {	font-size: 14px;}ul{	list-style-type: square;}li {	margin: 0 12px 0 36px; 	padding: 0;	list-style-type: square;	color: #000;}div#adcolumn {	display: none;}div#footer {	color: #000;	font: 10px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	margin: 12px 2px 12px 2px;	padding: 0;	height: 60px;	white-space: nowrap;	width: 100%;	text-align: center;	display: block; 	bottom: 0;	float: right;}div#footer p {	margin: 6px;	color: #000000;	font: 12px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;}div#footer a {	margin: 6px;	color: #000000;	font: 12px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;}div#cclic {	position: relative;	width: 100%;	margin: 0 auto 0 auto;	padding: 0;	font-size: 12px;	display: block;	float: left;	text-align: center;	bottom: 0;}div#clear {}/* TEXT STYLES */p {	color: #000000;	line-height: 150%;	font: 12px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	margin: 0 12px 12px 12px;}h1 {	font: 24px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	color: #000000;	font-weight: bold;}h2 {	font: 14px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	color: #000000;	font-weight: bold;	text-decoration: underline;	margin: 6px 0 6px 0; }h3 {	font: 12px 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	color: #000000;	font-weight: bold;	text-decoration: none;	margin: 6px 0 6px 0; }a {	text-decoration: none;	color: #990000;}a:hover, a:active {	text-decoration: underline;}a.downloadbuttonL {display:block;float:left;text-decoration:none;cursor:pointer;background:url(https://www.jamapi.com/im/download_left.png) no-repeat 0 center;width:80px;height:20px;}a.downloadbuttonM {display:block;float:left;vertical-align: middle;font-size:10px;text-decoration:none;cursor:pointer;background:url(https://www.jamapi.com/im/download_mid.png) repeat-x 0 center;width:auto;height:20px;}a.downloadbuttonR {display:block;float:left;text-decoration:none;cursor:pointer;background:url(https://www.jamapi.com/im/download_right.png) no-repeat 0 center;width:8px;height:20px;}.code {	font: 12px "Courier New", Courier, mono;	color:#666666;}