@charset "utf-8";


/*============================================================

	[aizuyaichi.or.jp] blog.css

============================================================*/


/*	content
------------------------------------------------------------*/
div#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html div#content {
	height: 1%;
	/*\*//*/
	display: inline-table;
	/**/
}
*:first-child+html div#content {
	min-height: 1%;
}


/*	copyright
------------------------------------------------------------*/
* html address {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../img/back/copyright.png", sizingMethod="crop");
}


/*	title
------------------------------------------------------------*/
h2 {
	background: url(../img/title/blog.jpg) no-repeat;
}


/*	archives block
------------------------------------------------------------*/
div#archives {
	float: right;
	width: 140px;
	margin: 22.75px 28px 0 0;
	font-size: 12px;
}

* html div#archives {
	display: inline;
}

div#archives h3 {
	margin: 0 0 8px;
	padding: 2px 0 2px 6px;
	border-left: 1px solid #000;
	text-indent: 0;
	line-height: 1;
	font-size: 16px;
}

div#archives ul {
	list-style: none;
	margin: 0 0 28px;
}

div#archives li {
	padding: 0 0 0 12px;
	line-height: 1.5;
}


/*	entries block
------------------------------------------------------------*/
div#entries {
	float: left;
	width: 406px;
	margin: 21px 0 0 28px;
	padding: 0 0 28px;
}

* html div#entries {
	display: inline;
}

div.entry {
	position: relative;
	padding-bottom: 56px;
}

div.entry p {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

div.entry p.date {
	font-size: 13px;
}

div.entry h3 {
	margin: 0 0 14px;
	border-bottom: 1px solid #333;
	line-height: 1.5555;
	text-indent: 0;
	font-weight: normal;
	font-size: 18px;
}

div.entry img.left {
	float: left;
	margin: 0.5em 1em 1em 0;
}

div.entry img.right {
	float: right;
	margin: 0.5em 0 1em 1em;
}


/* pager */
div#pager {
	clear: both;
	padding: 7px 0 14px;
	border-top: 1px dotted #999;
}


