@charset "UTF-8";

/*基本項目*/
body {
	font-size: 100%;
	font-family:"Osaka","ＭＳ Ｐゴシック",sans-serif;
	/* for IE6/7 */
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
	margin: 0;
	padding: 0;
	background-color: #E6E6E6;
	color: #000000;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

html{
    overflow-y: scroll;
}

.red{
	color:#F00;
	}

.red_b{
	color:#F00;
	font-weight:bold;
	}

.red_u{
	color:#F00;
	text-decoration:underline;
	}

/**
 *10 	 77
 *11 	85
 *12 	93 (was 93)
 *13 	100
 *14 	108 (was 107)
 *15 	116 (was 114)
 *16 	123.1 (was 122)
 *17 	131 (was 129)
 *18 	138.5 (was 136)
 *19 	146.5 (was 144)
 *20 	153.9 (was 152)
 *21 	161.6 (was 159)
 *22 	167
 *23 	174
 *24 	182
 *25 	189
 *26 	197
 */
tr.over td {
	background: #E0EFD0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}

ol,ul{
	list-style:none;}

/*外枠*/
#outline {
	width: 920px;
	text-align:left;
	background-image: url(../images/bg.jpg);
	background-color: #ffffff;
	margin:0;
}
/*ヘッダーレイアウト*/
#head {
	width: 900px;
	margin: 0 auto;
}
/*メイン部*/
#main {	width:690px; float:right;}
/*サイド部*/
#side {	width:220px; float:left; }
/*回り込み解除*/
.c-both { clear:both; }
/*ヘッダーブロック*/
#header {
	height: 110px;
	width: 900px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
/*ヘッダー部見出し指定*/
#header h1 {
	width: 900px;
	height: 110px;
}
#header h1 span, #header h2 span,#header h3 span,#keyword h2{
	display: none;
}
#header h2 {
	width: 900px;
	height: 0px;
}
/*パンくずリスト*/
#pan {
	font-size: 12px;
	color:#000000;
	margin-left: 0px;
	background-color: #B8DCB8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px;
}
/*キーワード検索ブロック*/
#keyword {
	background-color: #CCCCCC;
	text-align:right;
	margin-left: 10px;
	width: 890px;
	padding: 5px;
	font-size: 14px;
	background-image: url(../images/keyword.gif);
	background-repeat: no-repeat;
}
/*キーワード検索フォーム部*/
#search {
}
/*フォーム装飾指定*/
#search form {
	font-size: 0.8em;
	margin: 0px;
	padding: 0 1px 0 0px;
}
/*テキストフィールド装飾指定*/
#textfield {
	border: solid 1px #999999;
}
/*キーワード検索ブロック部見出し指定*/
#keyword h2 {
	display: none;
}
/*フッターブロック*/
#footer {
	width: 920px;
	background-image: url(../images/green1/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	background-color: #C4E1C4;
	text-align:right;
	position: relative;
	clear:both;
	margin:0 auto;
}
/*コピーライト*/
#copy {
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 0px;
	font-size: 12px;
	color: #999999;
}
/*フッター部見出し指定*/
#footer h2 {
	display: none;
}
/*検索バナーブロック*/
#kensaku_b {
	width: 670px;
	background-image: url(../images/kensakurei3.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 67px;
	margin: 10px 0;
}
/*検索バナーブロック部見出し指定*/
#kensaku_b h2,#kensaku_b h3,#kensaku_b h4{
	display: none;
}
/*センターバナーブロック*/
#center_b {
	width: 670px;
	background-image: url(../images/center_banner2.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-position: left top;
}
/*センターバナーブロック部見出し指定*/
#center_b h2,#center_b h3{
	display: none;
}
/*ネットカフェニュースブロック*/
#news {
	width: 670px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*ネットカフェニュースタイトル*/
