@charset "UTF-8";
/* Archive */

#archive {
	color: #300;
	background-color: #fff6cc;
	width: 800px;
	margin: auto;
	padding: 20px 90px 20px 90px;
}

#archive ul{
	width: 560px;
	overflow:hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

#archive ul li{
	width: 70px;
	text-align: center;
	float: left;
	display: block;
	font-size: 120%;
	font-weight: bold;
}

#archive ul li a{
	font-weight: normal;
	text-decoration: none;
}

#archive p{
	clear: both;
	font-size: 110%;
	line-height: 150%;
	padding: 10px;
}

#archive table.data{
	width: 800px;
	margin-bottom: 10px;
	clear: both;
}

#archive table.data tr{
	background-color: #fff0a9;
}

#archive table.data tr td{
	padding: 5px;
}

#archive table.data tr td.i{
	width: 50px;
}

#archive table.data tr td.l{
	font-size: 110%;
	font-weight: bold;
	line-height: 130%;
}

#archive table.data tr td.v{
	text-align: right;
	line-height: 150%;
	white-space: nowrap;
}


#archive table.data tr td.room{
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	width: 14px;
	font-size: 80%;
	line-height: 110%;
	text-align: center;
	
}

#archive table.data tr td.room span{
	display: block;
	border-right: 1px solid;
	
}
.room strong{
	font-size: 120%;
	line-height: 110%;
}

h1{
	font-size: 200%;
	text-align: center;
	margin: 20px auto 20px auto;
	line-height: 120%;
}

h1 span.date{
	color: #691216;
}

#canvas{
	width: 980px;
	margin: auto;
	background-color: #000;
}

#abst{
	color: #FFF;
	padding: 20px 20px 20px 30px;
	width: 300px;
	float: left;
	line-height: 150%;
}

#abst p{
	padding: 10px 5px 5px 5px;
	line-height: 150%;
}

#abst a{
	color: #FF9;
}

#profile{
	color: #FFF;
	background-color: #691216;
	padding: 20px;
	margin-top: 20px;
	line-height: 150%;
}

#profile p{
	padding: 0 0 5px 0;
	line-height: 150%;
}

#picture{
	width: 600px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

#bottomnav{
	margin: 10px auto 10px auto;
	text-align: center;
}

#bottomnav a{
	color: #691216;
	font-weight: bold;
}

#archive_navi{
	clear: both;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

#archive_navi ul{
	text-align: center;
	width: 600px;
	margin: auto;
}

#archive_navi ul li{
	float: left;
	color: #fff0a9;
	display: block;
	width: 150px;
}

#memory {
	color: #FFF;
	padding: 20px 20px 20px 30px;	
}

#memory ul li {
	margin-top: 10px;
}

#memory ul li {
	float: left;
	margin-right: 30px;
}

/*配色逆*/

#canvas2{
	width: 980px;
	margin: auto;
	background-color: #000;
	line-height: 150%;
}

#abst p{
	padding-left: 0;
}

#abst2{
	color: #FFF;
	padding: 20px;
	width: 300px;
	float: left;
	background-color: #691216;
	line-height: 150%;
}

#abst2 a{
	color: #FF9;
}

#profile2{
	color: #FFF;
	padding: 20px;
	margin-top: 20px;
	line-height: 150%;
}

#profile2 p{
	padding: 5px;
	line-height: 150%;
}

#profile_bottom2{
	color: #FFF;
	background-color: #691216;
	padding: 0 40px 40px 40px;
}

#profile_bottom2 p{
	padding: 5px;
	line-height: 150%;
}

#profile_bottom2 a{
	color: #FF9;
}

.orange{
	color: #F7931E;
}

.past{
	color: #FFF;
}

#abst a.past{
	color: #FFF;
	border-bottom: 1px dotted #FFFFFF;
}

a:hover.past{
	color: #FFF;
	border-bottom: none;
}

table.chrono tr td{
	vertical-align: top;
}

#room{
	padding: 5px 10px 2px 10px;
	background-color: #666;
	color: #FFF;
	text-align: right;
	font-weight: bold;
}

#room div.ninja_onebutton{
	float: left;
	padding-top: 5px;
}

#room div.roomdetail{
	float: right;
	padding-top: 5px;
	font-size: 120%;
}

#year_top{
	width: 100%;
	border-bottom: 1px solid #600;
 margin-bottom: 10px;
}

#year_top ul{
	float: left;
}

#year_top div{
	width: 100px;
	float: right;
	text-align: right;
	font-weight: bold;
	position: relative;
}

#year_top div p{
	position: absolute;
	top: 10px;
	right: 0;
}

#year_bottom{
	width: 100%;
	border-top: 1px solid #600;
}

#year_bottom ul{
	float: left;
}

#year_bottom div{
	width: 100px;
	float: right;
	text-align: right;
	font-weight: bold;
	position: relative;
}

#year_bottom div p{
	position: absolute;
	top: 0;
	right: 0;
}

div#exSearch div#exSearchBox{
	width: 300px;
	float: right;
}