@charset "utf-8";
/*______________________________________

  mizuyari

  Copyright (c) 2009 mizuyari
  http://mizuyari.jp/
______________________________________*/

#mizuyalog {
	position: relative;
	background: transparent url(/shared/images/area-divider-bg.gif) repeat-x 0 0;
	width: 100%;
}
#mizuyalog h2 {
	position: relative;
	background: transparent url(/shared/images/area-divider-bg.gif) repeat-x 0 100%;
	font-size: 93.75%;
	line-height: 1;
	padding-bottom: 1px;
	height: 40px;
}
#mizuyalog h2 img {
	position: absolute;
	top: 15px;
	left: 8px;
}
* html #mizuyalog h2 {
	height: 41px;
}

#mizuyalog p#powerdby {
	position: absolute;
	top: 15px;
	right: 5px;
}

/* News */
#mizuyalog div.sub-section#posts {
	background: none;
	padding-top: 5px;
}
#mizuyalog #posts {
	min-height: 203px;
}

#mizuyalog #posts ul {
	list-style: none;
}
#mizuyalog #posts ul li {
	position: relative;
	clear: both;
	padding-top: 25px;
	zoom: 1;
}
#mizuyalog #posts ul li br {
	display: none;
}
#mizuyalog #posts ul li dl dt,
#mizuyalog #posts ul li dl dd {
	display: block;
	padding: 10px 0;
	overflow: hidden;
	text-indent: 0;
}
#mizuyalog #posts ul li dl dt.date {
	font-size: 68.75%;
	width: 122px;
	position: absolute;
	padding-left: 8px;
	bottom: 0;
	background: url(/shared/images/area-divider-bg.gif) repeat-x 0 100%;
}
* html #mizuyalog #posts ul li dl dt.date {
	left: 0;
}
*:first-child+html #mizuyalog #posts ul li dl dt.date {
	left: 0;
}
#mizuyalog #posts ul li dl dd.content {
	position: relative;
	background: url(/shared/images/area-divider-bg.gif) repeat-x 0 100%;
	font-size: 112.5%;
	/* line-height: 1.22; */
	margin-left: 160px;
	margin-right: 320px;
}
#mizuyalog #posts ul li.first-child {
	background: url(/mizuyalog/images/latest-bg.png) no-repeat 200% 200%;
}
#mizuyalog #posts ul li.first-child {
	color: #0091ee;
}
#mizuyalog #posts ul li.first-child dl dd.content {
	font-size: 150%;
	line-height: 1.25;
	padding-bottom: 5px;
}
#mizuyalog #posts ul li dl dd.link {
	font-size: 68.75%;
	width: 282px;
	position: absolute;
	right: 0;
	padding-right: 8px;
	bottom: 0;
	background: url(/shared/images/area-divider-bg.gif) repeat-x 0 100%;
}


#mizuyalog #posts p {
	clear: both;
	font-size: 75%;
	margin-top: 19px;
	position: relative;
	left: 8px;
}
