/*  
Theme Name: lmb
Theme URI: 
Version: 1.0
Description: 
Author:
Author URI:
Tags:
*/


/* Global */


html{
	background: #000;
}

body{
	margin: 0;
	font: normal 62.5% Georgia, serif;
	text-align: center;
	vertical-align: 0;
	color: #ccc;
}

/*swfファイルを設定*/
#flash object{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	position: fixed;/*背景固定*/
}

h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* Blog Title */
#header h1{
	padding: 2% 0 0 0;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
}

#header h1 a{
	text-decoration: none;
	color: #c30;
}

/* */

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.6em;
} 

a:link, a:visited{
	text-decoration: none;
	color: #aaa;
	text-decoration: underline;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

a img{
	border: none;
}

p{
	padding: 10px 0 0 0;
}

img{
	padding: 0px;
	background: #eee;
}

img.alignleft{
	float: left;
	margin: 10px 10px 10px 0;
}

img.alignright{
	float: right;
	margin: 10px 0 10px 10px;
}

img.aligncenter{
   display: block;
   margin: 10px auto;
}




/* Layout */


#wrapper{
	position:absolute;/*全体のコンテンツを絶対位置に設定*/
	z-index:1;/*swfファイルより手前に位置取り*/
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	font: normal 1.2em Georgia, serif;
}

#header{
	float: left;
	margin: 12px 0px 0px 15px;
	padding: 0px 0px 0px 20px;
	width: 780px;
	height: 60px;
	text-align: left;
	text-decoration: none;
	color: #fff;
}

#menuber{
	float: left;
	margin: 5px 0px 0px 15px;
	padding: 5px 0px 2px 35px;
	width: 760px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background:transparent url(images/greybg_.png);
}

#menu_mozi{
	float: left;
	text-align: center;
	margin: 0px 10px 0px 0px;
}


#content{
	float: left;
	padding: 0px 0px 0px 30px;
}

.sidebar{
	float: left;
	width: 200px;
	margin: 10px 1% 0 1%;
	background:transparent url(images/blackbg.png);
	/* fix IE margin bug */
	display: inline;
}

.all_sidebar{
	float: right;
	width: 210px;
	padding: 0px;
	margin: 0px;
}

#footer{
	clear: both;
	float: left;
	width: 780px;
	margin: 0px 0px 0px 15px;
	padding: 10px;
	border-top: 1px solid #999;
	text-align: right;
}



/* Posts */


.post{
	padding: 0px 10px 10px 10px;
	width: 530px;
	margin: 10px 0px;
	background:transparent url(images/greybg_.png);
}

.post h2{
	padding: 10px 0px 5px 3px;
	margin: 0px 0px 5px 0px;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #162027;
}

.post h2 a{
	color: #09f;
	text-decoration: none;
}

.post h2 a:hover{
	color: #fff;
	text-decoration: underline;
}

.entry{
	line-height: 1.8em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0px 10px 0px 10px;
}

p.postmetadata{
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	font-family: Georgia, serif;
	background: #121518;
	border-top: 1px solid #333;
	text-align: right;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 1.2em;
}

.posttime{ 
	margin: 0;
	font-size: 0.7em;
	font-style: italic;
	color: #999;
}



/* Sidebar */

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 10px ;
}

.sidebar ul li h2{
	padding-top: 0.5em;
	font-size: 1.2em;
	color: #c60;
	border-top: 1px solid #162027;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}

.sidebar a{
	text-decoration: none;
}

.sidebar a:hover{
	text-decoration: underline;
}

form#searchform{
	margin-bottom: 20px;
}

li#calendar{
	font-family: Helvetica, Arial, Verdana, sans-serif;
}



/* Footer */


#footer p{
	padding: 0 0 0 50px;
	line-height: 1.8em;
}



/* Widgets */

.textwidget{
	line-height: 1.8em;
	margin: 15px 0;
}

#tag_cloud{
	margin: 0 0 20px 0;
}



p.category{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 5px;
	text-align: left;
}

p.category2{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 5px;
	text-align: left;
	font-size: 16px;
	color: #c60;
}

p.top_info_archive{
	margin: 0px;
	padding: 0px 10px 10px 0px;
	text-align: right;
}


hr{
	margin: 20px 0px 10px 0px;
	padding: 0px;
	border: 1px #666;
	border-style: dotted;
}
