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


html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 90%;
	line-height: 1.5em;
}

h1 {
	font-size:120%;
	color:#900;
	font-weight:bold;
}

h2 {
	font-size:120%;
	color:#F93;
	font-weight:bold;
	padding: 0 5px;
	border-bottom: #CCC solid 3px;
}
.loginblock{
	width: 400px;
	padding: 20px;
	margin: 100px auto;
	border: #00F solid 3px;
	text-align: center;
}

.tbl_Left {
	text-align:left;
}
.tbl_Right {
	text-align:right;
}
.tbl_Center {
	text-align:center;
}

.div_logout {
	text-align:right;
	padding:5px 10px;
	margin: 0 auto;
	width:780px;
}

.div_contents {
	text-align:left;
	margin:10px auto;
	width:800px;
	border-top:#F93 solid 3px;
}

.div_create {
	width:500px;
	float:left;
}

.tbl_title {
	background-color:#CCC;
}

.div_list {
	width:280px;
	float:right;
}
