@charset "UTF-8";
/* CSS Document */

/* ユニバーサルセレクタの設定 */ 
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

/* ボックスレイアウト */ 
#container {
    width: 1000px;
	height: 550px;
	position:absolute;
	top:50%;
    left:50%;
    margin:-275px 0 0 -500px;
}

/*#contents {
	overflow:hidden;
	width: 1000px;
}*/

#main {
	display :none;
}

/* 基本HTMLタグ */ 
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000;
	color: #fff;
}
h1 {
	text-align: center;
	font-size: large;
	color: #ff0;
}
h2 {
	text-align: center;
	font-size: medium;
	color: #f00;
}
h3 {
	font-size: small;
	color: #030;
}
p {
	font-size: 10px;
	line-height:1.6em;
}
a {
	text-decoration:none;
}

img { border: 0 }



/* caption styling */
.caption-top, .caption-bottom {
	color:#ff0;
	padding:15px 15px 15px 15px;
	font-weight:bold;
	font-size:14px;
	cursor:default;
	border:0 solid #334143;
	background: #fc6;
	line-height:3em;
	overflow:hidden;
}
.caption-top {
    border-width:0 0 6px 0;
}
.caption-bottom {
    border-width: 6px 0 0 0;
}



/* caption styling （独自定義）*/
#main ul li {
	padding-left:25px;
	overflow:hidden;
}

#main ul li a {
	color:#ffc;
	cursor:default;
}

#main ul li a:hover {
	background:#666;
	color:#ff0;
	cursor:default;
}

#navi h1, h2 {
	font-size: 1px;
	text-indent:-9999em;;
}

#navi ul li {
	font-size: 1px;
	text-indent:-9999em;;
}
