@charset "utf-8"

/* k-fr.net 標準スタイルシート */

html {
}

body {
	background-color:#111112;
	color:#eeeeef;
	font-size:12px;
}
a {
	color:#dddddd;
}
a:link, a:visited {
	color:#dddddd;
}
a:hover, a:active {
	color:#ffffff;
}
h1, h2, h3, h4, h5 {
	font-size:12px;
	font-weight:normal;
}
#wrapper {
	width:800px;
	margin:0px auto;
}
#wrapper h1, #menu li, #content, #extra, #copyright {
	/* display:none; */
}
ul, ol{
	list-style-type: none;
	list-style-position: outside;
	margin:0px;
	padding:10px 2px;
}

img {
	border:none;
}
hr.clear {
	display:block;
	clear:both;
	visibility:hidden;
}

#menu li {
	margin:0px;
	padding:2px 20px;
	height:20px;
	line-height:20px;
	font-size:14px;
}
h1 {
	position:relative;
	text-align:center;
}
h2 {
	color:#449944;
	border-bottom:solid 1px #449944;
}
#main {
	width:800px;
	margin:0px auto;
}
#menu {
	float:left;
	width:200px;
	border:solid 1px #337733;
	overflow:hidden;
}
#content {
	float:right;
	width:560px;
	overflow:hidden;
	border:solid 1px #337733;
	padding:10px;
	background-image:url(../images/kado.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#content p {
	margin-top:0.5em;
}
#copyright {
	text-align:center;
	clear:both;
}
