@charset "UTF-8";
body  {
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../img/bg.gif) top center repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
a:link {  color: #fd09aa; background-color: transparent; }
a:hover { text-decoration: underline; color: #04c8df; background-color: transparent; }
a:visited { color: #fd09aa; background-color: transparent; }
a:active {  color: #fd09aa; background-color: transparent; }
a:focus { outline: none; }

ul{
	margin:0;
	padding:0;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#ffffff url(../img/bg_line.gif) repeat-y;
 /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0 auto;
} 
#header .japanese {
	text-indent:-9999px;
	display:block;
	width:100px;
	height:80px;
	margin: 0; 
	padding:0;
	float:left;
}
#header .japanese a{
	display:block;
	width:100px;
	height:80px;
}
#header h1 {
	text-indent:-9999px;
	display:block;
	width:400px;
	height:70px;
	margin: 0;
	padding:0;
}
#header h1 a{
	display:block;
	width:400px;
	height:70px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	height: 600px;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
#mainContent {
	padding: 10px 0px 0px 10px;
	width: 400px;
	float: left;
} 
#mainContentLg{
	padding: 0px 0px 0px 10px;
	width: 640px;
	float: left;
} 
#footer {
	padding: 10px 10px 10px 180px;
	background: #000000;
} 
#footer p{
	color:#666666;
	margin:3px 0;
	font-size:0.83em;
}


#footer li{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 3px 2px 3px;
	font-size:0.83em;
	color:#666666;
	border-right:#666666 1px solid;
	display:inline;
}
#footer li a{
	padding-right:3px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#globalNavi{
	position:relative;
	float: left;
	width:150px;
}

#globalNavi ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0;
}

#globalNavi li, #globalNavi a{
	display:block;
	height:35px;
	width:150px;
	float:lef;
}

#globalNavi li{
	text-align: center;
	float: left;
	
}

#globalNavi a{
	text-decoration:none;
	color:#FFFFFF;
	background:url(../img/navi.gif) no-repeat;
	text-indent: -9999px;
}

#globalNavi-pro{
	position:relative;
	float: left;
	width:150px;
}

#globalNavi-pro ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0;
}

#globalNavi-pro li, #globalNavi-pro a{
	display:block;
	width:150px;
	float:left;
}

#globalNavi-pro li{
	text-align: left;
	float: left;
    color:#FFF;
	font-weight:bold;
	margin:5px 0 5px 20px;
    font-size:11px;
}

#globalNavi-pro li.category{
	text-align: left;
	float: left;
    color:#42F305;
	font-weight:bold;
	margin:10px 0 5px 20px;
    font-size:15px;
}

#globalNavi-pro a{
    text-align: left;
    text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

#globalNavi-pro a:hover{
 text-align: left;
    text-decoration:none;
	color:#42F305;
	font-weight:bold;
}
#globalNavi-pro a.bigcategory{
    text-align: left;
    text-decoration:none;
	color:#42F305;
	font-weight:bold;
}

#globalNavi-pro a.bigcategory:hover{
 text-align: left;
    text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

.img_120{
	width:120px;
	float: left;
}
.img_90{
	width:90px;
	float: left;
	margin:5px;
}
.img_200{
	width:206px;
}
.img_150{
	width:150px;
	float: left;
}
.text_130{
	margin: 0px 0px 0px 130px;
}
.text_160{
	margin: 0px 0px 0px 160px;
}
#item01 a{ 
	background-position: 0px 0px;
}
#item01ON a, #item01 a:hover{
	background-position: -160px 0px;
}
#item01 .ON a{
	background-position: -160px 0px;
}
#item02 a{
	background-position: 0px -35px;
}
#item02ON a, #item02 a:hover{
	background-position: -160px -35px;
}
#item03 a{
	background-position: 0px -70px;
}
#item03ON a, #item03 a:hover{
	background-position: -160px -70px;
	}
