@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333333;
}

/**************************/
/* ラッパーレイアウト設定 */
/**************************/
#wrapper {
	width: 600px;
	margin: 10px auto;
	border: 2px solid #666666;
}

/**************************/
/* ヘッダーレイアウト設定 */
/**************************/
#header {
	width: 600px;
	height: 20px;
	background: #999999;
}

/**********************************/
/* メインコンテンツレイアウト設定 */
/**********************************/
#contents {
	background: #CCCCCC;
	width: 600px;
	padding: 10px 0;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/**************************/
/* フッターレイアウト設定 */
/**************************/
#footer {
	width: 600px;
	height: 20px;
	background: #999999;
}