#news_title{
	width: 635px;
	padding-top: 0px;
	background-image: url(../images/green1/news.jpg);
	background-repeat: no-repeat;
	height: 30px;
	float:left;
}
/*ネットカフェニュースタイトル・RSS部分*/
#news_rss_main{
}
#news_rss_main ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#news_rss_main a{
	display: block;
	color: #ffffff;
	text-indent: -99999em;
	font-size: 1em;
}
#news_rss{
	width: 30px;
	padding-top: 0px;
	background-image: url(../images/rss.jpg);
	background-repeat: no-repeat;
	height: 30px;
	float:right;
}
#news_rss a{
	width: 30px;
	padding-top: 0px;
	background-image: url(../images/rss.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
/*ネットカフェニュース内容*/
#news_main{
	width: 670px;
	padding: 0px;
	font-size: 12px;
	text-align:left;
}
/*ネットカフェニュース詳細へ*/
#news_syosai{
}
/*ネットカフェニュース詳細ボタン*/
#news_bt {
	background-image: url(../images/green1/news_ichiran.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
/*ネットカフェニュース詳細ボタンリンク*/
#news_bt a {
	background-image: url(../images/green1/news_ichiran.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
/*ネットカフェニュースブロック部見出し指定*/
#news h2 {
	display: none;
}
/*ネットカフェニュース詳細リスト装飾*/
#news_syosai ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
/*ネットカフェニュース詳細リンク装飾*/
#news_syosai a{
	display: block;
	color: #ffffff;
	text-indent: -99999em;
	font-size: 1em;
}
/*新刊のお知らせブロック*/
#shinkan {
	width: 670px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*新刊のお知らせタイトル*/