#item04 a{
	background-position: 0px -105px;
}
#item04ON a, #item04 a:hover{
	background-position: -160px -105px;
}
#item05 a{
	background-position: 0px -140px;
}
#item05ON a, #item05 a:hover{
	background-position: -160px -140px;
}
#item06 a{
	background-position: 0px -175px;
}
#item06ON a, #item06 a:hover{
	background-position: -160px -175px;
}
#item07 a{
	background-position: 0px -210px;
}
#item07ON a, #item07 a:hover{
	background-position: -160px -210px;
}
#item08 a{
	background-position: 0px -245px;
}
#item08ON a, #item08 a:hover{
	background-position: -160px -245px;
}
#item09 a{
	background-position: 0px -280px;
}
#item09ON a, #item09 a:hover{
	background-position: -160px -280px;
}

#new{
	background:url(../img/title_new.gif) no-repeat 10px 0px;
	padding: 0;
	margin: 0;
	float: left;
}
#new h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0;
}
#new h2 a{
	height:25px;
	display:block;
}
#new li{
	border-bottom:#000000 1px solid;
	list-style:none;
	padding:5px;
	width: 400px;
	float: left;
}
#new h3{
	background:#fd09aa;
	padding:2px;
	font-size:1.5em;
	color:#FFFFFF;
	margin:0;
}
#new .date{
	background:#000000;
	padding:2px;
	margin-top:3px;
	font-size:0.83em;
	color:#FFFFFF;
	float:left;
}
#new .more{
	float:right;
	text-align:right;
	width:200px;
}
#product{
	background:url(../img/title_product.gif) no-repeat 10px 10px;
	padding:10px 0px 0px;
	margin: 0;
	float: left;
}
#product h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0px 10px 0px 0px;
}
#product h2 a{
	height:25px;
	display:block;
}
#product li{
	border-bottom:#000000 1px solid;
	list-style:none;
	padding:5px;
	width: 295px;
	float: left;
	margin-right: 10px;
}
#product h3{
	background:#42f305;
	padding:2px;
	font-size:1.2em;
	color:#FFFFFF;
	margin:0;
}

#product h3 a{
	padding:2px;
	font-size:1.0em;
	color:#FFFFFF;
	margin:0;
	text-decoration:none;
}

#product h3.blk{
	background:#000;
	padding:2px;
	font-size:1.2em;
	color:#FFFFFF;
	margin:0;
}

#originalP{
	background:url(../img/title_original.gif) no-repeat 10px 10px;
	padding: 10px 0px 0px;
	margin: 0;
	float: left;
}
#originalP h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0px 10px 0px 0px;
}
#originalP h2 a{
	height:25px;
	display:block;
}
#originalP li{
	border-bottom:#000000 1px solid;
	list-style:none;
	padding:5px;
	width: 295px;
	float: left;
	margin-right: 10px;
}
#originalP h3{
	background:#f0523b;
	padding:2px;
	font-size:1.5em;
	color:#FFFFFF;
	margin:0;
}
.price{
	font-size:1.33em;
	font-weight:bold;
}
.prod_detail a{
	font-size:1.0em;
	text-decoration:none;
	float:right;
	margin-top:10px;
    text-decoration:underline;
}

.prod_detail a:hover{
	font-size:1.0em;
	text-decoration:none;
	float:right;
	margin-top:10px;
	text-decoration:underline;
	color:#333333;
}

