@charset "shift_jis";
@import "common.css";

body {
	background-color: #000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#02131F;
	scrollbar-3dlight-color:#5C5C5C;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#5C5C5C;
	scrollbar-arrow-color:#5C5C5C;
	scrollbar-track-color:#000000;
	word-break:break-all;
	}
a:link		{color:#343434; text-decoration:none;}
a:visited	{color:#343434; text-decoration:none;}
a:hover		{color:#393e00; text-decoration:none;}
img {
	border:0;
}

body.popup {
	/*
	overflow: hidden;
	*/
}

/* Top Page ******************************/
.top_container {
	width: 920px;
	margin: 0 auto;
	text-align:left;
	position: relative;
}
#topimage_layer {
	position: absolute;
	overflow: hidden;
	left: 180px;
	top: 204px;
	width: 438px;
	height: 267px;
}

/* History Layer ******************************/
#history_layer {
	position: absolute;
	display: none;
	left: 360px;
	top: 260px;
	width: 530px;
	height: 270px;
	/*border:1px solid white;*/
}
#history_layer ol {
	margin: 0px;
	padding:0px;
}
#history_layer li {
	display: block;
	margin: 0 0 20px 0;
	font-size:12px;
	color:#cccccc;
	list-style: none;
}
#history_layer li .date{
	font-size:11px;
	color:#a0ae01;
	height:15px;
	font-family: Arial;
}

/* Footer ******************************/
#footer{
	padding:55px 0 35px 0px;
	margin: 0 auto;
	width:920px;
}
#footer ul {
	padding:0px;
}
#footer li {
	display:inline;
	list-style: none;
}
#footer .rink {
	float:left;
	color:#343434;
	font-size:10px;
	display: block;
	margin: 0;
	padding: 0;
}
#footer .copy {
	float:right;
}

/* LayerPopup *******************************/
div.LayerPopupWindow {
	background-color: #000000;
}
div.LayerPopupWindow iframe {
	background-color: #000000;
}
div.LayerPopupBackground {
	background-color: #404040;
	opacity: 0.4;
	filter: alpha(Opacity=40);
}
div.LayerPopupLoadingMask {
	background-color: #000000;
	overflow: hidden;
}
div.LayerPopupLoadingMask table {
	width: 100%;
	height: 100%;
}
div.LayerPopupLoadingMask table td {
	text-align : center;
	vertical-align: middle;
}

#LayerWin_iframe {
	border:#496410 solid 1px;
}

/* Error Message ******************************/
#DIV_ERROR_MSG {
	display: none;
}
#TXT_ERROR_MSG {
	padding: 3px 5px 2px 5px !important;
	margin: 5px 0 10px 0 !important;
	font-size: 12px !important;
	line-height: 130% !important;
	color: #FFFFFF!important;
	text-align: center !important;
	background-color : #484848!important;
}

/* Popup Common ******************************/
body.popup {
	background:#0a0a0a;
}
#popup_all {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	filter:alpha(opacity=90); opacity:0.9;
	overflow: hidden;
}
.popup_wide {
	width: 895px;
}
.popup_small {
	width: 500px;
}
.popup_medium {
	width: 552px;
}
#popup_close {
	height:27px;
	overflow: hidden;
	text-align: right;
}
#popup_close img {
	cursor: pointer;
}
#popup_copyright {
	clear: both;
	height: 9px;
	margin: 30px 20px 20px 0;
	text-align: right;
	overflow: hidden;
}

/* Popup Main ******************************/
#popup_all .main_txt {
	margin: 40px 0 35px 50px;
	color:#59604f;
}
#popup_all .main_txt img {
	display: block;
}
#popup_all .main_txt ul {
	padding: 0;
	margin: 10px 0 0 14px;
}
#popup_all .main_txt li {
	padding: 0;
	margin: 0;
	font-size:11px;
	height: 18px;
	list-style-image:url(/rebirth/img/wizmans/bullet.gif);
}
#popup_all .main_banner {
	height: 128px;
	overflow: hidden;
	margin:0 0 0 50px;
}
#popup_all .main_banner img {
	margin: 0 5px 0 0;
}

/* Popup Info ******************************/
#popup_all .info_txt {
	margin: 40px 0 35px 50px;
	color:#59604f;
	font-size:11px;
	line-height:150%;
}
#popup_all .info_txt div {
	margin: 0 0 25px 0;
}
#popup_all .info_txt p {
	padding: 5px 0;
}
#popup_all .info_txt ul {
	padding: 0;
	margin: 0 0 0 10px;
}
#popup_all .info_txt li {
	padding: 0;
	margin: 0;
	font-size:11px;
	height: 16px;
	list-style-image:url(/rebirth/img/wizmans/bullet.gif);
}

