@charset "utf-8";
/* MacIE */
@media screen,print{ 
body,td,tr {
	letter-spacing:0.1em;
}
}

/* HTML */
html{
    height:100%;
}
body {
	padding: 0px;
	height: 100%;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
body,td {
	font-size: small;
	line-height: 1.3;
}
body > #container {
        height: auto;
}
a{
	text-decoration:underline;
	color: #666666;
}
a:hover{
	text-decoration:none;
}
select {
	border: 1px solid #A5ACB2;
}
button {
	cursor: pointer;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	font-size: small;
}

/* CUSTOM */
#container {
	height: 100%;
	background-color: #ffffff;
	width: 800px;
	position: relative;
    height: 100%;
    min-height: 100%;
}
#contents {
	padding: 20px;
}
#header {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../image/header.gif);
	background-repeat: repeat-x;
	height: 60px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header h1{
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
}
#header h1 a { 
	overflow: hidden; 
	display: block;
	width: 200px;
	height: 60px;
	background-image: url(../image/exstore_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header ul {
	position: absolute;
	top: 25px;
	margin: 0px;
	padding: 0px;
	left: 470px;
}
#header li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#left {
	display: inline;
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#main {
	float: left;
	width: 580px;
	margin-bottom: 20px;
}

/* ログインエリア  */
#loginarea {
	margin-bottom: 10px;
}

/* 検索エリア */
#search {
	margin-bottom: 10px;
}
#search h2 {
	background-image: url(../image/search_t.gif);
	height: 28px;
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
}
#search select {
	width: 160px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#search input {
	width: 100px;
	margin-right: 3px;
	height: 1em;
}
#search button {
	background-attachment: scroll;
	background-image: url(../image/btn_search.gif);
	background-color: transparent;
	height: 19px;
	width: 50px;
	border-style: none;
}

/* カートエリア */
#cart {
	margin-bottom: 10px;
}
#cart h2 {
	background-image: url(../image/cart_t.gif);
	height: 28px;
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
}
#cart dl {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#cart dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


/* 最近チェックした商品 */
#history {
	margin-bottom: 10px;
}
#history h2 {
	background-image: url(../image/history_t.gif);
	height: 28px;
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
}
#history dl {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#history dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


/* ジャンル親 */
#genre {
	margin-bottom: 20px;
}
#genre h2 {
	background-image: url(../image/category_t.gif);
	height: 28px;
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}
#genre dl {
	margin: 0px;
	padding: 0px;
}
#genre dt a{
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden; 
	display: block;
}
#genre dt a:hover{
	background-position: 0 -36px;
}
#genre .c1 a{
	background-image: url(../image/category_c1.gif);
}
#genre .c2 a{
	background-image: url(../image/category_c2.gif);
}
#genre .c3 a{
	background-image: url(../image/category_c3.gif);
}
#genre .c4 a{
	background-image: url(../image/category_c4.gif);
}
#genre .c5 a{
	background-image: url(../image/category_c5.gif);
}
#genre .c6 a{
	background-image: url(../image/category_c6.gif);
}
#genre .c7 a{
	background-image: url(../image/category_c7.gif);
}

/* ジャンル子 */
#genre dd a {
	margin: 0px;
	display: block;
	width: 134px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	text-decoration: none;
	background-color: #F7F7F7;
	background-image: url(../image/category_ico.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
#genre dd a:hover {
	background-color: #EFEFEF;
}

/* マイページメニュー */
#mypagemenu {
	margin-bottom: 20px;
}
#mypagemenu h2 {
	background-image: url(../image/mypege_t.gif);
	height: 28px;
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
}
#mypagemenu dl {
	margin: 0px;
	padding: 0px;
}
#mypagemenu dt a{
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden; 
	display: block;
}
#mypagemenu dt a:hover{
	background-position: 0 -36px;
}
#mypagemenu .c1 a{
	background-image: url(../image/mypage_c1.gif);
}
#mypagemenu .c2 a{
	background-image: url(../image/mypage_c2.gif);
}
#mypagemenu .c3 a{
	background-image: url(../image/mypage_c3.gif);
}
#mypagemenu .c4 a{
	background-image: url(../image/mypage_c4.gif);
}

/* 会社案内メニュー */
#aboutmenu {
	margin-bottom: 20px;
}
#aboutmenu h2 {
	background-image: url(../image/about_t.gif);
	height: 28px;
	text-indent: -999px;
	margin: 0px;
	padding: 0px;
}
#aboutmenu dl {
	margin: 0px;
	padding: 0px;
}
#aboutmenu dt a{
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden; 
	display: block;
}
#aboutmenu dt a:hover{
	background-position: 0 -36px;
}
#aboutmenu .c1 a{
	background-image: url(../image/about_c1.gif);
}
#aboutmenu .c2 a{
	background-image: url(../image/about_c2.gif);
}
#aboutmenu .c3 a{
	background-image: url(../image/about_c3.gif);
}

