* {
	margin: 0;
	padding: 0;
	behavior: url('/PIE.htc');
}

body {
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.center{
	text-align: center;
}

#container {
	width: 1038px;
	margin: 0 auto;
}
	#header {
		margin-top: 10px;
	}
		#logo {
			width: 100%;
			height: 40px;
		}
		#navi {
			margin-top: 10px;
		}
	#sidebar {
		margin-top: 10px;
		float: left;
		width: 300px;
	}
	#main {
		width: 728px;
		margin-top: 10px;
		float: right;
	}
	#footer {
		margin-top: 10px;
		padding-top: 10px;
		clear: both;
	}

a {
	text-decoration: none;
	color: #0044cc;
}
a:hover {
	text-decoration: underline;
	color: #0044cc;
}
a:visited {
	color: #0044cc;
}

.navi1 {border-bottom: 4px solid #4784BF;}
.navi2 {border-bottom: 4px solid #27ACA9;}
.navi3 {border-bottom: 4px solid #AAC863;}
.navi4 {border-bottom: 4px solid #E8AC51;}
.navi5 {border-bottom: 4px solid #DD6673;}
.navi1left {border-left: 6px solid #4784BF;}
.navi2left {border-left: 6px solid #27ACA9;}
.navi3left {border-left: 6px solid #AAC863;}
.navi4left {border-left: 6px solid #E8AC51;}
.navi5left {border-left: 6px solid #DD6673;}
.navi1list {background: url("/images/list.png") no-repeat scroll 0 -1px transparent;}
.navi2list {background: url("/images/list.png") no-repeat scroll 0 -33px transparent;}
.navi3list {background: url("/images/list.png") no-repeat scroll 0 -65px transparent;}
.navi4list {background: url("/images/list.png") no-repeat scroll 0 -97px transparent;}
.navi5list {background: url("/images/list.png") no-repeat scroll 0 -129px transparent;}

.grad {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #dddddd));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
	/* IE8 */
	-pie-background: linear-gradient(#ffffff, #dddddd);
}

#logo img {
	border: none;
}
#logo .hmenu {
	float: right;
	color: #666666;
	margin-top: 18px;
}
#logo .hmenu a {
	text-decoration: underline;
}

#navi ul {
	list-style : none;
}
#navi li {
	float: left;
	height: 36px;
	width: 206px;
	border-right: 2px groove #cccccc;
	border-top: 1px solid #cccccc;
}
#navi li.last {
	border-right: none;
}
#navi a {
	display: block;
	width: 206px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#navi a:hover {
	text-decoration: none;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(1, #ffffff));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
	/* IE8 */
	-pie-background: linear-gradient(#dddddd, #ffffff);
}

#sidebar h2 {
	margin-top: 10px;
	width: 298px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
	height: 32px;
	width: 288px;
	line-height:32px;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: none;
	border-bottom: 1px dotted #cccccc;
	padding-left: 10px;
}
#sidebar li.last {
	border-bottom: 1px solid #cccccc;
}
#sidebar a {
	display: block;
	padding-left: 20px;
}

#main h2 {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-bottom: 10px;
}
#main span.title {
	display: block;
	width: 708;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
}

#main table {
	margin: 10px 0 10px 0;
	width: 728px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-size: 14px;
	empty-cells: show;
}
#main table th, #main table td {
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#main table.japanacademy tbody th{
	background-color: #FEECD2;
}
#main table.usaacademy tbody th{
	background-color: #FADBDA;
}
#main table.mojo tbody th{
	background-color: #ECF4D9;
}
#main table.eiren tbody th{
	background-color: #D4ECEA;
}
#main table.top tbody th{
	background-color: #D3DEF1;
}
#main td.boxoffice {
	text-align:right;padding-right:40px;
}

#main table.ranking tbody th {
	background-color: #D4ECEA;
}
#main table.ranking tbody td.jbox {
	text-align:right;
	padding-right: 30px;
}
#main table.ranking tbody td.jbox {
	text-align:right;
	padding-right: 30px;
}
#main table.ranking tbody td.year {
	text-align:center;
}

#footer span {
	display: block;
	width: 938px;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #cccccc;
	font-size: 12px;
	text-align: center;
}

p.policy {
	line-height:160%;
	margin-top:20px;
}

#main .undernavi {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	height: 36px;
	line-height: 36px;
}
#main span.underleft {
	float:left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
}
#main span.underright {
	float:right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	vertical-align: middle;
}

#main td.mainnavi {
	line-height:25px;
}