@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
#wrapper {
	width: 800px;
	margin: 10px auto;
	border: 1px solid #000000;
}

#header {
	background: #202020 url(../img/bar_black.jpg) top repeat-x;
	color: #F0F0F0;
	height: 60px;
}
#header a {
	color: #A0A0FF;
}
#header a:hover {
	color: #F0F0A0;
}
#header h1 {
	float: right;
	margin-right: 10px;
}
#header #description {
	margin-left: 10px;
	line-height: 24px;
}
#header h2 {
	text-align: right;
	margin-right: 10px;
}

#side {
	clear: both;
	width: 220px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
}
ul.menu {
	list-style: none;
}
ul.menu li {
	text-indent: 1em;
}
ul.menu li a {
	line-height: 2em;
}

#main-content {
	float: right;
	width: 540px;
	margin: 10px;
}
.content {
	margin-bottom: 20px;
}
.content p {
	margin: 1em;
	font-size: 88%;
}
.title {
	background-color: #202020;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	text-indent: 4px;
	border-bottom: 1px solid #F03000;
}
.title a{
	color:#FFF;
}

#footer {
	clear: both;
	background: #202020 url(../img/bar_black.jpg) top repeat-x;
	color: #F0F0F0;
	height: 60px;
	text-align: center;
	font-size: x-small;
}
#footer p {}

