@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: 秋水社
	Description: TOPページモジュール用スタイル設定
	Version: 1.0 

==============================================================
*/



/*左カラム
------------------------------------------------------------*/

/*---メインイメージ---*/
body#home div#contentsWrapper div#contents div#leftColumn div#mainImage {
	padding-bottom:10px;
}

/*---新刊情報---*/
body#home div#contentsWrapper div#contents div#leftColumn div#newBooks {
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
	background:url(../imgaes/newBooks_bg.gif);

	margin-bottom:20px;
	width:668px;
	/*\*//*/
	overflow:hidden;
	/**/
}

body#home div#contentsWrapper div#contents div#leftColumn div#newBooks:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

body#home div#contentsWrapper div#contents div#leftColumn div#newBooks div.bookInfo{
	background-color:#fff;
	border:1px solid #ccc;
	width:316px;
	height:12em;
	margin-left:4px;
	margin-bottom:4px;
	display:inline;
	padding:5px;
	float:left;
}

body#home div#contentsWrapper div#contents div#leftColumn div#newBooks h3{
	padding:4px;
}


body#home div#contentsWrapper div#contents div#leftColumn div#newBooks h4{
	font-weight:bold;
}

body#home div#contentsWrapper div#contents div#leftColumn div#newBooks div.bookInfo p.bookImage{
	width:98px;
	float:left;
}

body#home div#contentsWrapper div#contents div#leftColumn div#newBooks div.bookInfo div.infoText{
	width:213px;
	margin-left:98px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#newBooks div.bookInfo div.infoText p.releaseDate,
body#home div#contentsWrapper div#contents div#leftColumn div#newBooks div.bookInfo div.infoText p.author {
	font-size:85%;
	color:#666666;
	margin:5px 0 3px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#newBooks div.bookInfo div.infoText p.story {
	margin:5px 0;
}

/*---各セクション---*/
body#home div#contentsWrapper div#contents div#leftColumn div.section {
	margin-bottom:20px;
	width:100%;
	/*\*//*/
	overflow:hidden;
	/**/
}

body#home div#contentsWrapper div#contents div#leftColumn div.section:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

body#home div#contentsWrapper div#contents div#leftColumn div.section h2 {
	margin-bottom:10px;
}

body#home div#contentsWrapper div#contents div#leftColumn div.section p.imagePhoto{
	float:left;
	margin-right:10px;
}

/*---リンクリスト---*/
body#home div#contentsWrapper div#contents div#leftColumn div.section ul.linkList02 {
	width:200px;
	margin:10px 15px 0 0;
	float:left;
}

body#home div#contentsWrapper div#contents div#leftColumn div.section ul.linkList02 li{
	border-bottom:1px dotted #ccc;
	padding:2px 0 2px 10px;
	margin-bottom:3px;
	background:url(../common/images/arrow.gif) center left no-repeat;
}