@import url(../../kids/09/css/reset.css);
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-color: #333333;
	font-size: 12px;
	_font-size: 75%;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", Helvetica, sans-serif;
	line-height: 1.5;
}
p{
	width:auto;
	margin: 10px 10px 25px 10px;
	line-height: 20px;
}
a:link {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #CC0033;
	text-decoration: none;
}
li {
	display: inline;
	list-style-type: none;
}
dl dt {
	float: left;
	width: 6.5em;
	font-weight: bold;
	padding: 5px 0px 7px 10px;
	clear: both;	
}
dl dd {
	margin-left: 6.5em;
	padding: 5px 0px 10px 10px;
}
hr {
	clear: both;
	float: none;
	visibility: hidden;
	margin:10px:
}
#container {
	width: 700px;
	margin: 10px;
}
#header {
	height: 150px;
	margin: 20px 0px 25px 0px;
}
#main-content {
	width:700px;
	margin-top:50px;
}
#archive{
	font-size: 10px;
}
#footer {
    width:700px;
	height: 100px;
	font-size: 10px;
	border-top: 1px solid #666666;
	margin-top: 20px;
}
.note {
	color: #CC0000;
}
.note-s {
	color: #CC0000;
	font-size: 10px;
}