@charset "utf-8";

/* ===================== reset default style ===================== */

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
dl,dt,dd,
form {
margin:0;
padding:0;
border:0;
background-color:transparent;
font-size:100%;
font-weight:normal;
font-style:normal;
}
table {
border-collapse:collapse;
border-spacing:0;
}
img {
border:0;
vertical-align:bottom;
}
address,em,th {
font-style:normal;
font-weight:normal;
}
li {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
sup {
vertical-align:text-top;
}
*>/**/sup {
vertical-align:text-top;
line-height: 4px;
}
sub {
vertical-align:text-bottom;
}
input {
margin:0 3px 2px 0;
vertical-align:middle;
}

a {color:#fff;}
a:hover {text-decoration:none;}

.alpha a:hover img,
a:hover img.alpha {
opacity: 0.7;
filter: alpha(opacity=70);
}

/* ----- clear ----- */

.clear {
clear:both;
width:1px;
height:1px;
overflow:hidden;
}



/* ===================== template style ===================== */

html {
	overflow-y:scroll;
}
body {
	background:#000000;
	line-height:1.5;
	font-size:12px;
}

#maximage {
	z-index:1;
}
* html #maximage {
	display:none;
}
#body_overlay {
	z-index:2;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	filter: alpha(opacity=60);
	box-sizing:border-box;
}

#header {
	z-index:6;
	position:fixed;
	top:0;
	width:100%;
	min-width:800px;
	height:52px;
	background:#000;
	box-sizing:border-box;
}
#header .hd_lft {
	float:left;
}
#header #logo {
	float:left;
	padding:9px 0 0 9px;
}
#header p.back {
	float:left;
	padding:20px 0 0 20px;
}
#header #hnav {
	float:right;
	height:34px;
	padding:9px 5px 0 0;
}
#header #hnav li {
	position:relative;
	float:left;
	margin-left:-16px;
}
#header #hnav li a {
	overflow:hidden;
	display:block;
	height:34px;
	background:url(../img/common/btn_hnav.png) no-repeat 0 0;
	text-indent:-9999px;
}
#header #hnav li.history {
	z-index:3;
	margin-left:0;
}
#header #hnav li.history a {
	width:204px;
	background-position:0 0;
}
#header #hnav li.history a:hover,
#header #hnav li.history a.cu {
	background-position:0 -34px;
}
#header #hnav li.comment {
	z-index:2;
}
#header #hnav li.comment a {
	width:183px;
	background-position:-204px 0;
}
#header #hnav li.comment a:hover,
#header #hnav li.comment a.cu {
	background-position:-204px -34px;
}
#header #hnav li.memory {
	z-index:1;
}
#header #hnav li.memory a {
	width:201px;
	background-position:-387px 0;
}
#header #hnav li.memory a:hover,
#header #hnav li.memory a.cu {
	background-position:-387px -34px;
}

#container {
	z-index:3;
	position:relative;
	width:100%;
	min-width:800px;
	padding:44px 0 0;
}
* html #container {
	padding:0;
}

#contents {
	color:#fff;
}

#contents p.copyright {
	padding:30px 0;
	text-align:center;
}


/* index */

#index {
	text-align:center;
}
#index #container {
	padding:0;
}

#index #container p.social-button{
	padding:5px 0;
	left:0;
	bottom:0;
}

#index #container p.copyright {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
}
#index #main {
	min-width:900px;
	padding-top:135px;
}
#index h1 {
	padding:10px 0;
}
#index p.lead {
	margin:0 0 30px;
	line-height:2;
	font-size:16px;
	color:#fff;
}
#index ul.btns li {
	display:inline-block;
}
* html #index ul.btns li {
	display:inline;
}
*+html #index ul.btns li {
	display:inline;
}
#index ul.btns li a {
	overflow:hidden;
	display:block;
	width:280px;
	height:180px;
	background:url(/20th/img/index/btns.png) no-repeat 0 0;
	text-indent:-9999px;
}
#index ul.btns li.history a {
	background-position:0 0;
}
#index ul.btns li.history a:hover {
	background-position:0 -180px;
}
#index ul.btns li.comment a {
	background-position:-280px 0;
}
#index ul.btns li.comment a:hover {
	background-position:-280px -180px;
}
#index ul.btns li.memory a {
	background-position:-560px 0;
}
#index ul.btns li.memory a:hover {
	background-position:-560px -180px;
}


