@charset "utf-8";
/*  
Theme Name: My blog
Theme URI: http://chabudai.sakura.ne.jp/
Description: カスタマイズブログ0.0
Version: 0.0
Author: chabudai
Author URI: http://chabudai.sakura.ne.jp/
*/

/* html element
----------------------------------------------------*/
* { margin :0px; padding :0px; }

html{
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	background-color: #fff;
	color: #555;
}
ol,ul {
	list-style: none;
}
hr {
	display: none;
}
a,img {
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* link
----------------------------------------------------*/
a{ 
	color: #00BB1E;
	text-decoration: none;
	border-bottom:1px solid #eee;
}
a:hover{ 
	color: #000;
	text-decoration: none;
	border-bottom:1px solid #000;
}

a.noborder{
	border:none;
}

a.noborder:hover{
	border:none;
}

/* All Class
----------------------------------------------------*/
div.clear {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
	line-height: 100%;
}

.rmv{
	display:block;
	text-indent:-9999px;
}

/* HEADER Layout
----------------------------------------------------*/

#container{/* background */
	width: 760px;
	height: 100%;
	margin: 0px auto;
}

#header a{
	border:none;
}

#header li{
	float:left;
	margin:0 4px 0 0;

}

li.page_item a{
	width:76px;
	height:21px;
	background:url(images/about.gif);
	display:block;
	text-indent:-999px;
}

li.page_home a{
	width:76px;
	height:21px;
	background:url(images/home.gif);
	display:block;
	text-indent:-999px;
}

#contents-box {
	clear:both;
}

#contents {
	float:left;
	width: 560px;
	padding: 70px 0px 0px; 
}

/*エントリー
-----------------------------*/
.post {
	padding: 0px 0 80px;
}

.post h2{
	color: #000;
	margin: 0 0 6px;
}

.post h2 a{
	color: #000;
	text-decoration:none;
	border:none;
}

.post h2 a:hover{
	color: #00BB1E;
	border:none;
}

.post hr{
	border: 1px #eee solid;
	color: #eee;
	margin: 0 0 0px;
	height: 1px; 
}

.date{
	color: #999;
}

.entry{
	width: 510px;
	margin: 18px 0 20px 0;
	line-height:1.7em;
}

.entry p{
	margin-bottom: 10px;
}

.entry ul{
	margin-left: 16px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry li{
	margin-bottom: 10px;
}

.entry img{
	border: 1px #e6e6e6 solid;
	padding: 5px;
}

.entry table img{
	border:none;
	padding: 0;
}

ul.info {
	font-size:11px;
	letter-spacing:0px;
}

ul.info li {
	margin: 0 8px 0 0;
	display: inline;
}

.entry .noborder{
	border: none;
	padding: 0;
}

/*エントリー見出し
-----------------------------*/
.entry h3{
	margin: 25px 0 10px 0;
	padding-left:5px;
	border-left: 3px #333 solid;
	/*border-bottom: 1px #e1e1e1 solid;*/
	font-weight:normal;
	color:#333333;
}

/*エントリーfooter
-----------------------------*/
.reaction ul{
	border-top: 1px #eee solid;
	padding: 5px 0 0;
}

.reaction ul{
	font-family:Verdana;
	font-size:9px;
	color: #999;
	letter-spacing:0px;
}

.reaction ul li {
	margin: 0 8px 0 0;
	display: inline;
}

.reaction ul li a {
	color: #999;
	text-decoration: none;
}

ul.reaction li a:hover {
	color: #000;
	text-decoration: none;
}


/*sidebar
-----------------------------*/
#sidebar {
	float:right;
	padding: 70px 0px 0px; 
	width: 160px;
	line-height:1.1em;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin-bottom:30px;
	}

#sidebar ul ul{
	padding: 15px 0 10px 0;
	}

#sidebar ul ul li{
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#searchform {
}

#sidebar #searchform #s {
	width: 90px;
	font-size:9px;
	padding: 2px 0px 0px 2px;
}

#sidebar #searchsubmit {
	font-size:10px;
	}

/*footer
-----------------------------*/
#footer {
	clear:both;
	border: none;
}

#footer p {
	margin: 0;
	text-align: center;
}


/* =====
後で
===== 
.widecolumn .entry p {

	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn{
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
/* =====
↑ここまで
===== */
/*
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


/* Begin Lists 

	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements 


.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments */
#commentarea {
	width: 510px;
	margin: -30px 0 0 0;
	padding: 0 0 30px 0;
}

#commentarea h3 {
	padding: 0 0 7px 0;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin: 0 0 20px;
	}

.commentlist li {
	margin: 0;
	padding: 20px 0 20px;
	list-style: none;
	border-top: 1px #eee solid;
	}

.commentlist p {
	margin: 5px 0 10px 0;
	line-height:1.4em;
}

#commentform{
}

#commentform p {
	margin: 5px 0;
}
#comment {
	width: 500px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Trackback */
div#trackback input{
	width: 498px;
	padding:0;
	margin:5px 0 50px 0;
	color:#888;
}

/* End Trackback */

/* footer link */
.navigation {
	float:left;
	margin: -10px 0 30px;
	font-size: 11px;
}

.navigation .alignleft {
	float:left;
}

.navigation .alignright {
	float:right;
}

