body {
	background: #fff ;
	font: 80% Arial,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333;
	line-height:18px;
	text-align: center;
	background:url(../images_shared/bg.jpg) top repeat-x;
}

a:link {
  color:#999999;
  text-decoration: none;
}

a:visited {
  color:#999999;
    text-decoration: none;
}
a:hover {
  color:#666;
  text-decoration: none;
}

a:active {
  color:#666;
  text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
}

img { 
	border: 0;
	display: block;
}
.clear {
	clear:both;

}

/***********************************************************************
	 header 
************************************************************************/
#header {
	position: relative;
	margin: 6px auto 0 auto;
	padding: 3px 0 0 0  ;
	width: 960px;
	height:105px;
	text-align: left;
	z-index: 10;
}
#header h1{
	float:left;
	margin-right:55px;
}
#cart {
	background:url(../images_shared/cart.jpg) no-repeat;
	text-align:right;
	width:158px;
	height:58px;
	float:right;
	cursor: pointer;
}
#cart_item {
	color:#ccc;
	margin:12px 12px 0 0;
	font-size:10px;
}
#cart_price {
	color:#fff;
	margin:3px 12px 0 0;
	font-size:10px;
	font-weight:bold;
}
#store_navi {
	float:right;
}
#store_navi a {
	background:url(../images_shared/bk_block.jpg) no-repeat;
	width:96px;
	height:21px;
	display:block;
	color:#ccc;
	text-align:center;
	padding:6px 0 0 0 ;
	margin:0;
	font-size:10px;
	cursor: pointer;
}
#store_navi a:link {
  color:#ccc;
  text-decoration: none;
}

#store_navi a:visited {
  color:#ccc;
    text-decoration: none;
}
#store_navi a:hover {
  color:#fff;
  text-decoration: none;
}

#store_navi a:active {
  color:#fff;
  text-decoration: none;
}


ul.topnav {
	clear:both;
	list-style: none;
	padding: 0 20px;	
	margin:6px 0;
	float: left;
	width: 920px;
	border:1px solid #CCC;
	background-color:#F0F0F0;
	font-size: 1.2em;
}
ul.topnav li {
	font-size:11px;
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #999;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color: #666;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #CCC;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #CCC; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #F0F0F0 ;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; 
	color:#CCCCCC;
}




/***********************************************************************
	 container 
************************************************************************/
#container {
	position: relative;
	width: 960px;
	margin: 6px auto 0 auto;
	text-align: left;
	z-index: 1;
}
/***********************************************************************
	 contents
************************************************************************/
#contents {
	width: 960px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 12px 0px;
}

#contents .clear{
	clear:both;

}

#contents hr{
	border-color:#FFFFFF;
	background-color:#FFFFFF;
	border:none;
	color:#FFFFFF;
	margin-bottom:12px;

}

#contents dl {
	margin:6px 6px 6px 6px;
	font-size:90%;
	padding: 0;
	clear:left;
}
#contents dl dt {
	margin: 0;
	padding: 2px 0 2px 5px;
	font-size:11px;
}
#contents dl dd {
	font-size:11px;
	padding: 2px 2px 2px 13px;
	margin-left: 56px;
	margin-top: -22px;
	background-repeat:no-repeat;
	background-position:top left;
}
#products_list {
	margin:0 0 0 0;
}
#products_list ul{
	margin:0 0 0 12px ;
	padding: 0;
}
#products_list li{
	margin: 3px;
	padding: 0;
	list-style:none;
	float:left;
	text-align:center;
	font-size:11px;
}
#products_list a img{
	text-decoration:none;
	border:1px solid #FFFFFF;
}
#products_list a:hover img{
	text-decoration:none;
	border:1px solid #FF0000;
}

#products_caption {
	float:right;

}
#products_caption h2{
	font-size:12px;
}

#products_caption th{
	font-size:10px;
	color:#CC0000;
	font-weight:normal;
	text-align:left;
	width:60px;
	vertical-align:top;
}
#products_caption td{
	font-size:10px;
	width:400px;
	vertical-align:top;
}
#products_caption img{
	float:left;
}

#products_caption input{
	text-align:center;
	width:20px;
	ime-mode:disabled;
}

#products_caption .arrow{
	padding-left:12px;
	background-image:url(../images_shared/arrow_right.gif);
	background-repeat:no-repeat;
}



#products_img {
	width:450px;

}

#pankuzu {
	font-size:10px;
}
#pankuzu_under {
	clear:both;
	font-size:10px;
	text-align:right;
	width:100%;
}
.list_page{
	width:100%;
	text-align:center;
	margin:12px 0 12px 0;
	clear:both;
}
div.pro_imglist {
	width:100%;
	padding:5px 0 0 0;
	margin:0;
	text-align:center;
}
div.pro_imglist img {
	display:inline;
	margin-right:5px;
}
div.pro_imglist a img {
	border:none;
}
/***********************************************************************
	 buttons
************************************************************************/

.buttons a, .buttons button {
    display:block;
    float:left;
    margin:7px 7px 0 0;

	background-color:#CCC;
    border:1px solid #999;
    border-top:1px solid #888;
    border-left:1px solid #888;

	filter			: alpha(opacity=80);	/* IE —p */
	-moz-opacity	: 0.8;					/* Firefox, Netscape —p */
	opacity			: .80;					/* Opera, Safari —p */

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#333;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type] {
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	width:16px;height:16px;padding:0 !important;
	border:none !important;
	display:inline !important;

}
/* STANDARD */

button:hover, .buttons a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
    color:#333;
}
.buttons a.positive:hover, button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative {
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/***********************************************************************
	 footer 
************************************************************************/
#footer {
	margin: 0px auto 0 auto;
	font-size:10px;
	color:#999999;
	clear:both;
}

#footer_contents {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	z-index: 2;

}

#footer_contents ul{

}

#footer_contents li{
	font-size:9px;
	float: left;
	list-style:none;
	margin:2px 9px 0 9px;
}

#copyright {
	float: right;
	font-size: 9px;
	text-align:right;
	padding: 1px 0 6px 0;
}

