.contentsbox:after{

  display:block;
  clear:both;
  height:0;
  line-height:0;
  visibility:hidden;
  content: ".";
  font-size: 0.1em;

}

.contentsbox{

  display:inline-block;

}


h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}

a{
  color:#666;
  text-decoration:none;
}

a:link{
  
}

a:hover{
  text-decoration:underline;
}

a:active{
  
}

a:visited{
  
}




body{
	font: 14px "Lucida Sans", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", Osaka;
	text-align: center;
}






#header{
	border-bottom: 1px dashed #ccc;
	width:100%;
}

#header .menu ul{
	margin: 0px;
	padding: 0px;
}

#header .page_item{
	margin: 0px 1px 0px 0px;
	padding: 3px;
	min-width: 150px;
	list-style: none;
	float: left;
	text-align: center;
	background: #eee;
}

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav li{
	margin: 0px 1px 0px 0px;
	padding: 3px;
	min-width: 150px;
	list-style: none;
	float: left;
	text-align: center;
	background: #eee;
}

#side_nav{
	
	margin: 0px;
	padding: 0px;
	
}

#side_nav li{
	
	list-style: none;
	
}


.post{
	border-bottom: 1px dashed #ccc;
}


.blog_info ul{
	padding: 0px;
	margin: 0px;
}

.blog_info li{
	font-size: 11px;
	list-style: none;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	color: #555;
}

li.cal{
	background: url(../images/calendar.gif) no-repeat 0 1px;
}

li.cat{
	background: url(../images/folder.gif) no-repeat 0 1px;
}

li.tag{
	background: url(../images/tag.gif) no-repeat 0 2px;
}

.commentlist{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.avatar{
	float: left;
}

.comment-content{
	margin-left: 50px;
}

.reply{
	margin-left: 50px;
	margin-bottom: 20px;
}

article.comment{
	font-size: 12px;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}


.comment_form_over label{
	font-size: 11px;
}


.comment_form_over p{
	margin: 0px;
	padding: 0px;
}

input#author{
	width: 260px;
	border: 1px solid #ccc;
	height: 18px;
}

input#email{
	width: 260px;
	border: 1px solid #ccc;
	height: 18px;
}

input#url{
	width: 545px;
	border: 1px solid #ccc;
	height: 18px;
}

.comment-form-author{
	float: left;
}

.comment-form-email{
	float: right;
}


textarea#comment{
	width: 545px;
	border: 1px solid #ccc;
	height: 100px;
}

.title{
	margin: 20px 0px 5px 0px;
}

#comments-title{
	margin: 20px 0px 5px 0px;

}

#reply-title{
	margin: 50px 0px 10px 0px;
}

.widget-area ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.logged-in-as{
	font-size: 12px;
}

#nameandurl{
	padding-top: 10px;
	margin-bottom: 20px;
}

#textbox{
	padding-top: 10px;
}

.blog_description{
  font-size:12px;
  margin-bottom:20px;
  color:gray;
}


/* @group wp表示でよく使う装飾 */

.post strong{
  	color: maroon;
}

.post em{
	color: gray;
}

.post blockquote{
  	border: 1px solid #ccc;
  	padding: 10px 20px;
  	font-size: 16px;
	font-style: italic;
	color: gray;
}

.post code{
  	color: teal;
	font-family: "Courier New";
}



.thecontent ul{
	
	margin: 0px;
	padding: 0px 0px 0px 20px;
	
}

.thecontent ul li{
	list-style: none;
	background: url(images/tick.gif) no-repeat 0 4px;
	padding-left: 13px;
}
