*	{
	font-size:12px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; padding:0;
}
table{
	border-collapse:collapse; border-spacing:0;
}
fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal; font-weight:normal;
}
img{
	vertical-align: bottom;
	margin: 0; padding: 0;
}
a img {
	border: none;
}
ol, ul{
	list-style:none;
}
caption, th{
	text-align:left;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}
q:before, q:after{
	content:”;
}
abbr, acronym{
	border:0;
}
p	{
	line-height:130%;
}


body	{
	text-align:center;
	background-color:#FFF;
}

#pagetop {
	margin:0 auto;
	width:800px;
	background-color:#FFF;
	text-align:left;
}

#head	{
	background-color:#ccc;
	width:900px;
	height:100px;
	margin:0;
}

#head p {
	float:right;
	margin:0 10px;
}

h1	{
	margin:20px 20px 20px 20px;
	font-size:24px;
}
h1 a	{
	font-size:24px;
}
h2	{
	font-size:14px;
	margin:10px 30px;
}
#pagemiddle	{
	width:900px;
	clear:both;
}

#left-wrapper	{
	width:700px;
	float:left;
}

#pagemiddle-left	{
	float:left;
	width:190px;
	margin-left:10px;
	margin-top:20px;
}
#pagemiddle-right2	{
	float:right;
	width:700px;
}
#pagemiddle-center	{
	float:left;
	width:500px;
}
#pagemiddle-right	{
	float:right;
	width:200px;
}
#pagefoot	{
	width:900px;
	background-color:#ccc;
	text-align:center;
}
address	{
	color:#666;
}


.aboutentry	{
	margin-bottom:20px;
}


.next {
	text-align:right;
}



.clrfx:after {
	content: ".";/* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	overflow: hidden;
}

.articletitle	{
	margin:20px 0 15px 10px;
	font-size:16px;
}

.articlecontent	{
	margin:0 0 10px 10px;
}

.createdtime {
	float:right;
	margin:0 0 10px 10px;	
}

.entrieslink {
	margin:20px 0 10px 10px;
}
.entrylinks {
	line-height:32px;
}
.clrfx {
	display: inline-block;
	margin: 0;
	padding: 0;
}

* html .clrfx {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/	
}