@charset "UTF-8";
#header {
	
}
#logo {
	width:1320px;
	margin:0 auto;
	padding:10px 0 10px 0;
}
#headerLine {
	background-color:#333;
	padding:10px 0 10px 0;
}
#headerLine div.all {
	width:1320px;
	margin:0 auto;
	color:#fff;
	font-size:150%;
}
#headerLine div.title {
	width:1000px;
	float:left;
}
#headerLine div.logout {
	width:300px;
	float:right;
	text-align:right;
	font-size:80%;
}
#headerLine div.logout a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#headerLine div.logout a:hover {
	text-decoration:none;
}
#footer {
	border-top:3px solid #666;
}
.logo {
	width:1320px;
	margin:0 auto;
	padding:10px 0 10px 0;
	text-align:center;
}
.base {
	width:1320px;
	margin:0 auto;
	padding:0 0 10px 0;

}
#copy {
	text-align:right;
}
.userInfo {
	width:700px;
	margin:20px auto;
	font-size:130%;
	padding:10px 0 10px 0;
	text-align:left;
	line-height:1.3em;
}