/* history */

#history #gnav {
	z-index:5;
	position:fixed;
	top:52px;
	width:100%;
	min-width:800px;
	height:37px;
	background:#fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4) inset;
	box-sizing:border-box;
	text-align:center;
}
#history #gnav ul {
	display:inline-block;
	margin:9px 0 0 0;
	padding:0 1px 0 0;
	background:url(/20th/img/history/line_gnav.png) no-repeat right center;
	white-space:nowrap;
}
* html #history #gnav ul {
	display:inline;
}
*+html #history #gnav ul {
	display:inline;
}
#history #gnav ul li {
	position:relative;
	display:inline-block;
	width:326px;
	padding:0 0 0 1px;
	background:url(/20th/img/history/line_gnav.png) no-repeat left center;
	line-height:28px;
	text-align:center;
	font-size:16px;
}
* html #history #gnav ul li {
	display:inline;
}
*+html #history #gnav ul li {
	display:inline;
}
#history #gnav ul li .wrap {
	z-index:5;
	position:absolute;
	left:48px;
	top:0;
	width:229px;
}
#history #gnav ul li p a {
	display:block;
	width:229px;
	height:28px;
	background:url(../img/history/btn_gnav.png) no-repeat 0 0;
	text-indent:-9999px;
	text-decoration:none;
	color:#000;
}
#history #gnav ul li p a:hover {
	color:#fff;
}
#history #gnav li.y1993 p a {
	background-position:0 0;
}
#history #gnav li.y1993 p a:hover,
#history #gnav li.y1993 .cu p a {
	background-position:0 -28px;
}
#history #gnav li.y2000 p a {
	background-position:-229px 0;
}
#history #gnav li.y2000 p a:hover,
#history #gnav li.y2000 .cu p a {
	background-position:-229px -28px;
}
#history #gnav li.y2010 p a {
	background-position:-458px 0;
}
#history #gnav li.y2010 p a:hover,
#history #gnav li.y2010 .cu p a {
	background-position:-458px -28px;
}

#history #gnav ul li ul {
	position:static;
	display:none;
	width:auto;
	margin:0;
	padding:10px 0 15px 45px;
	background:#000;
	border-radius:0 0 4px 4px;
	white-space:normal;
	text-align:left;
}
#history #gnav ul li.y2010 ul {
	padding-left:0;
}
#history #gnav ul li ul li {
	display:inline-block;
	width:82px;
	padding:0;
	background:none;
	line-height:inherit;
	text-align:left;
	color:#fff;
}
* html #history #gnav ul li ul li {
	display:inline;
}
*+html #history #gnav ul li ul li {
	display:inline;
}
#history #gnav ul li.y2010 ul li {
	display:block;
	width:auto;
	text-align:center;
}
#history #gnav ul li ul li a {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
#history #gnav ul li ul li a:before {
	position:relative;
	top:-2px;
	content: ">";
	display: inline;
	margin:0 4px 0 0;
	font-size:10px;
}
#history #gnav ul li ul li a:hover {
	color:#66ccff;
}
#history #subnav {
	z-index:4;
	position:fixed;
	top:89px;
	width:100%;
	min-width:800px;
	height:31px;
	background:#000;
	background:rgba(0,0,0,0.8);
	color:#fff;
	box-sizing:border-box;
}
#history #subnav table {
	width:100%;
}
#history #subnav table th {
	min-width:140px;
	height:21px;
	padding:5px 10px 5px;
	line-height:21px;
	border-right:1px solid #666;
	border-right:1px solid rgba(255,255,255,0.4);
	text-align:center;
}
#history #subnav table th:nth-child(3) {
	min-width:252px;
}
#history #subnav table th:nth-child(4) {
	min-width:252px;
}
#history #subnav table th:first-child {
	min-width:130px;
}
#history #subnav table th p {
	width:130px;
	margin:0 auto;
}
#history #subnav table th:last-child {
	border-right:none;
}
#history #container {
	padding:120px 0 0;
}
#history #contents table {
	width:100%;
	margin:0 0 18px;
}
#history #contents th,
#history #contents td {
	padding:10px 10px 0;
	border-right:1px solid #666;
	border-right:1px solid rgba(255,255,255,0.4);
	vertical-align:top;
}
#history #contents th p {
	width:110px;
	margin:0 auto;
	padding:10px;
	font-weight:bold;
	font-size:50px;
}
#history #contents td {
	min-width:140px;
}
#history #contents > table > tbody > tr > td:nth-child(3) {
	min-width:252px;
}
#history #contents > table > tbody > tr > td:nth-child(4) {
	min-width:252px;
}
#history #contents td:last-child {
	border-right:none;
}
#history #contents td .box {
	margin:0 0 1em;
}
#history #contents td .box p.link {
	padding:0 0 0 14px;
	background:url(/20th/img/common/icn_arw.png) no-repeat left center;
}
#history #contents td .box p.fig {
	padding:4px 0;
}
#history #contents td .box p.fig img {
	border:1px solid #fff;
}
#history #contents td table {
	width:auto;
	margin:0 0 1em;
}
#history #contents td th,
#history #contents td td {
	padding:0;
	border:none;
}
#history #contents td th {
	white-space:nowrap;
	padding:0 10px 0 0;
}
#history #contents td td {
	min-width:inherit;
}


