/* global rules */
*{
	font-size:x-small;
	font-family:"ＭＳ Ｐゴシック",osaka,sans-serif;
	
}

body {
	background-color: #f6f6f6;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	width: 900px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#FFF;
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 150%;
	/* CSS Hack */
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
}
a {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}


/* normalize */

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 0;
}
ul,li,a {
	margin: 0;
	padding: 0;
	line-height: 130%
}
ul,li {
	list-style-type: none;
}
/*
p {
	margin: 0;
	padding: 0;
}
*/


/* header */

#logo-area {
	width:470px;
	text-align: left;
	vertical-align: top;
	background: url(../img/top_header_bg.jpg) repeat-x;
}
#logo-area h1 {
}
#hd-btn-area {
	width: 430px;
	line-height: 0;
	background: url(../img/hd-bk02.jpg) repeat-x;
}
#hd-btn-area ul {
	width: 430px;
	height: 25px;
	line-height: 0;
	text-align: left;
	overflow: hidden;
	margin: 54px 0 0 0px;
}
#hd-btn-area ul li {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 4px;
	padding-top: 3px;
}
#hd-btn-area ul li.cart-position {
	padding-top: 0;
}
#hd-btn-area ul li a {
	font-size: 0;
	line-height: 0;
}


/* main-area - 3 columns */

#main-area {
	margin-top: 10px;
}
#col-left {
	width: 175px;
	padding: 10px 5px 0 10px;
	vertical-align: top;
}
#col-center {
	width: 540px;
	padding: 10px 5px 0 5px;
	vertical-align: top;
}
#col-right {
	width: 145px;
	padding: 5px 10px 0 5px;
	vertical-align: top;
}
#col-center-wide {
	width: 680px;
	padding: 10px 20px 0 20px;
	vertical-align: top;
}
#col-center-full {
	width: 860px;
	padding: 10px 50px 0 50px;
	vertical-align: top;
}

/* left column */

div.box-lefts {
	width: 175px;
	background-color: #FFFDBA;
	margin-bottom: 10px;
	padding: 0;
	border:1px solid #FFCC33;
}
#col-left div.top {
	width: 175px;
	height: 14px;
	background: url(../img/left_head_user.gif) no-repeat;
	line-height: 0;
	font-size: 0;
}
#col-left div.btm {
	width: 175px;
	height: 10px;
	background: url(../img/box-btm175.gif) no-repeat;
	font-size: 0;
	line-height: 0;
}
div.box-lefts div.btn-centering {
	padding: 3px 5px 2px 5px;
	text-align: center;
}
div.box-lefts div.left-ten {
	padding: 3px 10px 2px 10px;
	text-align: left;
	font-size: 80%;
	line-height:125%;
}
div.box-lefts div.left-ten a {
	font-size: 100%;
	line-height:150%;
}
div.box-lefts div.name-area {
	color:#CC0000;
	padding: 3px 5px 12px 5px;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	background: url(../img/dot-line165.gif) no-repeat bottom center;
}
div.box-lefts div.point-area {
	padding: 12px 5px 12px 5px;
	text-align: center;
	font-size: 12px;
	color:CC0000;
	background: url(../img/dot-line165.gif) no-repeat bottom center;
}
div.box-lefts div.point-area .point {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	color:CC0000;
}
div.box-lefts table tr th {
	text-align: left;
}
div.box-lefts table tr td {
	text-align: center;
}
div.box-lefts h3 {
	background: url(../img/mark01.gif) no-repeat 2px 50%;
	padding-left: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
}


div.category {
	font-weight:bold;
	border-top:1px solid #960;
	margin-bottom:15px;
}

/*
.category-list{
	width: 175px;
	border-collapse:collapse;
}
.category-list td{
	background-color: #FFFDBA;
	padding: 5px;
	border:1px solid #999;
}
.category-list a{
	display:block;
	font-weight:bold;
	background-image:url(../img/mark02.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#933;
	padding-left:15px;
}
.category-list a:hover{
	color:#333;
}
#now_parent a{
	background-image:url(../img/mark02.gif);
}

#now-child {
	padding-left:20px;
	background-color:#EEE;
}
#now-child a{
	display:block;
	background-image:url(../img/mark03.gif);
	color:#3366CC;
}

*/
.category-list{
	width: 175px;
	border:1px solid #666;
	border-collapse:collapse;
}
.category-list td{
	background-color: #4B7BAC;
	padding: 5px;
	border:1px solid #BBD6F0;
}
.category-list a{
	font-size:12px;
	display:block;
	font-weight:bold;
	background-image:url(../img/mark04.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
	padding-left:15px;
}
.category-list a:hover{
	color:#fff;
}
#now_parent a{
	background-image:url(../img/mark04_btm.gif);
}
.category-list #now-child{
	border:1px solid #2B6096;
}