#shinkan_title{
	width: 670px;
	padding-top: 0px;
	background-image: url(../images/green1/shinkan.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
/*新刊のお知らせ内容*/
#shinkan_main{
	font-size: 14px;
	line-height: 110%;
	width: 650px;
	padding: 10px;
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;

	scrollbar-face-color: #E0EFD0;       /* 表面の色 */
	scrollbar-3dlight-color: #B3D78A;    /* 左端と上端の色 */
	scrollbar-highlight-color: #E0EFD0;  /* ハイライトの色 */
	scrollbar-shadow-color: #E0EFD0;     /* 影の色 */
	scrollbar-darkshadow-color: #B3D78A; /* 右端と下端 */
	scrollbar-arrow-color: #669900;      /* 矢印の色 */
	scrollbar-track-color: #E0EFD0;      /* バーの背景の色 */
}
/*新刊のお知らせ詳細へ*/
#shinkan_syosai{
	height: 30px;
}
/*新刊のお知らせ詳細へ*/
#shinkan_syosai2{
	float: left;
	width: 300px;
	height: 30px;
	top: auto;
	bottom: auto;
}
/*新刊のお知らせ詳細ブロック部見出し指定*/
#shinkan_syosai h2{
	display: none;
}
/*新刊のお知らせ詳細ブロック部見出し指定*/
#shinkan_syosai2 h2{
	display: none;
}
/*新刊のお知らせ詳細リスト装飾*/
#shinkan_syosai ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
/*新刊のお知らせ詳細リスト装飾*/
#shinkan_syosai2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
/*新刊のお知らせ詳細リンク*/
#shinkan_syosai a {
	display: block;
	color: #ffffff;
	text-indent: -99999em;
	font-size: 1em;
}
/*新刊のお知らせ詳細リンク*/
#shinkan_syosai2 a {
	display: block;
	color: #ffffff;
	text-indent: -99999em;
	font-size: 1em;
}
/*新刊のお知らせ詳細ボタン*/
#shinkan_bt {
	background-image: url(../images/green1/shinkan_ichiran.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
/*新刊のお知らせ詳細ボタンリンク*/
#shinkan_bt a {
	background-image: url(../images/green1/shinkan_ichiran.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
/*新刊のお知らせ詳細ボタン2*/
#shinkan_bt2 {
	background-image: url(../images/green1/shinkan_ichiran.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
}
/*新刊のお知らせ詳細ボタン2リンク*/
#shinkan_bt2 a {
	background-image: url(../images/green1/shinkan_ichiran.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
}
/*新刊のお知らせブロック部見出し指定*/
#shinkan h2  {
	display: none;
}
/*話題作入荷のお知らせブロック*/
#wadaisaku {
	width: 670px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*話題作入荷のお知らせタイトル*/
#wadaisaku_title{
	width: 670px;
	padding-top: 0px;
	background-image: url(../images/green1/wadaisaku.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
/*話題作入荷のお知らせ内容*/
#wadaisaku_main{
	font-size: 14px;
	line-height: 110%;
	width: 650px;
	padding: 10px;
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;

  scrollbar-face-color: #E0EFD0;       /* 表面の色 */
  scrollbar-3dlight-color: #B3D78A;    /* 左端と上端の色 */
  scrollbar-highlight-color: #E0EFD0;  /* ハイライトの色 */
  scrollbar-shadow-color: #E0EFD0;     /* 影の色 */
  scrollbar-darkshadow-color: #B3D78A; /* 右端と下端 */
  scrollbar-arrow-color: #669900;      /* 矢印の色 */
  scrollbar-track-color: #E0EFD0;      /* バーの背景の色 */
}
/*話題作入荷のお知らせ詳細へ*/
#wadaisaku_syosai{
}
/*話題作入荷のお知らせ詳細ブロック部見出し指定*/
#wadaisaku_syosai h2{
	display: none;
}
/*話題作入荷のお知らせ詳細リスト装飾*/
#wadaisaku_syosai ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
/*新刊のお知らせ詳細リンク*/
#wadaisaku_syosai a {
	display: block;
	color: #ffffff;
	text-indent: -99999em;
	font-size: 1em;
}
/*話題作入荷のお知らせ詳細ボタン*/
#wadaisaku_bt {
	background-image: url(../images/green1/wadaisaku_ichiran.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
/*話題作入荷のお知らせ詳細ボタンリンク*/
#wadaisaku_bt a {
	background-image: url(../images/green1/wadaisaku_ichiran.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
/*話題作入荷のお知らせブロック部見出し指定*/
#wadaisaku h2  {
	display: none;
}
/*雑誌のお知らせブロック*/
#zassi {
	width: 670px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*雑誌のお知らせタイトル*/
#zassi_title{
	width: 670px;
	padding-top: 0px;
	background-image: url(../images/green1/zassi.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
/*雑誌のお知らせ内容*/
#zassi_main{
	font-size: 14px;
	line-height: 120%;
	width: 650px;
	padding: 10px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;

  scrollbar-face-color: #E0EFD0;       /* 表面の色 */
  scrollbar-3dlight-color: #B3D78A;    /* 左端と上端の色 */
  scrollbar-highlight-color: #E0EFD0;  /* ハイライトの色 */
  scrollbar-shadow-color: #E0EFD0;     /* 影の色 */
  scrollbar-darkshadow-color: #B3D78A; /* 右端と下端 */
  scrollbar-arrow-color: #669900;      /* 矢印の色 */
  scrollbar-track-color: #E0EFD0;      /* バーの背景の色 */
}
/*雑誌のお知らせブロック部見出し指定*/
#zassi h2  {
	display: none;
}
/*ジャンルブロック*/
#category {
	background-color: #E0EFD0;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}
/*ジャンルタイトル*/
#category_title {
	background-image: url(../images/green1/side101.jpg);
	background-repeat: no-repeat;
	height:30px;
}
/*ジャンル内容*/
#category_main {
	font-size: 12px;
	line-height: 140%;
	background-color: #E0EFD0;
	margin-top: 0px;
}
/*ジャンルブロック部見出し指定*/
#category h2  {
	display: none;
}
/*ジャンル詳細リスト装飾*/
#category li {
	list-style-type: square;
	padding-left:5px;
	list-style-position:inside;
}
#category ul{
	padding-top: 0px;
	width:auto;
}
/*ジャンルリンク*/
#category a{
}
/*ランキングブロック*/
#ranking {
	background-color: #E0EFD0;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}
