@charset "Shift_JIS";

/* 全体構造
------------------------------------------ */
body {
	background-color: #600;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

img {
	border: none;
}
div,h1,h2,h3,pre,code,form {
	margin: 0;
	padding: 0;
}
p {
	color: #fff;
	font-size: 12px;
	line-height: 135%;
}
em {
	font-weight: bold;
	font-style: normal;
}

.w100 {
	width: 100%;
}
.width-auto {
	width: auto;
}
.clearboth {
	clear: both;
}

.navskip {
	display: none;
}
.hide {
	display: none;
}
hr {
	display: none;
}


/* フォーム
------------------------------------------ */
/* 全角モード */
.ime-act {
	ime-mode: active;
}
/* IME=OFF 半角英数モード。ユーザー側で変更可能 */
.ime-inact {
	ime-mode: inactive;
}
/* IME=使用不可。ユーザー側で変更不可能 */
.ime-dis {
	ime-mode: disabled;
}
.label01 {
	color: #009900;
}
.label02 {
	color: #333333;
}


/* マージン
------------------------------------------ */
.margint5 {
	margin-top: 5px;
}
.margint10 {
	margin-top: 10px;
}
.margint15 {
	margin-top: 15px;
}
.margint20 {
	margin-top: 20px;
}

.margint1em {
	margin-top: 1em;
}
.marginr1em {
	margin-right: 1em;
}
.marginb1em {
	margin-bottom: 1em;
}
.marginl1em {
	margin-left: 1em;
}



/* レイアウト
------------------------------------------ */
.align-c {
text-align: center;
}

.width10p{
	width: 10%;
}
.width20p{
	width: 20%;
}
.width30p{
	width: 30%;
}
.width40p{
	width: 40%;
}
.width50p{
	width: 50%;
}
.width60p{
	width: 60%;
}
.width70p{
	width: 70%;
}
.width80p{
	width: 80%;
}
.width90p{
	width: 90%;
}
.width100p{
	width: 100%;
}



/* テキスト
------------------------------------------ */
.nowrap {
	white-space: nowrap;
}

.indent-01 {
	margin-left: 1em;
	text-indent: -1em;
}


/* リンク
------------------------------------------ */
a:link {
	color: #coo;
	text-decoration: underline;
	background: transparent;
}
a:visited {
	color: #8b0000;
	text-decoration: underline;
	background: transparent;
}
a:hover {
	color: #f00;
	text-decoration: underline;
	background: transparent;
}
a:active {
	color: #f00;
	text-decoration: underline;
	background: transparent;
}

a.white:link {
	color: #fff;
	text-decoration: underline;
	background: transparent;
}
a.white:visited {
	color: #fff;
	text-decoration: underline;
	background: transparent;
}
a.white:hover {
	color: #f00;
	text-decoration: underline;
	background: transparent;
}
a.white:active {
	color: #f00;
	text-decoration: underline;
	background: transparent;
}

.linkact {
	color: #333;
	font-weight: bold;
}


/* wrapper
------------------------------------------ */
#wrapper {
	padding:20px 0;
	width: 100%;
	text-align: center;
}

/* menu
------------------------------------------ */
#menu {
	position: relative;
	width: 1024px;
	height: 25px;
}
#menu #enter {
	position: absolute;
	top: 0;
	left: 20px;
}
#menu #latest {
	position: absolute;
	top: 0;
	left: 20px;
}
#menu #ticket {
	position: absolute;
	top: 0;
	left: 120px;
}
#menu #msp {
	position: absolute;
	top: 0;
	left: 220px;
}
#menu #ctt {
	position: absolute;
	top: 0;
	left: 320px;
}
#menu #fcode {
	position: absolute;
	top: 0;
	left: 420px;
}
#menu #rss {
	position: absolute;
	top: 0;
	left: 520px;
	font-size:10px;
}


/* メイン
------------------------------------------ */
#main {
	width: 800px;
	height: 460px;
	margin: 0 auto;
}

h1 {
	margin: 0;
	padding: 8px 5px;
	background: #fff;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	font-weight: bold;
	color: #666;
}
h2.h2img {
	margin: 0;
	padding: 0;
	border: none;
}
h3 {
	margin: 0;
	padding: 2px 5px;
	background: #696969;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0;
}

/* トップページ
------------------------------------------ */
#toppage #main {

}


/* フッタ
------------------------------------------ */
#footer {
	margin: 100px 0 0 0;
}
#footer  #copyright{
	color: #000;
	font-size: 10px;
}


/* テーブル
------------------------------------------ */
/* テーブル1 */
div.tablem01 {
	margin: 0;
	padding: 0;
}
div.tablem01 table {
	border-collapse: collapse;
/* Hides from IE5-mac \*/
	border-top: 1px solid #666;
	border-left: 1px solid #666;
/* End hide from IE5-mac */
	color: #333;
	font-size: 12px;
}
/* for MacIE5.x */
div.tablem01 tr {
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
/* Hides from IE5-mac \*/
div.tablem01 tr {
	border-collapse: collapse;
	border: none;
}
/* End hide from IE5-mac */

div.tablem01 th {
	margin: 0;
	padding: 4px;
	background-color: #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: left;
}
div.tablem01 td {
	margin: 0;
	padding: 4px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

/* contents
------------------------------------------ */
.privacy {
	margin-top:10px;
	font-size: 10px;
}
