/*ベース部分*/

/*全体*/

div#pagebox {
	position:relative;
	width:760px;
	height:auto;
	min-height:420px;
	margin:0 auto;
	padding:0;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}

/*ヘッダー*/


div#header {
	width:auto;
	height:100px;
	background-image:url(http://tsurukame-book.net/en/img/titlebanner_e.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	background-color:transparent;
	text-align:left;

}


/*ヘッダーバナーをリンクにする*/


a#titlebanner {
	display: block;
	width:380px;
	height:100px;
}


div#header h1, hev#header p {
	text-indent:-9999px;
}

/*アバウトとか*/

ul#aboutmenu {
	display:block;
	position:absolute;
	top:5px;
	right:0;
	width:200px;
	height:auto;
	margin:0;
	text-align:right;
	letter-spacing:normal;
	
}

ul#aboutmenu li {
	display:block;
	float:right;
	font-size:14px;
}


ul#aboutmenu a {
	display:block;
	width:auto;
	height:auto;
	padding:0 10px;
	color:#000000;
}


ul#aboutmenu a:hover {
	color:#ff9900;
}


ul#aboutmenu li#home {
	border-right:1px dotted #999999;
}



/*メインナビ*/


ul#mainmenu{
	display:block;
	width: auto;
	height: auto;
	background-color:#000000;
	margin-bottom:5px;
}

ul#mainmenu li {
	display:inline;
	float:left;
	font-size:14px;
}


ul#mainmenu a {
	color:#ffffff;
	display:block;
	width:auto;
	height:auto;
	background-color:#000000;
	padding:4px 15px;
	border-right:1px solid #666;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}


ul#mainmenu li#story a {
	padding-left: 44px;
}


ul#mainmenu a:hover {
	background-color:#ff9900;
}


/*パンくずリスト*/

div#pankuzu {
	clear:left;
	font-size:x-small;
	text-align:left;
	margin:0 5px 0px 20px;
}
	

/*サイド共通*/

div#sidebox {
	display:block;
	float:left;
	height:auto;
	margin:10px 0 20px 0 ;
	padding:0;
	width:180px;
}

div#sidebox div {
	background-color:#dcdcdc;
	padding:20px 10px 10px;
}


/*メイン共通*/

div#mainbox {
 	display:inline;
 	float:left;
 	width:520px;
 	height:auto;
 	margin:10px 20px 0 20px;
 	padding:0;
}

/*メインボックス共通*/

div#mainbox {
}


/*topに戻るボタン共通*/

.return {
	display:block;
	width:auto;
	height:auto;
	font-size:80%;
	margin-bottom:2em;
}

.return a {
	text-align: center;
	padding-left:1em;
	background-image: url(../img/up000066.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.return a:hover {
	text-align: center;
	padding-left:1em;
	background-image: url(../img/upff9900.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/*サイド書籍紹介&サイト紹介欄共通*/

div#info {
	padding:10px 0;
	text-align:center;
}

div#info img {	/*書影*/
	border:1px solid #fff;
	margin-bottom:1em;
}

div#info p {
	text-align:left;
	line-height:1.5em;
	margin-bottom:1em;
	font-family:arial;
	letter-spacing:noermal;
}

/*
div#info p.sale {
	text-align:center;
	font-size: 10px;
	margin-top:0.2em;
}
*/

/*フッター（コピーライト）共通*/
div#footer {
	color:#ffffff;
	margin:0;
	padding:5px 0;
	display:block;
	width:760px;
	height:auto;
	background-color:#000066;
	clear:left;
}