/*ランキングタイトル*/
#ranking_title {
	background-image: url(../images/green1/side103.jpg);
	background-repeat: no-repeat;
	height:30px;
}
/*ランキング内容*/
#ranking_main {
	font-size: 12px;
	line-height: 140%;
	background-color: #E0EFD0;
	margin-top: 0px;
}
/*ランキングブロック部見出し指定*/
#ranking h2  {
	display: none;
}
/*ランキング詳細リスト装飾*/
#ranking li {
	list-style-type:decimal;
	padding-left:5px;
	list-style-position:inside;
}
#ranking ol{
	padding-top: 0px;
	width:auto;
}
/*ランキングリンク*/
#ranking a{
}
/*おすすめ棚ブロック*/
#osusume {
	background-color: #E0EFD0;
	margin-left: 20px;
	width: 200px;
	margin-bottom: 5px;
}
/*おすすめ棚タイトル*/
#osusume_title {
	background-image: url(../images/green1/side102.jpg);
	background-repeat: no-repeat;
	height:30px;
}
/*おすすめ棚内容*/
#osusume_main {
	font-size: 12px;
	line-height: 140%;
	background-color: #E0EFD0;
	margin-top: 0px;
}
/*おすすめ棚ブロック部見出し指定*/
#osusume h2 {
	display: none;
}
/*おすすめ棚ブロック部リンク*/
#osusume a {
}
/*おすすめ棚内容リスト装飾*/
#osusume_main li {
	list-style-type: square;
	padding-left:5px;
	list-style-position:inside;
}
#osusume_main ul{
	padding-top: 0px;
	width:auto;
}
/*QRコードブロック*/
#qrcode {
	background-color: #E0EFD0;
	margin-left: 20px;
	width: 200px;
	margin-bottom: 5px;
}
/*QRコードタイトル*/
#qrcode_title {
	background-image: url(../images/green1/side104.jpg);
	background-repeat: no-repeat;
	height:30px;
}
/*QRコード内容*/
#qrcode_main {
	font-size: 12px;
	line-height: 140%;
	background-color: #E0EFD0;
	margin-top: 0px;
	text-align: center;
	padding: 5px;
}

#qrcode_main p{
	text-align: left;
}

#qrcode_main img{
	padding: 5px;
}
/*QRコードブロック部見出し指定*/
#qrcode h2 {
	display: none;
}
/*バナーブロック*/
#banner {
	width: 200px;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}
/*バナー段落*/
#banner p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*バナーブロック部見出し指定*/
#banner h2 {
	display: none;
}
/*リクエストブロック*/
#request {
	height: 117px;
	width: 670px;
	margin-top: 15px;
	margin-bottom: 5px;
}
/*リクエストブロックリンク*/
#request a{
	display: block;
	color: #ffffff;
	text-indent: -99999em;
	font-size: 1em;
}
/*リクエストブロックリスト装飾*/
#request ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
/*リクエストバナー*/
#request_banner,#request_banner a {
	background-image: url(../images/request_banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 112px;
	width: 670px;
}

/*リクエストバナーリンク*/
#request_banner a:hover {
	background-image: url(../images/request_banner2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 112px;
	width: 670px;
}
/*リクエスブロック部見出し指定*/
#request h2,#request h3,#request h4{
	display: none;
}
/*ページ表示*/
#page{
	width: 370px;
	font-size: 12px;
	text-align: right;
	float: right;
	height: 30px;
	top: auto;
	bottom: auto;
}
/*検索結果一覧ブロック*/
#kekkaichiran {
	width: 670px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*検索結果一覧タイトル*/