#now-child {
	padding-left:20px;
	background-color:#EEE;
}
#now-child a{
	display:block;
	background-image:url(../img/mark03.gif);
	color:#3366CC;
}


div.category ul {
	margin: 2px 5px 5px 5px;
	padding-left:10px;
	list-style-image:url(../img/mark02.gif);
}
div.category ul li{
}


/* center column */

#lead {
	background-color: #FFFDBA;
	border:1px solid #FFCC33;
	margin: 1px 5px 20px 5px;
	padding: 10px 20px 10px 20px;

}

/* 2006/11/18 mkato */
#lead ul {
	list-style-image: url(../img/mark01.gif);
	padding-left:20px;
}
#lead li {
	padding-left:5px;
}
#lead ul a{
	text-decoration: none;
	color: #EE0000;
	line-height: 180%;
	text-decoration: underline;
}
#lead ul a:hover {
	text-decoration: underline;
}


.banner-area {
	margin-top:5px;
	text-align: center;
}
table.product-info{
	margin-top:10px;
	border-collapse:collapse;
}
.product-info td{
	border-top:0px dotted #999;
	border-bottom:0px dotted #999;
	border-left:0px dotted #999;
	border-right:0px dotted #999;
}
.product-info table td h3 {
	background: url(../img/mark02.gif) no-repeat 6px 50%;
	padding-left: 18px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
}
.product-info table td p {
	font-size: 100%;
	color:#333;
	padding: 3px 10px 5px 18px;
}
.product-info .c-price{
	color:666;
}
.product-info .c-add-point{
	color:666;
}
.product-info .c-add-point-num{
	color:666;
}
.others {
	text-align: right;
}
.others p{
	font-size: 100%;
	font-weight:bold;
	background: url(../img/mark03.gif) no-repeat 2px 50%;
	padding-left: 12px;
	padding-right:5px;
	display: inline;
}
.others p a {
	color: #CC0000;
	text-decoration: none;
}
.others p a:hover{
	text-decoration: underline;
}


/* キャッチコピー　2006/11/20 mkato */
#goods-catchcopy{
	background-color:#EEE;
	margin:0px 5px;
	border-left:5px solid #FF3366;
	padding-left:5px;
}
#point-catchcopy{
	background-color:#EEE;
	margin:0px 5px;
	border-left:5px solid #FF3366;
	padding-left:5px;
}
#recommend-catchcopy{
	background-color:#EEE;
	margin:0px 5px;
	border-left:5px solid #FF3366;
	padding-left:5px;
}
.c-goods-catchcopy{
	margin:5px 5px;
	font-size:125%;
	font-weight:bold;
	color:#FF3366;
}
.c-point-catchcopy{
	margin:5px 5px;
	font-size:125%;
	font-weight:bold;
	color:#FF3366;
}
.c-recommend-catchcopy{
	margin:5px 5px;
	font-size:100%;
	font-weight:bold;
	color:#FF3366;
}

/* right column */

div.box-rights {
	width: 145px;
	background-color: #f6f6f6;
	border:1px solid #CCC;
	margin-bottom: 10px;
	padding: 0;
}
div.box-rights div.btm {
	width: 145px;
	height: 10px;
	background: url(../img/box-btm145.gif) no-repeat;
	font-size: 0;
	line-height: 0;
}
div.box-rights table td{
	background: url(../img/dot-line118.gif) no-repeat bottom center;
	padding-bottom: 5px;
}
div.box-rights table td.no-line{
	background: none;
}
div.box-rights p {
	padding: 5px 0 5px 0;
}
div.box-rights h3 {
	padding:0px 12px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	display: block;
	text-align:left;
}

div.box-rights .others {
	text-align: right;
}
div.box-rights .others p{
	font-size: 100%;
	font-weight:bold;
	background: url(../img/mark03.gif) no-repeat 2px 50%;
	padding-left: 12px;
	padding-right:5px;
	display: inline;
}
div.box-rights .others p a {
	color: #CC0000;
	text-decoration: none;
}
div.box-rights .others p a:hover{
	text-decoration: underline;
}

/* footer */

#footer {
	width: 900px;
	height: 55px;
	background:url(../img/ft-bk.gif) no-repeat;
	text-align: center;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}
#footer ul {
	padding-top: 5px;
	color: #333;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #333;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li br {
	display: block;
	height: 1px;
	clear: both;
}
#footer p {
	margin-top: 10px;
}

