/* 文字コード */
@charset"utf-8";

/* ウェブフォント */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);

/* フォントとサイズ */
article h1{
	font-size:150%;
	font-family:'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	color:#333333;
	font-weight:700;
	line-height:1.5;
}	

article h2{
    font-size:120%;
	font-family:'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	color:#333333;
	font-weight:700;
	line-height:1.5;
	margin-top:20px;
}	

.caption{
    font-size:80%;
	margin-bottom:5px;
}

.date{
    font-size:80%;
	margin-bottom:15px;
}	

/* 画像サイズ */

/* 配置 */
.image_photo{
    float:right;
}	

.image_photo img{
    width:205px;
	margin-top:10px;
}		

#mokuji{
    float:left;
}	
	
#mokuji ul li{
    margin-top:10px;
	margin-bottom:10px;
	line-height:1.2;
}	


#photo01, #photo02, #photo03, #photo04, #photo05, #photo06, #photo07, #photo08, #photo09, #photo10{
    float:left;
	width:285px;
}

.clear{
    clear:both;
}

/* テーブル */
