@charset "UTF-8";
/* 東京堂書店HP 共通項目 */

/*------------------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
    margin: 0px auto;}
	
/* 全体レイアウト --------------------------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
    *font-size:small;
    *font:x-small;
	font-family:'ＭＳ Ｐゴシック', sans-serif, 'ヒラギノ角ゴ Pro W3' ;
	font-size: 17px;
	color: #333333;
	background-image: url(../books_images_common/bg_gr_blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*フォントサイズ*/

.font_nomal {
	font-size:14px/*12px*/
}

.font_middle {
	font-size:13px/*11px*/
}
.font_small {
	font-size:12px/*10px*/
}
.font_large {
	font-size:17px/*15px*/
}

/*テーブルの文字設定*/

table {font-size:100%}
table.middle {
	font-size:85%;
}

table.small {
	font-size:77%;
}

/*リンク*/
a {
	color: #00463a;
	text-decoration: none;
}
a:hover {
	cursor:pointer;
	color: #669933;
	text-decoration: underline;
}

/* コンテナ --------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	height: 100%;
	background-image: url(../books_images_common/bg_sky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body > #container {
    height: auto;
	}
	
#container-inner {
	background-image: url(../books_images_common/bg_contents.png);
	background-repeat: repeat-y;
	background-position: center;
	/*width: 1074px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
	}

/* ヘッダー --------------------------------------------------------------------------------------------*/
#header {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	padding-top: 0px;
	/*z-index:2;*/
}

#header .left_box {
	background-image: url(../books_images_common/header_bg01.jpg);
	background-repeat: no-repeat;
	width: 295px;
	height: 125px;
}

#header .right_box {
	background-image: url(../books_images_common/header_bg02.jpg);
	background-repeat: no-repeat;
	width: 725px;
	height: 125px;
}

#header h1 {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#header h1 a {
	font-size: 9px;
	text-indent: -9999px;
	display: block;
	/* width: 254px; */
	width: 268px;
	height: 97px;
	display: block;
	background-image: url(../books_images_common/logo.jpg);
	/* margin-top: 20px; */
	margin-top: 12px;
	margin-left: 25px;
	margin-bottom: 8px;
}

/* グローバルメニュー1  --------------------------------------------------------------------------------------*/
ul.globalmenu {
	margin: 0px;
	list-style-type: none;
	display: block;
	height: 20px;
	padding-bottom:3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
	
ul.globalmenu li {
	float: left;
	list-style-type: none;
	font-size: 21px;
	text-align: left;
	background-image: url(../books_images_common/arrow_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
}

ul.globalmenu li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul.globalmenu li a:hover {
	color: #B8D5B9;
}

/* グローバルメニュー2(ヘッダーボタン)  ------------------------------------------------------------------------*/
ul.hdmenu {
	margin: 46px 0 0;
	padding: 0 7px 0 0;
	list-style-type: none;
	float: right;
	width: 715px;
	height: 79px;
	display: block;
	/*z-index: 2;*/
}

ul.hdmenu li {
	float: left;
	/*position: relative;*/
	list-style-type: none;
	height: 79px;
	width: 178px;
	display: block;
}

ul.hdmenu li a {
	font-size: 9px;
	text-indent: -9999px;
	height: 79px;
	width: 178px;
	display: block;
	}
	
ul.hdmenu li a:hover {
	background-position: 0px -79px;	
	}

ul.hdmenu li a#news {
	background-image: url(../books_images_common/hdbtn01.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-right:1px
}

ul.hdmenu li a#cafe {
	background-image: url(../books_images_common/hdbtn02.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-right:1px
}

ul.hdmenu li a#shopinfo {
	background-image: url(../books_images_common/hdbtn03.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-right:1px

}

ul.hdmenu li a#tshuppan {
	background-image: url(../books_images_common/hdbtn04.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-right:1px
}

/*---- 付け足し:サブメニュープルダウン ------*/

ul.hdmenu li ul {
	display: none;
	position: absolute;
/*	top: 79px;	*/
/*	left: -1px;	*/
	padding: 0px;
	width: 178px;
	background: #00463a;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4d7e75;
	border-right-color: #4d7e75;
	border-left-color: #4d7e75;
	z-index:3;
}
ul.hdmenu li ul li {
  margin: 0px;
  padding: 0px;
  width: 178px;
  border: none;
  height: 30px;
  border-bottom: solid 1px #4d7e75;
}
ul.hdmenu li ul li a {
	text-indent: 0px;
	width: 172px;
	height: 20px;
	padding:5px 0px 5px 6px;
	color: #e7f6f3;
	font-size:12px;
	text-decoration: none;
}
ul.hdmenu li ul li a:hover {
  background: #336b61;
  color: #fff;
}

/* パン屑リスト ----------------------------------------------------------------------------------------*/

#breadcrumbs {
	background-image: url(../books_images_common/breadcrumbs_bg.jpg);
	height: 28px;
	/*width: 1002px;*/
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumbs-inner {
	font-size: 12px;
	color: #000000;
	padding-left: 15px;
	padding-top: 5px;
}

#breadcrumbs a {
	color: #00463a;
	text-decoration: none;
}
#breadcrumbs a:hover {
	cursor:pointer;
	color: #669933;
	text-decoration: underline;
}


