/* CSS Document */

h1{
	background-image:url(img/title.gif);
}
/* セカンダリでの余白補正 */
#content .secondary .inner{
	padding-top:40px;
}

#wantako_serif{
	position:absolute;
	top:-23px;
	right:47px;
}

.reportList{
	padding-top:2em;
	padding-bottom:1em;
	border-bottom:1px solid #cceaf9;
}
.reportList .title{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.reportList p{
	margin-top:1em;
}
.wan-tako{
	margin-top:30px;
	height:70px;
	/*background-image:url(img/base1.jpg);*/
	position:relative;
}
.wan-tako img{
	position:absolute;
	top:-20px;;
	left:0;
}
.wan-tako p{
	padding:1em 0 0 110px;
	color:#336600;
}

/*hack*/
*html .wan-tako p{
	margin:1em 1em 0 110px;
	padding:0;
}
*+html .wan-tako p{
	margin:1em 1em 0 110px;
	padding:0;
}
.tagDate{
	line-height:1em;
	margin-bottom:2em;
}