
body{
	width:100%;
}

object{
outline:none;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
}

#main {
	margin-left: 90px;

}

/***** Left Area *****/

#left_area li{
	margin-top:0px;
}

.list{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	padding-top:10px;
}

.update{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	color:#F00;	
	padding-top:10px;
}

.title{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
}

.image_area{
	padding-top:10px;
	
}

.text_area{
	padding-top:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	width:530px;
	padding-bottom:30px;
	border-bottom:1px dashed #CCC;
}

.book_area{
	width:530px;
	height:330px;;
	padding-top:10px;
	border-bottom:1px dashed #CCC;
}



#book{
	margin-top:30px;
	
}
#book li{
	float:left;
}
#book li.img{
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;

}
#book_data li{
	float:none;
}
#book_data li.text{
	width:330px;
	margin-left:15px;
	margin-top:10px;
	line-height:18px;
}




/***** Right Area *****/

#right_area{
	width:265px;
	margin-left:5px;
}

.archives{
	background:url(../img/archives_bg.gif);
	width:265px;
	height:98px;
	margin-bottom:30px;
}
#archives_data{
	padding-top:10px;
	padding-left:10px;
}
#archives_data li{
	margin-top:10px;	
	margin-left:10px;	
}

.contents{
	background:url(../img/contents_bg.gif);
	width:265px;
	height:440px;
	margin-bottom:40px;
}

.stylebook{
	margin-bottom:40px;
	
}