#kekkaichiran_title{
	background-image: url(../images/green1/kekkaichiran.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
/*リクエスト詳細リンク*/
#request_syosai a{
	display: block;
	color: #ffffff;
	text-indent: -99999em;
	font-size: 1em;
}
/*リクエスト詳細リスト装飾*/
#request_syosai ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
/*リクエスト詳細*/
#request_syosai{
	width: 670px;
	margin-top: 5px;
}
/*検索結果一覧部見出し指定*/
#kekkaichiran h2{
	display: none;
}
/*新刊入荷注釈*/
#nyuka_chushaku {
	font-size: 14px;
	color: #ee0000;
	margin-top:10px;
}
/*検索結果一覧内容テーブル部*/
#kekkaichiran_main{
	width: 670px;
	margin-bottom:10px;
}
/*検索結果一覧見出しテーブル*/
#kekkaichiran_t_title{
}
/*検索結果一覧内容テーブル*/
#kekkaichiran_t_naiyo{
	overflow:auto;
	height:401px;
  scrollbar-face-color: #E0EFD0;       /* 表面の色 */
  scrollbar-3dlight-color: #B3D78A;    /* 左端と上端の色 */
  scrollbar-highlight-color: #E0EFD0;  /* ハイライトの色 */
  scrollbar-shadow-color: #E0EFD0;     /* 影の色 */
  scrollbar-darkshadow-color: #B3D78A; /* 右端と下端 */
  scrollbar-arrow-color: #669900;      /* 矢印の色 */
  scrollbar-track-color: #E0EFD0;      /* バーの背景の色 */
}
#kekkaichiran_t_naiyo2{
	overflow:auto;
	height:385px;
  scrollbar-face-color: #E0EFD0;       /* 表面の色 */
  scrollbar-3dlight-color: #B3D78A;    /* 左端と上端の色 */
  scrollbar-highlight-color: #E0EFD0;  /* ハイライトの色 */
  scrollbar-shadow-color: #E0EFD0;     /* 影の色 */
  scrollbar-darkshadow-color: #B3D78A; /* 右端と下端 */
  scrollbar-arrow-color: #669900;      /* 矢印の色 */
  scrollbar-track-color: #E0EFD0;      /* バーの背景の色 */
}
/*リクエストフォームボタン*/
#request_bt {
	background-image: url(../images/request_bt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
}
/*リクエストフォームボタンリンク*/
#request_bt a {
	background-image: url(../images/request_bt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
}
/*詳細情報ブロック*/
#syosai {
	width: 670px;
	margin-top: 10px;
	padding-bottom: 5px;
	position:relative;
}
/*詳細情報タイトル*/
#syosai_title{
	background-image: url(../images/green1/syosai.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
/*詳細情報部見出し指定*/
#syosai h2{
	display: none;
}
/*詳細情報内容*/
#syosai_main{
	width: 670px;
	padding-top: 5px;
}
/*本のタイトル*/
#book_title {
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	color: #FF9900;
}
/*マガジン名*/
#comic {
	font-size: 10px;
	line-height: 120%;
	color: #000000;
}
/*見出し*/
.midashi {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
/*結果*/
.kekka {
	font-size: 12px;
	color: #000000;
}
/*人気度*/
#ninkido{
	width: 80px;
}
/*人気度★*/
#hoshi{
	width: 80px;
}
/*作者のその他作品紹介ブロック*/
#sonota {
	width: 670px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*作者のその他作品紹介タイトル*/
#sonota_title{
	background-image: url(../images/sakusya.gif);
	background-repeat: no-repeat;
	height: 30px;
}
/*作者のその他作品紹介部見出し指定*/
#sonota h2{
	display: none;
}
/*作者のその他作品紹介内容テーブル部*/
#sonota_main{
	width: 511px;
	margin-top: 5px;
	padding-top: 0px;
}
/*作者のその他見出しテーブル*/
#sonota_t_title{
}
/*作者のその他内容テーブル*/
#sonota_t_naiyo{
	overflow:auto;
	height:76px;
  scrollbar-face-color: #E0EFD0;       /* 表面の色 */
  scrollbar-3dlight-color: #B3D78A;    /* 左端と上端の色 */
  scrollbar-highlight-color: #E0EFD0;  /* ハイライトの色 */
  scrollbar-shadow-color: #E0EFD0;     /* 影の色 */
  scrollbar-darkshadow-color: #B3D78A; /* 右端と下端 */
  scrollbar-arrow-color: #669900;      /* 矢印の色 */
  scrollbar-track-color: #E0EFD0;      /* バーの背景の色 */
}
/*商品はここにありますブロック*/
#koko {
	width: 670px;
	padding-top: 5px;
	padding-bottom: 10px;
	position:relative;
}
/*商品はここにありますタイトル*/
#koko_title{
	background-image: url(../images/koko.gif);
	background-repeat: no-repeat;
	height: 30px;
}
/*商品はここにあります部見出し指定*/
#koko h2{
	display: none;
}
/*商品はここにあります内容*/
#koko_main{
	width: 670px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*テーブル外枠*/