#shopping {
	background:url(../img/title_shopping.gif) no-repeat 10px 10px;
	padding: 10px 0px 0px;
	margin: 0;
	float: left;
	width:640px;
}
#shopping p{
	margin:10px;
}
#shopping h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0px 10px 0px 0px;
}
#shopping h2 a{
	height:25px;
	display:block;
}
#press {
	background:url(../img/title_press.gif) no-repeat 10px 10px;
	padding: 10px 0px 0px;
	margin: 0;
	float: left;
	width:640px;
}
#press .info{
	padding: 10px 0px 0px;
	margin: 0;
	float: left;
	width:640px;
}
#press p{
	margin:10px;
}
#press h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0px 10px 0px 0px;
}
#press h2 a{
	height:25px;
	display:block;
}
#press li{
	border-bottom:#000000 1px solid;
	list-style:none;
	padding:5px;
	width: 295px;
	float: left;
	margin-right: 10px;
}
#press h3{
	background:#fea802;
	padding:2px;
	font-size:1.5em;
	color:#FFFFFF;
	margin:0;
}
#contact{
	background:url(../img/title_contact.gif) no-repeat 10px 10px;
	padding: 10px 0px 0px;
	margin: 0;
	float: left;
	width:640px;
}
#contact h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0px 10px 0px 0px;
}
#contact h2 a{
	height:25px;
	display:block;
}
#about{
	background:url(../img/title_about.gif) no-repeat 10px 10px;
	padding: 10px 0px 0px;
	margin: 0;
	float: left;
	width:640px;
}
#about p{
	padding:0px 10px 0px 0px;
	margin: 5px 0px 0px 0px;
}
#about h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0px 10px 0px 0px;
}
#about h2 a{
	height:25px;
	display:block;
}
#new p, #event p, #product p, #originalP p, #original p {
	margin:0px 0px 0px 0px;
}
#eventP{
	margin: 0;
	padding: 5px 0px 0px 0px;
	background: url(../img/title_event_w.gif) no-repeat 10px 10px;

}
#eventP h2{
	text-indent:-9999px;
	margin: 0px 10px 0px 0px;
	height:30px;
	background:url(../img/line.gif) 0px 25px repeat-x;
}
#eventP h2 a{
	height:25px;
	display:block;
}
#event{
	margin: 0;
	padding: 5px 0px 5px 0px;
	background:#000000 url(../img/title_event.gif) no-repeat 10px 10px;
}
#event h2{
	text-indent:-9999px;
	height:30px;
	background:url(../img/line.gif) 0px 25px repeat-x;
	margin:0;
}
#event h2 a{
	height:25px;
	display:block;
}
#event ul{
	background:url(../img/event/home_bg.jpg) no-repeat;
	padding: 5px 10px 0px 10px;
}
#event li{
	list-style:none;
}
#event h3{
	font-size:1.5em;
	color:#FFFFFF;
	margin:0;
}
#event h4{
	font-size:1.5em;
	color:#f7ff12;
	margin:0;
}
#event .more{
	float:right;
	text-align:right;
	width:200px;
}
#event .more a{
	color:04c8df;
	
}

#original{
	background:url(../img/title_original.gif) no-repeat 10px 10px;
	padding: 10px 0px 0px 0px;
}
#original h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0;
}
#original h2 a{
	display:block;
}
#original ul{
	padding:0;
}
#original li{
	list-style:none;
	padding:5px 5px 0px 5px;	
}
#original .image{
	padding:5px 0px 0px 0px;
	width:220px;
	float:left;
	
}
#original h3{
	background:#f0523b;
	padding:2px;
	font-size:1.5em;
	color:#FFFFFF;
	margin:0;
}
#original h4{
	font-size:1.5em;
	color:#f7ff12;
	margin:0;
}
#original .more{
	float:right;
	text-align:right;
	width:200px;
}
#original .more a{
	color:f0523b;
	
}
#map{
	background:url(../img/title_map.gif) no-repeat 10px 10px;
	padding: 10px 0px 0px;
	margin: 0;
	float: left;
}
#map h2{
	text-indent:-9999px;
	height:25px;
	background:url(../img/line.gif) 0px 20px repeat-x;
	margin: 0px 10px 0px 0px;
	width:630px;
}
#map h2 a{
	height:25px;
	display:block;
}
#map .left{
	float:left;
	width:200px;
}

.blue{
	color:#04c8df;
}

#dropmenudiv{
	position:absolute;
	background:#000000;
	font-size:14px;
	font-weight:bold;
	z-index:100;
	margin-left:0px;
	margin-top:-35px;
	background:url(../img/navi_product.gif) no-repeat;
	padding:38px 0 10px 0;
	
}

#dropmenudiv a{
width: 120px;
display: block;
text-indent: 20px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#000000;
padding:3px;
}

#dropmenudiv a:hover{ /*hover background color*/
background:#42f305;
color:#FFFFFF;
}

#form_list_subscribe{
_margin-top:0px;
}
