@charset "UTF-8";
/* CSS Document */
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url('../img/bg.gif') center top repeat;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
#wrapper {
	background: url(../img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding: 10px 20px;
	padding-bottom: 6px;
	width: 727px;
	border-bottom: 1px solid #DDD;
}

#header {
	background: url(../img/header.gif) repeat-x;
}
#header h1 {
	color: #ffffff;
	font: normal 3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 2em;
	padding-top: 20px;
}
#header #description {
	color: #ffffff;
	font: normal 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
#header h2,
#header h2 a {
	color: #ffffff;
	font: normal 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

#side {
	float: left;
	width: 200px;
	border: 1px solid #e5e5e5;
	background-color: #eeeeee;
}
ul.menu {
	border-top: 1px solid #FAFAFA;
	background: #EEE url(../img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
ul.menu li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
ul.menu li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	line-height: 2em;
}
ul.menu li a:hover {
	color: #111;
}

#main-content {
	float: right;
	width: 520px;
}
.content {
	color: #444;
	padding: 6px 12px;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 8px;
}
h2.title {}
h3.title {}
.osusume {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

#footer {
	clear: both;
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 720px;
}
#footer p {
	margin: 10px;
}

