@charset "utf-8";
@import "meyersreset.css";

/* Meyer'sの修正 */

img {
	vertical-align: top;
}
/********
	参照：
	http://watakushigoto.com/blog/index.php?e=13
********/

/* 本文 */

html {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

body {
	position: relative;
	font-family: Segoe UI, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	height: 100%;
	width: 100%;
	margin-bottom: 1px;
}

p {
	font-weight: normal;
	line-height: 1.25;
	color: #202020;
}

strong {
	font-weight: bold;
}

#wrapper {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 450px;
	margin: -227px 0 0 -400px;
}

#left {
	display: block;
	width: 204px;
	height: 450px;
	float: left;
	background: url(images/test2.png) bottom left no-repeat;
	overflow: auto;
}

#left h1 {
	display: none;
}

#left p {
	margin: 0 16px 16px 16px;
	color: #FAFAFA;
	/*text-indent: 1em;*/
}

#right {
	display: block;
	width: 100%;
	height: 100%;
}

.row {
	display: block;
	height: 150px;
	padding-left: 300px;
}

.row.kf {
    height: 210px;
}

.row p {
	padding: 10px;
}

p.name {
	padding: 0;
	font-size: x-large;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px solid;
}

.oc .name {
	border-bottom-color: #D9628F;
}

.kf .name {
	border-bottom-color: #FF9D00;
}

.mf .name {
	border-bottom-color: #0062FF;
}

.jump {
	display: block;
	float: left;
	clear: none;
	height: 80px;
	width: 200px;
	margin-right: 10px;
}
div.jump_kf{
    height:120px;
}
p.p_kf{
    height:100px;
}
.now {
	display: block;
	height: 40px;
	width: 200px;
	line-height: 40px;
	text-align: center;
	color: #FAFAFA;
	font-weight: bold;
	font-size: medium;
}

.oc .now {
	background-color: #D9628F;
}

.kf .now {
	background-color: #FF9D00;
}

.mf .now {
	background-color: #0062FF;
}

ul.old {
	background-color: #333;
	margin-top: 10px;
	width: 200px;
	height: 30px;
	overflow: hidden;
	color: #FAFAFA;
	position: relative;
	padding-left: 0px;
}

.oc ul.old {
	z-index: 100;
}

.kf ul.old {
	z-index: 99;
}

.mf ul.old {
	z-index: 98;
}

ul.old:hover {
	overflow: visible;
}

ul.old li {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 100%;
}

ul.old li a {
	display: block;
	color: #FFC;
	background-color:#444;
}

.message {
	color: red;
}