/* Popup List ******************************/
#popup_all .board_title {
	display: block;
	margin: 40px 0 0 50px;
}
#popup_all .board_best {
	clear: both;
	height: 220px;
	margin: 30px 0 0 0;
	padding: 0 0 0 50px;
	background:#151515;
}
.board_best  .best_list_cell {
	width:142px;
	height:141px;
	float:left;
	margin:0 18px 0 0;
}
.best_list_cell .best_list_img {
	width:140px;
	height:95px;
	border: 1px solid #856109;
}
#popup_all .board_list {
	clear: both;
	margin: 0;
	padding: 0 0 30px 50px;
}
.board_list .list_cell {
	width:102px;
	height:116px;
	float:left;
	margin:0 34px 15px 0;
}
.board_list .list_cell .list_img {
	display: block;
	width:100px;
	height:70px;
	border: 1px solid #856109;
}
#popup_all .list_writer {
	height:24px;
	color:#59604f;
	font-size:12px;
	line-height:200%;
}
#popup_all .list_vote_btn {
	display: block;
	width: 62px;
	height: 20px;
}
#popup_all .board_list_paging {
	clear: both;
	margin: 20px 0 0 0;
	text-align: center;
	color: #808080;
	font-size: 11px;
	letter-spacing:5px;
}
#popup_all .board_list_paging span{
	color:#7bb500;
}
#popup_all .board_list_search {
	margin: 20px 70px 0 0;
	text-align: right;
}
#popup_all .board_list_search input.input_txt{
	background:#1b1b1b;
	border:0px;
	height:18px;
	font-size:12px;
	color:#969696;
}
.board_list .nodata {
	width:795px;
	margin:20px 50px 0 0;
	padding: 30px 0;
	font-size:12px;
	color:#7bb500;
	text-align:center;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}

/* Popup Write ******************************/
#popup_all .board_form {
	margin: 40px 0 35px 50px;
	color:#59604f;
	font-size:11px;
	line-height:150%;
}
#popup_all .board_form th {
	width: 80px;
}
#popup_all .board_form td div {
	margin: 0 0 5px 0;
	border: 0;
	font-size:11px;
}
#popup_all .board_form input.input_txt{
	background:#1b1b1b;
	border:0px;
	height:18px;
	font-size:12px;
	color:#969696;
}
#popup_all .board_form textarea {
	background:#1b1b1b;
	border:0px;
	height:80px;
	font-size:12px;
	color:#969696;
}
#popup_all .board_form ul {
	padding: 0 0 0 14px;
	margin: 0 0 15px 0;
}
#popup_all .board_form li {
	padding: 0;
	margin: 0;
	font-size:11px;
	height: 16px;
	list-style-image:url(/rebirth/img/wizmans/bullet.gif);
}
#popup_all .board_form .agreement_btn{
	text-align: right;
}

/* Popup Read ******************************/
#popup_all .board_contents {
	margin: 30px 0 0 0;
	padding: 0 0 25px 50px;
	background:#151515;
	color:#59604f;
	font-size:12px;
}
#popup_all .board_contents .upload_image {
	display: block;
	width:470px;
	border: 1px solid #856109;
}
#popup_all .board_contents .thread_info th {
	width: 60px;
	height: 25px;
	text-align: left;
}
#popup_all .board_contents .thread_info .description {
	padding: 15px 5px 5px 10px;;
	line-height:130%;
}
#popup_all .board_comments {
	margin: 0 0 30px 0;
	padding: 0 0 0 50px;
	color:#59604f;
	font-size:12px;
}
#popup_all #FORM_COMMENT textarea {
	display: block;
	margin: 5px 0 5px; 0;
	background:#1b1b1b;
	border:0px;
	height:40px;
	font-size:12px;
	color:#969696;
}
#popup_all #FORM_COMMENT input {
	background:#1b1b1b;
	border:0px;
	height:18px;
	font-size:12px;
	color:#969696;
}
#popup_all #FORM_COMMENT div {
	padding: 0 55px 0 0;
	text-align: right;
}
#popup_all #DIV_COMMENTS {
	margin: 15px 55px 0 0;
}

/* History List ******************************/
#popup_all .history_title {
	display: block;
	margin: 40px 0 0 50px;
}
#popup_all .history_list {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 0 20px 50px;
	background:#151515;
}
.history_list .list_cell {
	clear: both;
	margin:10px 20px 20px 0;
}
.history_list .list_cell .topimg {
	display: block;
	float:left;
	width:420px;
	border: 1px solid #856109;
}
.history_list .list_cell .imginfo {
	display: block;
	float:left;
	width:330px;
	margin: 10px 0 0 35px;
	font-size:12px;
	color:#59604f;
}
.history_list .list_cell .imginfo .writer {
	height:24px;
	text-indent: 50px;
	background: url("/rebirth/img/wizmans/view_name.gif") no-repeat 0px 3px;
}
.history_list .list_cell .imginfo .term {
	height:24px;
	text-indent: 50px;
	background: url("/rebirth/img/wizmans/view_date.gif") no-repeat 0px 3px;
}
.history_list .nodata {
	width:795px;
	margin:20px 50px 0 0;
	padding: 30px 0;
	font-size:12px;
	color:#7bb500;
	text-align:center;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}


