body {
	margin:0;
}

img {
	border:0;
}

ul {
	list-style:none;
}

#container {
	width:800px;
	margin:0 auto;
	border:solid #ccc;
	border-width:0 1px 0 1px;
}

/* ヘッダ */
#header {
	width:800px;
	min-height:47px;
	height:auto !important;
	height:47px;
	background:#eee;
}

#header h1 {
	margin:0;
	padding:10px 10px 15px;
	font-size:120%;
	float:left;
	line-height:1em;
}

#header ul {
	margin:0;
	padding:8px 10px 3px 10px;
	font-size:70%;
	text-align:right;
}

#header li {
	margin:0 0 5px 0;
	line-height:1.32em;
}

#header div {
	min-height:17px;
	height:auto !important;
	height:17px;
	padding:8px;
	color:#000;
	background:#fff;
	font-size:80%;
	text-align:center;
	line-height:1.32em;
	clear:both;
}

#header a {
	color:#3366cc;
	text-decoration:none;
}

#header a:hover {
	color:#cc0000;
}

/* コンテント */
#content {
	width:800px;
	clear:both;
	display:inline;
}

#content h2 {
	margin:0 10px 10px;
	padding:5px;
	color:#fff;
	background:#000;
	font-size:95%;
	line-height:1em;
}

#content div {
	width:778px;
	margin:0 10px 10px 10px;
	background:#000 url(img/bar.jpg) no-repeat;
	border:1px solid #000;
	float:left;
	display:inline;
}

#content ul {
	width:700px;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin:0;
	padding:0;
	background:#fff;
	border:solid #000;
	border-width:0 0 0 1px;
	float:right;
}

#content li {
	margin:10px 15px;
	font-size:80%;
	line-height:1.32em;
}

/* フッタ */
#footer {
	width:800px;
	clear:both;
}

#footer p {
	margin:0;
	padding:3px 5px;
	color:#fff;
	background:#000;
	font-size:65%;
	text-align:right;
	line-height:1.32em;
	font-family:verdana;
}

#footer a {
	color:#fff;
	text-decoration:none;
}