
/* global */
body { background:#a6bf79 url(back.png); font:12px Arial, Helvetica, sans-serif; color:#666666; margin:0; padding:0;}
.clear {clear:both;}
a:link, a:visited, a:active {color: #666666; text-decoration:none;}
a:hover {color: #333333;}
ol, ul{ list-style:none; margin:0px; padding-left:0px;}
ul li, ol li { list-style:none; margin:0px; padding:0px;}

/* blockquote */
blockquote, pre {quotes: "\201C" "\201D"; font-style:italic;color:#999999; border-left:7px solid #F0F0F0; margin-left:20px; padding-left:10px;}

/* header */
.header {
	display:block;
	width:980px;
	height:auto;
	line-height:110px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header_left {float:left; display:block; width:700px; height:40px; padding-top:42px;}
.header_right {float:left; display:block; width:280px; height:110px; text-align:right;}
.header_right a{display:block; width:280px; height:110px;}

#orase li {
	display: inline-table;
	width:300px;
	padding:5px;
	}


/* single */
.container {display:block; width:980px; margin:0px auto; background:url(bg_single.png) repeat-y; border:0px; }
.container_left {float:left; display:inline; width:660px; padding:20px;}
.container_right {
	float:left;
	display:inline;
	width:260px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}



/* post content */
.container .content table {margin:5px 0 10px; border:1px solid #CCC; border-width:2px; border-collapse:collapse; background:#FFF;}
.container th, .post td {border:1px solid #CCC; padding:3px 10px; text-align:left; vertical-align:top;}
.container tr.even td {background:#F7F7F7;}
.container th {background:#EDEFF0;}
.container_top {
	display:block;
	width:960px;
	color:#333333;
	height:35px;
	margin:20px auto 0 auto;
	font-size:11px;
	line-height:35px;
	padding-left:20px;
	background-image: url(container_top.png);
	background-repeat: no-repeat;
}
.container_top a{color:#ffffff;}
.container_top a:hover {color:#666666;}

/* sidebar */
#sidebar {width:260px; color:#666666; line-height: 160%;}
#sidebar p {margin:0px 0px 15px;}
#sidebar ul {margin: 0; padding:0 0 0 10px;}
#sidebar ul li {padding-left:18px; margin:2px 0 2px 0; list-style:none;}
#sidebar ul li ul li {background: url(sidebar_li_li.png) no-repeat; padding-left:12px;}


/* footer */
.container_end {display:block; width:960px; height:25px; margin:0 auto; padding:0 0 0 20px; line-height:25px; background:url(bg_bottom2.png) no-repeat;}
.footer {
	display:block;
	width:980px;
	height:auto;
	text-align: center;
	font-size:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.footer a:link, .footer a:visited, .footer a:active {color: #233323; text-decoration:none;}
.footer a:hover {color: #666666;}

