@charset "utf-8";

html{
	overflow-y:auto;
}

body{
	background:#fff;
	font-family:"メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

p{
	padding:0;
}

/* -------------------------------------------------------- */

.artlistItem{
	width:940px;
	margin:0 auto;
	/*padding:20px;*/
	overflow:hidden;
	/zoom:1;
}

.artlistItem .left{
	float:left;
	width:600px;
	color:#221815;
}

.artlistItem .title{
	margin-bottom:15px;
	font-weight:bold;
	font-size:150%;
	color:#221815;
}

.artlistItem .lead{
	margin-bottom:15px;
	font-weight:bold;
	font-size:130%;
}

.artlistItem .text{
	line-height:1.4;
	font-size:130%;
}

.artlistItem .right{
	float:right;
}

.artlistItem .right{
}


