* {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

h1 {
	display: none;
}

h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}

img{
	margin:0;
	padding: 0;
	border: 0;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	border-bottom:dotted 1px #fff; 
}


/* IE 8*/
html>/**/body a:hover, a:active { 
display: block¥9;   
}


body {
 	height: 100%;
 	position: relative;
 	min-width: 380px;  /*中央配置するボックス#wrapperの横幅*/
 	min-height: 360px;  /*中央配置するボックス#wrapper縦幅*/
	background-color: #000;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #666;
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Arial,  "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	text-align: center;
}

/* 中央配置用 ---*/

html {
	height: 100%;
	overflow: auto;
}


/* ----------clearfix---------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}
/*MacIE begin */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Mac IE end */

/* IE 6*/
* html body {
	font-size: 75%;
}


/* wrapper
-------------------------------------------------*/

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 380px;
	height: 360px;
	margin: -180px 0 0 -190px;
	padding: 0;
	font-size: 10px;
	border: 0;
	background-color: #000;
}

/* enter
-------------------------------------------------*/
#enter a {
	height: 304px;
	width: 376px;
	margin: 0 0 10px 0 ;
	background-color: #000;
	display: block;
	border: 0;
}

/* main
-------------------------------------------------*/


#nav ul {
	height: 1.2em;
	margin: 0;
	padding:0;
	display: inline;
}

#nav ul li {
	height: 12px; /* IE8 下切れ対策*/
	margin: 0 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../images/link_icon_white.png) left top no-repeat;
	display: inline;
	list-style: none;
}

/* system
-------------------*/

#system {
	clear: both;
	padding: 0px;
	margin: 8px auto;
	width: 380px;
	text-align: left;
	line-height: 1.2;
	font-size: 0.8em;
	color: #666;
	/*border: 1px solid #333;*/
	display: block;
}

#system p em{
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

/* footer
-------------------------------------------------*/

#footer address {
	clear: both;
	margin: 15px 0 0 0;
	font-size: 10px;
	color: #666;
	letter-spacing: 0.1em;
}

