/* shop.css */

@import url(./shop_true.css);

/* 基本構造 */

body{
	color: #444444;
	background-color: #FFFFFF;
}
div.section{
	text-align: center;
}

/* リンク */
a:link{
	font-weight: bold;
	color: #414B29;
}
a:visited{
	font-weight: bold;
	color: #8B8429;
}
a:active{
	color: #D5008E;
;}
a:hover, a:focus{
	color: #FFFFFF;
	background-color: #414B29;
	text-decoration: none;
}

em{
	font-style: normal;
	color: #CC0000;
}

/* 新刊書籍 */
em.goods_recom{
	font-style: normal;
	color: #FF0000;
}
/* 価格表示 */
span.price{
	color: #FF0000;
}

/* 重要な注意 */
.notice{
	font-style: normal;
	color: #FF0000;
}

/* 各ジャンルページ／現在のジャンル */
strong.this_genre{
	color: #7400E8;
}

p.genre_navi strong{
	color: #7400e8;
	font-weight: normal;
}
/* フレーム下段メニューバー */
body.frame_menu{
	color: #000;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}
body.frame_menu a:link,
body.frame_menu a:visited{
	text-decoration: none;
}
body.frame_menu small{
	font-size: small;
}
.genre_cell1{
	background-color: #414B29;
}
.genre_cell2{
	background-color: #769778;
}

.genre_cell1,
.genre_cell2{
	font-family: "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", serif;
}
.genre_cell1 a:link,
.genre_cell1 a:visited,
.genre_cell2 a:link,
.genre_cell2 a:visited{
	color: #FFF;
	display: block;
	padding: 2px;
}
.genre_cell1 a:link,
.genre_cell1 a:visited{
	background-color: #414B29;
}
.genre_cell2 a:link,
.genre_cell2 a:visited{
	background-color: #769778;
}


.genre_cell1 a:hover,
.genre_cell1 a:focus,
.genre_cell2 a:hover,
.genre_cell2 a:focus{
	color: #FF0000;
	background-color: #CFC;
}
.genre_cell1 a:active,
.genre_cell2 a:active{
	position: static;
}
ul.frame_menu_main{
	list-style-type: square;
	list-style-image: url(https://secure02.blue.shared-server.net/www.chickenhead.co.jp/shop/htmls_img/icon/frame_menu_main.gif);
}
ul.frame_menu_sub{
	list-style-type: disc;
	list-style-image: url(https://secure02.blue.shared-server.net/www.chickenhead.co.jp/shop/htmls_img/icon/frame_menu_sub.gif);
}
ul.frame_menu_main li,
ul.frame_menu_sub li{
	line-height: 1.3;
}
li.this_menu{
	color: #808080;
	list-style-type: circle;
	list-style-image: url(https://secure02.blue.shared-server.net/www.chickenhead.co.jp/shop/htmls_img/icon/frame_menu_this.gif);
}


