@charset "UTF-8";


/* 角丸部分の指定 
------------------------------------------------------*/
div.wrap0 {
	background: #74abef url(../img/ml.gif) repeat-y left top;
}

div.wrap1 {
	background: url(../img/mr.gif) repeat-y right top;
}

div.wrap2 {
	background: url(../img/br.gif) no-repeat right bottom;
}

div.wrap3 {
	background: url(../img/bl.gif) no-repeat left bottom;
}

div.wrap4 {
	background: url(../img/tl.gif) no-repeat left top;
}

div.wrap5 {
	max-width: 1150px;
	background: url(../img/tr.gif) no-repeat right top;
}



div.entrytWrap {
	border: solid 1px #74abef;
} /* jsが適用されない環境のための指定 */




/* ここから細かい設定 
----------------------------------- */
div.entrytWrap {
	color: #333;
	font-size: 92%;
}

div.entrytWrap h3 {
	float: left;
	display: inline;
	margin: 20px 5px 0 20px;
}

div.entrytWrap p.entryDay {
	clear: none;
	float: right;
	display: inline;
	margin: 23px 20px 20px 0;
	font-size: 82%;
	text-align: right;
}

div.entrytWrap p {
	clear: both;
	margin: 0 20px 20px;
}


div.entrytWrap dl {
	list-style-type: none;
}
	/* hack for ie (hasLayout) \*/
	* html div.entrytWrap dl {
		height: 1%;
	}*+html div.entrytWrap dl {
		height: 1%;
	}/* end */

div.entrytWrap dl dt {
	float: left;
	line-height: 61px;
	padding-left: 20px;
}

div.entrytWrap dl dd {
	float: left;
	padding-top: 20px;
	padding-left: 7px;
}


div.entrytWrap h3 a:link,
div.entrytWrap h3 a:visited {
	color: #33f;
}
div.entrytWrap h3 a:hover {
	color: #66f;
}


/* clearfix
----------------------------------- */
div.entrytWrap:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
} * html div.entrytWrap {
	height: 1%;
} *+html div.entrytWrap {
	height: 1%;
} /*\*//*/
div.entrytWrap {
	display: inline-table;
}/**//* end */

