body {
	margin:0;
}

a { color:#0000ff;
    text-decoration:underline;
}

img {
	border:0;
}

ul {
	list-style:none;
}

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

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

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

#header ul,p {
	margin:0;
	padding:8px 10px 3px 10px;
	font-size:80%;
}

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

#header div {
	min-height:17px;
	height:auto !important;
	height:17px;
	padding:8px;
	color:#000;
	background:#FFFFCC;
	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;
}

#contet a:visited { color:#0000ff;
    text-decoration:underline;
}

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

#content ul{
	margin:0 10px;
	padding:0;
    text-align:left;
}

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

#content img {
	align:center;
    padding:10px;
}

/* フッタ */
#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;
}