@charset "UTF-8";

/*---------------------------------
-----------------------------------
#wrapper
	└#heaedr
	└#navi
	└#container
		└#content
		└#side
	└#footer
------------------------------------
----------------------------------*/

/*default
-----------------------------------*/
body,h1, h2, h3, h4, h5, h6,
p, pre, blockquote,form,input,textarea,fieldset,
ul, ol, dl, li,dt,dd,address,caption {
    margin: 0;
    padding: 0;
}

table{
	border-collapse:collapse;
	}
p{
	margin-bottom:1em;
	}
	
body{
	color: #333;
	font-size:12px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	background:#f7f7f7;
}
address,em,caption,th{	
	font-style:normal;
	font-weight:normal;
	text-align:left;
	}
img{
	vertical-align:bottom;
	border:none;
	}
	
li{	list-style-type:none;	}



/*link
-----------------------------------*/
a{	color:#2929b3;	}
a:hover,a:active{	color:#000080;	}
a:visited{	color:#000080;	}

/*font size
-----------------------------------*/
.txt-10px{	font-size:10px;	}
.txt-11px{	font-size:11px;	}
.txt-12px{	font-size:12px;	}
.txt-14px{	font-size:14px;	}

/*common style
-----------------------------------*/
.clearfix{
   ⁄zoom:1;
}
.clearfix:after {
   content:'';
   display:block;
   clear:both;
}

.red{	color:#f00;	}

.alignRight{
	text-align:right;
}
.floatLeft{		float:left;		}
.floatRight{	float:right;	}
.more{
	padding-left:13px;
	background:url(../img/icon_arrow.gif) left center no-repeat;
}
.linkAmazon{
	padding-left:20px;
	background:url(../img/icon_amazon.gif) left center no-repeat;
}
.linkBk1{
	padding-left:20px;
	background:url(../img/icon_bk1.gif) left center no-repeat;
}

.basicUl{
	margin:0 0 1em 1em;
}
.basicUl li{
		margin:0 0 0.5em 0;
		padding-left:10px;
		background:url(../img/icon_circle.gif) left center no-repeat;
	}

.newWindow{
	padding-right:14px;
	background:url(../img/icon_newwindow.gif) right top no-repeat;
}


/*wrapper
-----------------------------------*/
#wrapper{
	width:960px;
	margin:0 auto 50px;
	text-align:left;
	background:#fff;
	border:1px #ccc solid;
	border-top:none;
	}


/*headre
-----------------------------------*/
#header{
	}
#topText{
	margin:0 0 0 20px;
	padding:5px 0;
}
#headerImage{
	padding-left:20px;
	height:190px;
	background:url(../img/bg_header.jpg) no-repeat;
	border-top:2px #ff681a solid;
	border-bottom:1px #fff solid;
}
#headerImage h1{
	padding:30px 0 15px;
}


	
/*navi
-----------------------------------*/
#navi ul{
	border-bottom:1px #ff681a solid;
	overflow:hidden;
}
#navi li{
	display: block;
	width: 192px;
	height: 30px;
	float:left;
}


/*container
-----------------------------------*/
#container{
	padding:30px 0 50px;
	width:960px;
	background:url(../img/bg_container.gif) right top repeat-y;
	}


/*content
-----------------------------------*/
#content{
	float:left;
	padding-left:25px;
	width:665px;/*690px*/
	font-size:13px;
}
#content h2{
	margin:30px 0 12px -10px;
}
#content h2.first{
	margin-top:0;
}

#content .head3{
	margin:30px 0 12px -10px;
}

/*side
-----------------------------------*/
#side{
	float:right;
	padding:0 15px;
	width:210px;/*240px*/
	}
#side h2{
	margin-bottom:25px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background:#ffe3bd;
}

/*newBook*/
#newBook{
	margin:0 -5px;
}
#newBook h3,
#newBook .red{
	text-align:center;
}
#newBook h3 img{
	margin-bottom:3px;
	border:1px #ccc solid;
}

#newBook dl{
	margin-bottom:1.5em;
}
#newBook dl dt{
	float:left;
}
#newBook dl dd{
	padding:0 0 0 3em;
}
#bookStore li{
	margin-bottom:3px;
}


/*footer
-----------------------------------*/
#footer{
	position:relative;
	clear:both;
	padding:15px 20px;
	border-top:2px #ff681a solid;
	}
#footer nav ul{
	position:absolute;
	right:15px;
}
#footer nav ul li{
	display:inline;
	padding:0 5px 0 5px;
	border-right:1px #333 solid;
}
#footer small{
	font-size:12px;
}
	