@charset "UTF-8";
/* CSS Document */

* { margin:0px; padding:0px;}

body{
	margin:30px;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFFF99;
}

.wrap {
	margin: 0px;
	padding: 0px;
}
p{
	font-size: 90%;
	line-height: 1.5;
}
img{
	width:300px
	vertical-align: bottom;
	padding :5px;
	background:#fff;    /* 以下、丸角とドロップシャドウは省略 */
}
 
.title{
    width:260px;
    background:rgba(0, 0, 0, 0.4);
    color:#fff;
    height: 40px;
    line-height:40px;
    padding: 0 20px;
}

.title2{
    width:260px;
    background:rgba(0, 0, 0, 0.4);
    color:#fff;
    height: 40px;
    line-height:40px;
    padding: 0 20px;
position:relative;
top: -45px;
left: 5px;
}




.post3{
	width:310px;
	padding:10px;
	background:#CCC;
	position:relative;
	border: 1px dashed #936;
}
	 

.eyecatch{
    position:absolute;
    top:0px;
    left:0px;
}
.eyecatch2{
    position:absolute;
	top:10px;
	left:10px;
}

.more{
    float: right;
	}


.clearfix:after { 
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
/* clearfix for ie7 */
.clearfix{
display: inline-block;
}
.clearfix {
display: block;
}