@charset "UTF-8";
/* -- ING-KAWAMOTO blog style CSS -----------------------
Author : Muraji
Copyright(C)2008,ING-KAWAMOTO Inc. All Rights Reserved. 
------------------------------------------------------ */

#wrapper1{
	background-image:url(../../images/top-wrap1-bg.gif);
}
#header{
	background-image:url(../../images/top-head-bg.gif);
}
/* blog frameworks */
.container p#subtext{
	margin:10px 0 5px 30px;
}
div#blogbox{
	float:left;
	font-size:0.8em;
	width:650px;
}
div.post{
	border:1px solid #eee;
	margin:0 0 15px 0;
	padding:20px;
}
.post h3.title{
	font-size:1.7em;
	margin:0 0 5px 0;
	font-weight:normal;
}
.post h3.title a{
	text-decoration:none;
}
.post p.meta{
	margin:0 0 15px 5px;
	font-size:0.8em;
}
.post p.exctext{
	
}
.post p.pmlink{
	text-align:right;
	text-decoration:underline;
}
.post h3.trackback-url{
	text-align:right;
	font-size:0.7em;
	border-top:1px dashed #ccc;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}
.post input#tb_url {
	background-color:#eee;
	color:#666;
	padding:1px 5px;
	margin:0 0 0 5px;
	width:300px;
}
.post p#searchresult{
	margin:0 0 15px 0;
	text-align:center;
}
.post div.navigation div.alignleft{
	float:left;
	text-align: left;
}
.post div.navigation div.alignright{
	float:right;
	text-align: right;
}
/* ------------------------------------- inner-post style --- */
.post div.inner-post{
	margin:1em 0;
	line-height:1.4em;
}
.post div.inner-post p{
	margin:1em 0;
}

/* right bar */
div#right{
	float:right;
	font-size:0.8em;
	width:190px;
	padding:0 0 30px 0;
}
#right h2{
	font-size:1em;
	margin:0 0 15px;
}
#right ul{
	margin:0 0 15px 0;
}
#right ul li{
	margin:0 0 0 20px;
}
#right a{
	text-decoration:none;
}
#right ul#monthlylist li,#right ul#categlist li{
	list-style:disc;
}
#right div#searchform input#s{
	margin:10px 0 3px;
	padding:2px 4px;
	border:1px solid #ccc;
	background-color:#eee;
}
#right div#searchform input#searchsubmit{
	margin:5px 0 5px 0;
	padding:2px 4px;
	border:1px solid #ccc;
	background-color:#fff;
}
/* ------------------------------------- related posts --- */
h5.relatedposts_cap{
	font-size:0.75em;
	display:block;
	margin:20px 0 0 0px;
}
ul.st-related-posts{
	display:block;
	margin:1px 20px 5px 0px;
}
ul.st-related-posts li{
	font-size:0.75em;
	display:inline;
}
p.metatags{
	font-size:0.75em;
}
/* sinple tag _ tagcloud */
div.st-tag-cloud a{
	text-decoration:none;
}



