@CHARSET "UTF-8";

body{
	background-color: #ecf4f6;
	min-width: 1024px;
	width: 100%;
	/*max-width: 1920px;*/
	min-height: 628px;
	height: 100%;
	/*max-height: 940px;*/
	font-size: 10pt;
	margin: 0 auto;
}

#container {
	position: relative;
	width: 100%;			/* content width = 1920px */
	margin: 0px auto;
}

/* header */
#header{
	position: relative;
	z-index: 4;
	height: 73px;
	background-image: url("../img/header_C.png");
	min-width: 1024px;
	max-width: 1920px;
}

#header #page_title{
	position: absolute;
	left:0;
	background-image: url("../img/header_L.png");
	background-repeat:no-repeat;
	min-width: 485px;
	height: 100%;
}
#header .title{
	padding-left: 94px;
	padding-top: 20px;
	font-size: 20pt;
	color: #ffffff;
}
#header #header_center{
	position: absolute;
	right:10px;
	top:5px;
	text-align: right;
}
#header .text{
	color: #ffffff;
	margin-right: 16px;
	line-height: 22px;
}
#header #uname{
	width: 170px;
	float: left;
}

#header #system_name{
	position: absolute;
	right:0;
	background-image: url("../img/header_R.png");
	background-repeat:no-repeat;
	background-position:left;
	width: 610px;
	height: 100%;
}

#logout_button{
	background-image: url("../img/logout_button.png");
	background-repeat:no-repeat;
	background-color:transparent;
	border: none;
	width: 77px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
}
#logout_button:hover{
	background-position:left bottom;
}
#login_button{
	background-image: url("../img/login_button.png");
	background-repeat:no-repeat;
	background-color:transparent;
	border: none;
	width: 110px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	background-position:left top;
}
#login_button:hover{
	background-position:left bottom;
}

/* footer */
#footer{
	z-index: 4;
	bottom:0;
	background-image: url("../img/footer_bg.png");
	height: 45px;
	min-width: 1024px;
	position: absolute;
	width: 100%;
}

#meisei_logo{
	background-image: url("../img/meisei_logo.jpg");
	background-repeat:no-repeat;
	display: block;
	width: 121px;
	height: 35px;
	margin:8px auto 0;
}

/*contents*/
#top_content_out{
	position:absolute;
	z-index: 3;
	top:78px;
	left: 0
}
#top_content{
	width: 95%;
	padding: 5px;
	margin: auto;
}
#select_form{
	display: table;
	color: #1f7bd0;
	font-weight: bold;
}
#top_content .form_box_out{
	display:table-cell;
	padding-right: 16px;
	vertical-align: middle;
	white-space: nowrap;
}
#top_content .left_button{
	display:table-cell;
	text-align: left;
	width: 100%;
}
#top_content .right_button{
	display:table-cell;
	text-align: right;
	padding-left: 150px;
}

.box{
	width:100px;
	border: 2px solid #c5d9ec;
}

#select_button{
	background-image: url("../img/select_button.png");
	background-repeat:no-repeat;
	background-color:#ecf4f6;
	border: none;
	width: 84px;
	height: 41px;
	text-indent: -9999px;
	cursor: pointer;
}
#select_button:hover{
	background-position:left bottom;
}

#changeranking_button{
	background-image: url("../img/ChangeRanking_button.png");
	background-repeat:no-repeat;
	background-color:#ecf4f6;
	border: none;
	width: 159px;
	height: 41px;
	text-indent: -9999px;
	cursor: pointer;
}
#changeranking_button:hover{
	background-position:left bottom;
}

#rankinglist_button{
	background-image: url("../img/RankingList_button.png");
	background-repeat:no-repeat;
	background-color:#ecf4f6;
	border: none;
	width: 159px;
	height: 41px;
	text-indent: -9999px;
	cursor: pointer;
}
#rankinglist_button:hover{
	background-position:left bottom;
}

#contents{
	z-index: 2;
	height: 100%;
	width: 100%;
	min-width: 1024px;
	max-width: 1920px;
	min-height: 651px;
	max-height: 962px;
}

.content_item{
	margin: 0 auto;
	background-color:#ffffff;
	padding:8px;
	height: 100%;
	width: 95%;
}

/*menu*/
#menu{
	background-image:url("../img/menu_bg.png");
	background-repeat:no-repeat;
	width: 312px;
	height: 365px;
	position: absolute;
	z-index: 5;
	top: 113px;
	right: 0px;
	visibility: hidden;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 79px 0 0 40px;
}
#menu li{
	padding: 0;
	margin: 0;
	width:256px;
	height: 38px;
	padding-top: 1px;
}

#menu li a{
	display: block;
	width: 100%;
	height: 100%;
}

#menu li a .menu_button{
	background-image:url("../img/menu_buttom.png");
	background-repeat:no-repeat;
	background-position: 0 10px;
	height: 100%;
	width:21px;
	margin: 0 0 0 auto;
}
#menu li a:hover .menu_button{
	visibility:hidden
}

#menu #StatusMap{
	background-image:url("../img/menu_StatusMap.png");
	background-repeat:no-repeat;
	background-position:left top;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#menu #StatusMap:HOVER{
	background-position:left bottom;
}

/* ChartsRanking */
#menu #ChartsRanking{
	background-image:url("../img/menu_Charts_Ranking.png");
	background-repeat:no-repeat;
	background-position:left top;
	width: 100%;
	height: 100%;
}

/*TimeAccuracy */
#menu #TimeAccuracy{
	background-image:url("../img/menu_TimeAccuracy.png");
	background-repeat:no-repeat;
	background-position:left top;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#menu #TimeAccuracy:HOVER{
	background-position:left bottom;
}

/*BalloonBurstHeight */
#menu #BalloonBurstHeight{
	background-image:url("../img/menu_BalloonBurstHeight.png");
	background-repeat:no-repeat;
	background-position:left top;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#menu #BalloonBurstHeight:HOVER{
	background-position:left bottom;
}

/*DataDownload */
#menu #DataDownload{
	background-image:url("../img/menu_DataDownload.png");
	background-repeat:no-repeat;
	background-position:left top;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#menu #DataDownload:HOVER{
	background-position:left bottom;
}
/*UserManagement */
#menu #UserManagement{
	background-image:url("../img/menu_UserManagement.png");
	background-repeat:no-repeat;
	background-position:left top;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#menu #UserManagement:HOVER{
	background-position:left bottom;
}

#hidemenu{
	background-image: url("../img/hide_menu.png");
	background-repeat: no-repeat;
	width: 26px;
	height: 22px;
	position: absolute;
	top: 172px;
	right: 284px;
	visibility: hidden;
	z-index: 999;
}
#showmenu{
	background-image: url("../img/showmenu_bg.png");
	background-repeat: no-repeat;
	width: 26px;
	height: 365px;
	position: absolute;
	top: 113px;
	right: 1px;
	visibility: visible;
	z-index: 999;
}
/*class*/
.btn_enabled{
	background-position:left top;
	cursor: pointer;
}
.btn_disabled{
	background-position:left bottom;
	cursor: default;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.dnone{
	display: none;
}
.hidden{
	visibility:hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.width_s{
	width: 80px;
}
.width_m{
	width: 120px;
}
.width_m1{
	width: 150px;
}
.width_l{
	width: 200px;
}
.width_ll{
	width: 280px;
}
.td_color1{
 background-color: #ffffff;
}
.td_color2{
 background-color: #4d4d4d;;
}

.t_left{
	text-align: left;
}
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