.table_waku{
	border:1px solid #999999;
}
/*テーブル外枠2*/
.table_waku2{
	table-layout:fixed;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
.stripe{
	table-layout:fixed;
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
/*テーブル外枠3*/
.table_waku3{
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
/*テーブル見出し*/
.table_midashi{
	background-color: #E0EFD0;
	border:1px solid #999999;
	font-size: 12px;
	color: #000000;
}
/*テーブルデータ部*/
.table_data{
	background-color: #ffffff;
	border:1px solid #999999;
	font-size: 16px;
	color: #000000;
	height: 40px;
}
/*テーブルデータ部（商品無し時）*/
.table_data_none{
	background-color: #ffffff;
	border:1px solid #999999;
	font-size: 16px;
	color: #000000;
	height: 40px;
}

/*入荷ブロック*/
#nyuka {
	height: 87px;
	width: 670px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/nyuka_bn2.jpg);
	background-repeat: no-repeat;
}
/*入荷部見出し指定*/
#nyuka h2,#nyuka h3,#nyuka h4{
	display: none;
}
/*発売予定ブロック*/
#yotei {
	width: 670px;
	margin-top: 10px;
	font-size: 16px;
}
#yotei a:hover{
	background-color:#CCFFCC;
}
/*入荷部見出し指定*/
#yotei h2,#yotei h3,#yotei h4{
	display: none;
}
#yotei form {
	margin: 0px;
	padding: 0 1px 0 0px;
}
/*フォームメイン部*/
#fmain {
	width:700px;
	background-color: #FFFFFF;
}
#fmain2 {
	width:670px;
	margin: 10px auto;
}
#header2 {
	height: 60px;
	width: 700px;
	margin-left: 0px;
	background-image: url(../images/green1/form_header.jpg);
	background-repeat: no-repeat;
}
/*ヘッダー部見出し指定*/
#header2 h1 span, #header2 h2 span,#header2 h3 span{
	display: none;
}
#header2 h2 {
}
/*フッターブロック*/
#footer2 {
	width: 720px;
	background-image: url(../images/green1/form_footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	text-align:right;
}
#page_title2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	}
/*外枠*/
#outline2 {
	width: 720px;
	margin-left: 10px;
	text-align:left;
	background-image: url(../images/bg2.jpg);
	background-color: #ffffff;
}
/*ヘッダーレイアウト*/
#head2 {
	width: 700px;
	margin: 0 auto;
}
.aka {
	font-size: 12px;
	line-height: 120%;
	color: #FF0000;
}
.ip2 {
	font-size: 12px;
	color: #006600;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.btn2 {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 14px;
	background-image: url(../images/btn02.jpg);
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	padding: 2px;
	text-align: center;
	width: 100px;
}
.table_midashi3{
	background-color: #E4F1D8;
	border:1px solid #999999;
	font-size: 12px;
	color: #000000;
	text-align: right;
}
/*認証*/
#ninsyo{
	padding: 0px;
	height: 350px;
	width: 470px;
