@charset "UTF-8";

body {
	   text-align: center;
       font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#top-message{
       background: #000 url("../img/bar.jpg") 0 100% repeat-x;
       color: white;
       font-size: 10pt;
       text-align: left;
       position: absolute;
       top: 0pt;
       left: 0px;
       width: 100%;
       height: 2em;
}

#top-message ul{
       list-style: none;
       position: absolute;
       top: 0px;
       width: 900px;
       height: 2em;
       margin-top: 0px;
       margin-left: 30px;
}

#top-message ul li { position: absolute; }

#top-message a { color: white; }

#gameinfo ul li ul { padding-left: 10px; }

table {
	table-layout: fixed;
	border-collapse: separate;
	font-size: 10pt;
}

table, th, td { border: 1px solid gray; }

a { text-decoration: none; color: green;  }

img { border-width: 0px; }

#main { margin: auto; width: 950px; }

#logo { height: 75px; }

#message { font-size: 14px;  }

#explaine { font-weight: bold; margin-top: 50px; }

#header { margin-top: 30px; }

#contents { margin-top: 30px; }

#rank { width: 700px; margin-left: 50px; float: right; }

#gameinfo, #gamedate { font-size: 11pt; float: left; }

#gameinfo {
	text-align: left;
	width: 200px;
}

#gamenavi {
	border: 1px solid #5263AB;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	background-color: #E2E2E2;
}

#gamenavi a.head {
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-image: url(../img/back1.gif);
	color: #708090;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#gamenavi a.head:hover {
	background-color: white;
	background-image: url(../img/back2.gif);
}

#gamenavi a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url(../img/back2.gif);
}

#gamenavi ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#gamenavi li {
	list-style: none
	outside none;
	display:inline;
}

#gamenavi li li a {
	color: #000000;
	display: block;
	text-indent: 10px;
	text-decoration: none;
}

#gamenavi li li a:hover {
	background-color: #FFFF99;
	color: #FF0000;
}

#gamedate { text-align: center; width: 150px;}

#user { margin: auto; width: 800px; }

.video_image { float: left; }

.video_link { text-align: right;
              margin-left: auto;
              padding-top: 5%;
}

#cright {
    font-family: "Comic Sans MS";
    font-size: 10px;
    padding-top: 30px;
    clear: both;
}

#cright a { color: blue; }
.error { color: red; font-size: 20px; }
