@charset "UTF-8";

/*=============================
	全体の構造
=============================*/
body {
	background:#cccccc;
	color:#666666;
	margin:0px auto;
	text-align:center;
	border:1px #999999 solid;
}
/*=============================
	上段ブロック
=============================*/
#top {
	background:#ffffff;
	padding:60px;
}
/*=============================
	メインブロック
=============================*/
#main {
	background:#dddddd;
	height:260px;
	border-top:5px #e9e9e9 solid;
	border-bottom:5px #e9e9e9 solid;
}
/*=============================
	下段ブロック
=============================*/
#bottom {
	background:#ffffff;
	font-size:75%;
	line-height:500%;
	padding:60px;
}

a {
	text-decoration:none;
	color:#0066cc;
}
a:hover {
	text-decoration:none;
	color:#33ccff;
	border:1px #ccddff solid;
	padding:3px;
}