margin: 0 auto;
	background-image: url(../images/ninsyo_bg.jpg);
}
/*認証*/
#ninsyo2{
	height: 300px;
	width: 450px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 10px;
}
/*認証画面タイトル*/
.title2{
	padding: 9px;
	background-color: #8AB81A;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/green1/form_title.jpg);
	text-align: center;
}
.setsumei2{
	font-size: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 180%;
	width: 370px;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
}
/*フォームボタン装飾*/
.btn3 {
	color: #000000;
	background-color: #CCCCCC;
	font-size: 14px;
	background-image: url(../images/btn02.jpg);
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	padding: 2px;
}
.kensakubox{
	font-size: 14px;
	width: 295px;
	height: 18px;
}
.btn1 {
	color: #ffffff;
	background-color: #666666;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	text-align: center;
	width: 50px;
	height: 22px;
}
/*支店名*/
#siten {
	font-size: 16px;
	color:#000000;
	position: relative;
	visibility: visible;
	width: 450px;
	top: 6px;
	bottom: auto;
	left: 445px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

#tana {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	left: 200px;
	top: 15px;
	text-align: left;
	width: 150px;
}
#syosai_gazo {
	position: absolute;
	left: 525px;
	top: 40px;
	text-align: center;
	width: 140px;
	color: #000000;
	font-size: 10px;
	line-height:150%;
	height: 250px;
	border: 0px dotted #999999;
}

#gazo {
	padding-top: 0px;
	padding-bottom: 0px;
}

/*リクエスト用*/
/*検索結果一覧内容テーブル*/
#kekkaichiran_t_naiyo3{
	overflow:auto;
	height:550px;
  scrollbar-face-color: #B3B3B3;       /* 表面の色 */
  scrollbar-3dlight-color: #999999;    /* 左端と上端の色 */
  scrollbar-highlight-color: #B3B3B3;  /* ハイライトの色 */
  scrollbar-shadow-color: #B3B3B3;     /* 影の色 */
  scrollbar-darkshadow-color: #999999; /* 右端と下端 */
  scrollbar-arrow-color: #666666;      /* 矢印の色 */
  scrollbar-track-color: #B3B3B3;      /* バーの背景の色 */
}
#fmain3 {
	width:670px;
	margin: 90px 10px 90px 10px;
}

/*系列店舗紹介ブロック*/
#keiretu_naiyo{
	font-size: 14px
}

/*テーブルデータ部*/
.table_keiretu{
	background-color: #F0F0F0;
	color: #000000;
}


.stripe2 td{
	border-bottom: 1px dotted #999999;
}

#keiretu {
	width: 660px;
	margin-top: 76px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-with: 4px;
	border-style: solid;
	border-color: #B3B3B3;
	text-align:left;
}

#map_header {
width: 660px;
margin-top: 130px;
margin-bottom: 10px;
background-color:#e3e3e3;
text-align: right;
padding:7px 5px;
}

#map_header h3 a{
width: 171px;
height: 25px;
margin-top: 10px;
background:url(../images/return_bt.jpg) no-repeat top;
}

#map_header h3 a em{
position:relative;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
/*\*//*/
  display:inline-table;
/**/
}

#map_header-left{
float: left;
text-align: left;
}

#map_header p {
font-size: 16px;
float: left;
text-align: left;
}

#map_header-center{
float: left;
text-align: left;
margin-top: 12px;
margin-left: 36px;
font-size: 12px;
font-weight: bold;
}

#map_contents {
clear: both;
width: 670px;
heiht: 404px;
background-color: #F0F0F0;
padding:5px 0;
}

#map_contents-body {
margin: 0 4px 4px 4px;
}

#map {
float: right;
border: 1px solid #666;
}

#map_datalist {
float: left;}

.ninsho{
	border:#CCC solid 1px;
	margin-top:20px;
	}
	
/*お知らせ一覧*/
#info_main{
	width: 670px;
	margin-bottom:10px;
}
	
.info_waku{
	margin:2px 5px;
	}
	
.info_waku img{
	margin-top:3px;
	}
	
.info_waku td{
	padding:2px 5px 2px;
	font-weight:normal;
	}
	
.info_day{
	font-size:80%;
	color:#666;
	border-bottom:dotted #CCC thin;
	margin-bottom:3px;
	}
	
.info_naiyo{
	font-size:100%;
	line-height:120%;
	}
	
