*{
	font-family:'ＭＳ Ｐゴシック', Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka,'MS PGothic', sans-serif;
}
html,body{
	margin:0px;
	height:100%;
	min-width:1024px;
}

#wrapper{
	height:100%;
	overflow:hidden;
}

body,th,td {
	font-size:12px;
	word-break: break-all;
}

th.cen,td.cen {
	text-align:center;
}

th.rgt,td.rgt {
	text-align:right;
}

a{
	text-decoration:none;
}

/* タイトルバー */
#title{
	padding:3px;
	background-color:#2C5379;
	color:#FFF;
	height:30px;
	line-height:30px;
}

#contents {
	position:absolute;
	top:50%;
	left:50%;
	width:350px;
	height:180px;
	margin:-90px 0 0 -175px;
	background-color: #CCD0D5;
	color:black;
	text-align:center;
}

#login_title{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #647687;
	color: #FFF;
	height: 25px;
	line-height: 28px;
}
	
#login_submit{
	margin-top:10px;
	width:100px;
	border: 1px outset #fff;
	padding: 1px 5px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	background-color: #A3CDFF;
	cursor: pointer;
	margin-left: auto;
}
 
#title_name {
  font-size: 18px;
  font-family: Arial Black;
  margin-left: 10px;
  float: left;
}

#footer {
	text-align:right;
	position: fixed;
	bottom:0;
	width:100%;
	height:15px;
	padding-top: 3px;
	background-color: #2C5379;
	color: #FFF;
}