/* comment */

#comment #main {
	overflow:hidden;
	width:914px;
	margin:0 auto;
	padding:41px 0 40px;
}
#comment #main h1 {
	margin:0 0 10px;
}
#comment #main p.lead {
	margin:0 6px 30px;
	font-size:14px;
}
#comment #main .wrap {
	width:962px;
	margin:0 6px;
}
#comment #main .box {
	float:left;
	width:422px;
	min-height:67px;
	margin:0 58px 25px 0;
	background:#000 url(/20th/img/comment/ico_comment.png) no-repeat 5px 5px;
	background-color:rgba(0,0,0,0.7);
}
* html #comment #main .box {
	background-color:#000;
}
*+html #comment #main .box {
	background-color:#000;
}
#comment #main .box_wide {
	float:none;
	width:902px;
}
#comment #main .box .head {
	overflow:hidden;
	width:380px;
	margin:0 21px;
	padding:21px 0;
	border-bottom:1px solid #525252;
}
#comment #main .box_wide .head {
	width:860px;
}
#comment #main .box .head .cont {
	float:left;
	width:252px;
	padding:55px 0 0;
}
#comment #main .box_wide .head .cont {
	width:732px;
}
#comment #main .box .head .cont h2 {
	font-size:16px;
}
#comment #main .box .head .cont p.txt {
}
#comment #main .box .head p.fig {
	float:right;
}
#comment #main .box .comment {
	clear:both;
	margin:0 21px;
	padding:10px 0 21px;
	line-height:1.6;
}


/* memory */

#memory #main {
	overflow:hidden;
	width:914px;
	margin:0 auto;
	padding:41px 0 40px;
}
#memory #main h1 {
	margin:0 0 10px;
}
#memory #main p.lead {
	margin:0 6px 20px;
	font-size:14px;
}
#memory #main .wrap {
	width:962px;
	margin:0 6px;
}
#memory #main .box {
	float:left;
	width:422px;
	margin:0 58px 25px 0;
}
#memory #main .box .head {
	overflow:hidden;
	width:422px;
	height:22px;
	background:url(/20th/img/memory/bg_box_head.png) no-repeat left top;
	opacity:0.9;
}
#memory #main .box .inner {
	zoom:1;
	position:relative;
	padding:0 28px 12px 22px;
	background:#fff;
	background:rgba(255,255,255,0.9);
	color:#333;
}
* html #memory #main .box .inner {
	background:#fff;
}
*+html #memory #main .box .inner {
	background:#fff;
}
#memory #main .box h2 {
	left:22px;
	width:372px;
	margin:0 0 8px;
	padding:0 0 4px;
	border-bottom:1px solid #bbb;
	line-height:1.2;
	font-weight:bold;
	font-size:20px;
}
#memory #main .box table {
	margin:0 0 3px;
}
#memory #main .box th,
#memory #main .box td {
	vertical-align:top;
}
#memory #main .box th {
	width:125px;
	padding:0 9px 6px 0;
}
#memory #main .box td {
	padding:3px 0;
}
#memory #main .box p.comment {
	padding:8px 0 0;
	border-top:1px solid #bbb;
}

