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

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
h1 {
	font-size: 14px;
	color: #ffffff;
	display: inline;
	padding: 5px;
}
h2 {
	font-size: 14px;
	color: #eeeeee;
	display: inline;
	padding: 5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 14px;
}

.inx-back {
	background-image: url(parts/index_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 400px;
	width: auto;
}
.name-box {
	text-align: center;
	margin-top: 175px;
}
.enter-box {
	text-align: center;
	margin-top: 110px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}

.enter-leave {
	background-color: #fee994;
	background: -moz-linear-gradient(top,#dddddd 0%,#999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#999999));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-top: 6px;
	padding-bottom: 4px;
	width: 100%;
	border: 1px solid #996633;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.6);
	box-shadow: 1px 1px 5px rgba(0,0,0,.6);
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
.large-goldtx {
	font-size: 18px;
	color: #663333;
	font-weight: bold;
}

.right-box {
	text-align: right;
}
.sp-enter {
	text-align: center;
	float: left;
	width: 140px;
	padding-right: 15px;
	padding-left: 15px;
}
.exp-box {
	height: auto;
	width: auto;
	margin-top: 16px;
	background-color: #eee5d5;
	border: 2px solid #C93;
	text-align: left;
	padding: 6px;
	position: static;
	margin-bottom: 5px;
}
.div-left {
	text-align: left;
	float: left;
	padding-left: 10px;
}

.color-gold {
	color: #f34;
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}
.color-brown { color: #aa4444; }	
.goto-recruit {
	text-align: left;
	padding: 8px;
	width: auto;
	border: 1px solid #ff3366;
	margin-top: 14px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fee994;
	background: -moz-linear-gradient(top,#ffffff 0%,#ffbbdd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffbbdd));
	color: #995566;
	font-weight: bold;

}
.goto-pc {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,.6);
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #cccccc;
	background: -moz-linear-gradient   (top, #cccccc, #666666);
    background: -webkit-linear-gradient(top, #cccccc, #666666);
    background: linear-gradient        (to bottom, #cccccc, #666666);
}
.text-13px {
	font-size: 13px;
	line-height: 16px;
}