/*入荷ページ*/
#nyuka_bt{
	margin-bottom:15px;
	}
	
#nyuka_bt li{
	margin-right:10px;
	float:left;
	}
	
#nyuka_bt li a span{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
/*\*//*/
  display:inline-table;
/**/
}

.this a{
	color: #000000;
	background:url(../images/this_bt.jpg) top left no-repeat;
	width:70px;
	height:25px;
	display:block;
}

.last a{
	color: #000000;
	background:url(../images/last_bt.jpg) top left no-repeat;
	width:70px;
	height:25px;
	display:block;
}

.next a{
	color: #000000;
	background:url(../images/next_bt.jpg) top left no-repeat;
	width:70px;
	height:25px;
	display:block;
}

.this a:hover,.this a.on{
	color: #000000;
	background:url(../images/this_bt_f2.jpg) top left no-repeat;
	width:70px;
	height:25px;
	display:block;
}

.last a:hover,.last a.on{
	color: #000000;
	background:url(../images/last_bt_f2.jpg) top left no-repeat;
	width:70px;
	height:25px;
	display:block;
}

.next a:hover,.next a.on{
	color: #000000;
	background:url(../images/next_bt_f2.jpg) top left no-repeat;
	width:70px;
	height:25px;
	display:block;
}

form input#btn_submit {
	background: url(../images/btn_submit.jpg) no-repeat left top; 
}
form input#btn_reset {
	background: url(../images/btn_reset.jpg) no-repeat left top; 
}

form input.input_btn {
	width: 122px;
	height: 40px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 5px;
}
/* Operaのみ適用*/
*+html:first-child body form input.input_btn {
	padding-left: 300px;
}

/* 店舗からのお知らせ */
#tempo{
	height:23px;
	margin:0; 
	padding:0;
	background:url(../images/tempo_bg.gif) no-repeat left top;
	}
	
#tempo li{
	float:left;
	height:23px;
	display:block;
	}

#tempo li a span{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
/*\*//*/
  display:inline-table;
/**/
}

.tempo_bt a{
	background:url(../images/tempo_bt.gif) top left no-repeat;
	width:165px;
	display:block;
	}
	
.tempo_bt a:hover{
	background:url(../images/tempo_bt.gif) top right no-repeat;
	width:165px;
	display:block;
	}
	
.rss_bt a{
	background:url(../images/rss_bt.gif) top left no-repeat;
	width:80px;
	display:block;
	}
	
.rss_bt a:hover{
	background:url(../images/rss_bt.gif) top right no-repeat;
	width:80px;
	display:block;
	}

/*2011/11追加*/
/*リクエスト対応状況のお知らせブロック*/
#request_condition {
	width: 670px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*リクエスト対応状況ブロック部見出し指定*/
#request_condition h2  {
	display: none;
}
/*リクエスト対応状況のお知らせタイトル*/
#request_condition_title{
	width: 670px;
	padding-top: 0px;
	background-image: url(../images/green1/request.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
/*リクエスト対応状況のお知らせ内容*/
#request_condition_main{
	font-size: 14px;
	line-height: 110%;
	width: 670px;
	height: 94px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
/*リクエスト対応状況のお知らせ詳細へ*/
#request_condition_syosai{
}
/*リクエスト対応状況のお知らせ詳細ブロック部見出し指定*/
#request_condition_syosai h2{
	display: none;
}
/*リクエスト対応状況のお知らせ詳細リスト装飾*/
#request_condition_syosai ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
/*リクエスト対応状況のお知らせ詳細リンク*/
#request_condition_syosai a {
	display: block;
	color: #ffffff;
	text-indent: -99999em;
	font-size: 1em;
}
/*リクエスト対応状況のお知らせ詳細ボタン*/
#request_condition_bt {
	background-image: url(../images/green1/request_ichiran.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
/*リクエスト対応状況のお知らせ詳細ボタンリンク*/
#request_condition_bt a {
	background-image: url(../images/green1/request_ichiran.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}

