﻿/* ===================================================================
全体設定
=================================================================== */

dl,dt,dd,ul,li,p,img { margin:0px; padding:0px; }

li { list-style: none; }

img { border: none; }

div#fair2010 {
	width: 660px;
	margin: 0 auto;
	padding: 0px;
	background-color: #D42F85;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
}


/*　トップ見出し　*/
#fair2010Top {
	background: url(../img/fair2010/bg_fair2010_read.jpg) no-repeat bottom left;
	height: 348px;
}
.fair2010Read {
	font-size: 14px;
	margin: 16px 105px;
}

/*　フェア開催の書店 */
#fair2010Shop {
	background:url(../img/fair2010/bg_fair2010_shop.jpg) no-repeat bottom left;
	height: 339px;
}
.fair2010ShopList {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 200px;
}
.fair2010ShopList li {
	padding: 2px 0;
}


/* サイン会告知 */
#fair2010Sign {	
	background:url(../img/fair2010/bg_fair2010_sign.jpg) no-repeat bottom left;
	height: 454px;
	margin-bottom: 20px;
}
.fair2010SignText {
	font-size: 14px;
	margin: 5px 130px 0;
}




