/**************************************************************************************
全体設定
**************************************************************************************/

html{
overflow-y:scroll;
}

* { padding: 0; margin: 0; border:0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
}
h3 {
	font-size:0.9em;
	padding-bottom: 5px;
}
h4 {
	font-size:0.9em;
	padding-bottom: 5px;
}
.clear-position{
clear:both;
}

a {
	font-style: normal;
	color: #80d4df;
	text-decoration: none;
}

a:hover {
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom: 15px;
}

li{
	display:block;
	font-size:0.85em;
	padding:3px;
}
/**************************************************************************************
ブロック
**************************************************************************************/
body {
background-attachment:fixed;
background-color:#000000;
background-image:url(http://file.hibi43.blog.shinobi.jp/uber-bgnd.jpg);
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
height:100%;
margin:0 auto;
}

#container {
height:100%;
margin:0px auto 0;
width:950px;
}

#content {
	float:left;
	height:auto;
	width:950px;
	margin: 25px 0px 30px;
}

#header {
	float:left;
	margin-top:18px;
	width:950px;
}

#content #blog-posts {
background-color:#000000;
height:auto;
padding:8px 0 0;
width:498px;
}

#content #blog-posts, #content #blog-posts {
background-color:#000000;
float:left;
height:auto;
margin-left:13px;
padding:12px 14px;
width:498px;
}

#content #side-left {
background-color:#000000;
height:auto;
float:left;
margin-top:13px;
width:190px;
}

#content #side-right {
background-color:#000000;
height:auto;
float:right;
margin-left:10px;
margin-top:13px;
width:190px;
}
/**************************************************************************************
ヘッダー
**************************************************************************************/
#header h1 {
float:left;
padding-top:22px;
width:437px;
padding-bottom:3px;
}
#header .title {
float:right;
height:19px;
text-align:right;
font-size:0.75em;
}

#header #ad-space {
float:right;
height:60px;
margin-top:0;
width:auto;
}
/**************************************************************************************
本文
**************************************************************************************/
#content #blog-posts .blog-title {
	color:#80D4DF;
	font-size:1.0em;
	padding-bottom: 1em;
}
.post {
	background-color:#000000;
	height:auto;
	overflow:hidden;
	padding:0 10px 20px;
	width:474px;
	letter-spacing: 0.2em;
	line-height:2em;
	font-size: 0.9em;
}
#content #blog-posts .post .nextText {
	font-size: 10px;
	text-align: right;
}
.EntryFooter{
	text-align:right;
	font-size:0.8em;
	margin: 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}
.PageLinkBlock{
	text-align:right;
	font-size:0.8em;
}
/**************************************************************************************
左サイド
**************************************************************************************/
#content #side-left #left {
background-color:#000000;
float:left;
padding:14px;
}
/**************************************************************************************
右サイド
**************************************************************************************/
#content #side-right #right {
background-color:#000000;
float:left;
padding:14px;
}
#content #side-right #right .ninja a{
	font-size: 6px;
	color: #222;
	text-decoration: none;
}
#content #side-right #right .ninja a:hover{
	font-size: 6px;
	color: #333;
	text-decoration: none;
}