/* トップイメージ --------------------------------------------------------------------------------------*/
#top-content {
	height: 289px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*z-index:1;*/
}

#top-left {
	height: 289px;
	background-image: url(../books_images_top/topimg_bg01.jpg);
	background-repeat: no-repeat;
	width: 252px;
}

#top-center {
	width: 522px;
	background-image: url(../books_images_top/topimg_bg02.jpg);
	background-repeat: no-repeat;
}

#top-right {
	width: 246px;
	background-image: url(../books_images_top/topimg_bg03.jpg);
	background-repeat: no-repeat;
}

/* トップ//会員入り口エリア */
#top-left #members{
	margin-top: 15px;
	padding-left: 10px;
	width: 242px;
}

#top-left #login{
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 10px;
}

#top-left #mem_space{
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	width: 223px;
}

input.member {
	border: 1px solid #666666;
	width: 130px;
	padding: 2px;
}

input.cls,textarea.cls {
	background-color: #FFFFFF;
}

input.cls:hover,
input.cls:focus,
textarea.cls:hover,
textarea.cls:focus {
	background-color: #daebff;
}


/* トップ//左イメージ */
#top-left #images {
	padding-top: 16px;
	padding-left: 20px;
}

/* トップ//中央イメージ */
#top-center #images {
	padding-top: 16px;
	padding-left: 8px;
}

/* トップ//右バナー */
#top-right #banner {
	padding-top: 16px;
	padding-left: 5px;
}


/* コンテンツ --------------------------------------------------------------------------------------*/
#content {
	/*width: 1000px;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#content-inner {
	height: auto;
	line-height: 150%;
	/*
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	*/
	margin-right: auto;
	margin-left: auto;
}

/*ページタイトル*/
#content h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00463a;
}

/*小見出し※店舗案内のみ*/
#content h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content h3.cap {color: #B5AB91;
	font-size: 18px;}

/* フッター --------------------------------------------------------------------------------------*/
#footer {
	bottom: 0px;
	left: auto;
	right: auto;
	width: 1020px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../books_images_common/footer-main.png);
	background-repeat: repeat-y;
	background-position: center;
}

#footer-inner {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(../books_images_common/footer-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer-content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#footer td {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

#footer .left {
	width:165px;
	padding-left: 20px;
}

#footer .center {
}

#footer .right {
	width:350px
}

#footer .line {
	border: 1px solid #B8D5B9;
	padding: 8px;
	margin-right: 20px;
}

#footer-btm {
	background-image: url(../books_images_common/footer-btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	text-align: right;
}

/* パブリック：本文 --------------------------------------------------------------------------------------*/
.main-box{
/*	width: 950px;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size: 17px;
	line-height: 165%;
	color: #000000;
	margin-bottom: 0px;
}

.main-box .left-box{}

.main-box .right-box{
	width: 250px;
}

.main-box .caption{
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.main-box .article{
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.main-box .article p {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.main-box .article a {
	color: #00463a;
	text-decoration: none;
}
.main-box .article a:hover {
	cursor:pointer;
	color: #669933;
	text-decoration: underline;
}

.main-box h1 {
	
}

.main-box .fair-selects {
	background-color:#ece6d5;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
} 

.main-box .corner {
	font-size: 12px;
	padding: 0px;
	font-weight: bolder;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.main-box .photo_corner {
	font-size:10px;
	margin-top: 10px;	
}

.main-box input {
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 60px;
}

.main-box textarea {
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 60px;
}

.main-box select {
	border: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}

.main-box button{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	cursor: pointer;
}

.main-box button.green {
	background-color:#175a4f;
	color: #FFFFFF;
	border: 1px solid #000000;
}

.main-box button.green:hover {
	background-color:#42867A;
}
