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:799px;
	clear:both;
}

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

#content dl {
	width:245px;
	margin:0 9px 10px 10px;
	padding-bottom:10px;
	border:1px solid #000;
	float:left;
	display:inline;
}

#content dt {
	margin:0 10px;
	padding:10px 0;
	font-size:80%;
	border-bottom:1px dotted #ccc;
	text-align:center;
	line-height:1em;
}

#content dt.stl {
	margin:0;
	padding:5px 10px;
	color:#fff;
	border:none;
	background:#333 url(img/bar.gif) repeat-x;
	line-height:1.32em;
}

#content dd {
	margin:0 10px;
	padding:5px 0;
	font-size:80%;
	border-bottom:1px dotted #ccc;
	line-height:1.32em;
}

#content p {
	margin:20px 10px;
	font-size:80%;
	line-height:1.32em;
	clear:both;
}

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