@charset "euc-jp";
/* CSS Document */

#header {
	text-align:right;
	height:100px;
}
#root{
	width:800px;
	margin:auto;
}
h1 a {
	text-decoration:none;
	color:#000000;
}

#left {
	float:left;
	width:200px;
	font-size:12px;
}
#right {
	float:right;
	width:600px;
}
#footer {
	clear:both;
	text-align:center;
	font-size:12px;
}
.article {
	border:1px solid #EAEAEA;
	margin:0 0 20px 0;
	padding:10px;
	font-size:12px;
}