/* レフトバナー */
#bunner {
	margin-bottom: 20px;
}
#bunner dl,dd {
	margin: 0px;
	padding: 0px;
}

/* トップ新着アイテム */
#newitem {
	margin-top: 10px;
}
#newitem h2 {
	background-image: url(../image/newarrivals_t.gif);
	height: 40px;
	text-indent: -999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#newitem h3 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
}
#newitem h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: small;
}
#newitem p {
	margin: 0px;
	padding: 0px;
}
#newitem .image {
	width: 100px;
	vertical-align: top;
	padding: 10px;
}
#newitem .detail {
	width: 170px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* トップおすすめ */
#recommenditem {
	margin-top: 10px;
}
#recommenditem h2 {
	background-image: url(../image/recommend_t.gif);
	height: 40px;
	text-indent: -999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#recommenditem h3 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
}
#recommenditem h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: small;
}
#recommenditem p {
	margin: 0px;
	padding: 0px;
}
#recommenditem .image {
	width: 100px;
	vertical-align: top;
	padding: 10px;
}
#recommenditem .detail {
	width: 170px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* トップ新着情報 */
#topinfo {
	margin-top: 10px;
}
#topinfo h2 {
	background-image: url(../image/info_t.gif);
	height: 40px;
	text-indent: -999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#topinfo dl {
	margin: 10px;
}
#topinfo dt {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#topinfo dd {
	margin: 0px;
	font-size: x-small;
}

/* カート～商品購入 */
#order {
}
#order h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#order h3 {
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-bottom: 5px;
}
.error {
	color: #CC6633;
	font-weight: bold;
	background-color: #F6F5EF;
	padding: 10px;
}
.tables {
	border:3px solid #EEEEEE;
	border-collapse:collapse;
	margin-top: 5px;
	width: 100%;
}
.tables td {
	border:1px solid #EEEEEE;
	padding: 5px;
}
.tables .l01 {
	background-color: #999999;
	color: #FFFFFF;
}
.tables .l02 {
}
.tables .l02c {
	background-color: #F7F7F7;
}
.tables .l03 {
	background-color: #F7F7F7;
}
.submitarea {
	text-align: center;
	padding-top: 20px;
}
#sitenavi
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.line {
	background-image: url(../image/dotline.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* 商品詳細 */
#item {
	float: left;
	width: 570px;
	margin-bottom: auto;
}
#item td {
	vertical-align: top;
}
#item h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#item h2 {
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
}
#item #details {
	padding-left: 20px;
}
#item #details dl{
}
#item #details dd{
	background-image: url(../image/dotline.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
#item #details .btnaddcart {
	background-attachment: scroll;
	background-image: url(../image/btn_addcart.gif);
	background-color: transparent;
	height: 22px;
	width: 150px;
	border-style: none;
}
#item #details .btnquestion {
	background-attachment: scroll;
	background-image: url(../image/btn_question.gif);
	background-color: transparent;
	height: 22px;
	width: 160px;
	border-style: none;
}

/* コメント */
#item #review dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#item #review dt {
	margin-bottom: 5px;
}
#item #review dd {
	margin-bottom: 20px;
	font-size: x-small;
	line-height: 1.5;
}
#item #review .write {
	position: absolute;
	right: 0px;
	top: -5px;
}

/* コメントフォーム */
#commentform {
	margin-top: 5px;
	margin-left: 10px;
	background-color: #F7F7F7;
}
#commentform td {
}
#commentform textarea {
	width: 520px;
}
.comment .l01 {
	background-color: #999999;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.comment .l02 {
	border: 1px solid #EEEEEE;
}

/* トラックバック */
#item #trackback {
}
#item #trackback dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#item #trackback dt {
	margin-bottom: 5px;
}
#item #trackback dd {
	margin-bottom: 20px;
	font-size: x-small;
	line-height: 1.5;
}
#item .trackbackurl {
	width: 550px;
	margin-left: 10px;
}

/* 商品一覧（画像表示用） */
#itemlist .image {
}
#itemlist .itemname {
}
#itemlist table {
	width: 570px;
}
#itemlist td {
	padding: 10px;
	width: 25%;
	text-align: center;
}

/* 商品一覧（リスト表示用） */
#itemlist2 .image {
}
#itemlist2 .itemname {
}
#itemlist2 table {
	width: 570px;
}
#itemlist2 td {
	padding: 10px;
}

/* ソート（並び替え）関連 */
#pagenavi {
	background-image: url(../image/dotline.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 20px;
	padding: 5px;
}
#sort {
	background-color: #F7F7F7;
	padding: 3px;
	margin-bottom: 10px;
}
select {
	color: #666666;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* 規約、概要ページ */
#about{
}
#about h2 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#about h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#about h4 {
	font-size: 12px;
	padding: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
}
#about p {
	font-size: 12px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 0px;
}
#about hr {
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}

/* フッターエリア */
#footer {
	clear: both;
	text-align: center;
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0D0D0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 50px;
}
#footer p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

