@charset "utf-8";

body {
	background-repeat: no-repeat;
font-size: 14px; font-family:"ヒラギノ丸ゴ Pro W4","Osaka","ＭＳ Ｐゴシック"
color: #ffffff;
	margin-left: 140px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}


/* ---------- Weblog ---------- */
body#weblog {
	background: url(../img/back.gif) repeat-y;
}
body#weblog .section {
	display: block;
	float: none;
}

#blog_navigation {
	width: 300px;
	position: fixed !important;
	position : absolute;
	left: 10px;
	top: 90px;
}


#blog_navigation h3 {
	line-height: 1.4;
	background: url(../img/home.gif);
	font-size: 13px;
}

.even_bg {
	background: #2E2E2E !important;
}
.even_bg td {
	background: #eee !important;
}

#blog_navigation h3 a {
	display: block;
	background: url(../img/home.gif);
	text-decoration: none;
	padding: 5px 0px 5px 30px;
}
#blog_navigation h3 a:hover {
	background: #f00;
}


#blog_navigation form {
	margin: 1em .3em 1em .7em;
}
#blog_navigation ul li {
	font-size: 13px;
	line-height: 1.2;
	display: inline;
}
#blog_navigation ul li a {
	text-decoration: none;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #999;
	line-height: 1.4;
	display: block;
	padding: 0.2em 5px .3em;
	color: #333;
}
#blog_navigation ul li a:hover {
	background: url(../img/navi_a_back.gif);
	color: #000;
}



