@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2009-03-05
Modified:   2009-03-06
Version:    1.0
Auther:     Tetsuji Ohashi(Engine Inc.)

------------------------------------------*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
}
a img{
	border: none;
}

body  { 
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN",sans-serif;
	background-color: #dddabe; 
	background-image: url(images/bg.gif); 
	background-repeat: repeat-x 
}

hr  {
	height: 1px;
	border-style: dotted;
	border-width: 1px 0 0;
	border-color: black;
	margin: 5px 0
}
	
a:link    { color: blue }
a:visited    { color: blue }
a:hover  { color: #f60 }

.text-main      { color: #333; font-size: 9pt; line-height: 13pt }
.newstitle    { color: #663; font-size: 9pt; font-weight: bold; line-height: 13pt }
.copyright { color: gray; font-size: 7pt }

.con-newtitle    { color: #990000; font-size: 14pt; font-weight: bold }
.text-con      { color: #333; font-size: 10pt; line-height: 14pt }


.text-item      { color: #333; font-size: 8pt; line-height: 14pt }
.text-itemsmall  { color: #333; font-size: 9pt; line-height: 12pt; font-family: "‚l‚r ƒSƒVƒbƒN",sans-serif }
.title-item      { color: #f30; font-size: 16px; font-weight: bold; line-height: 40px; padding-left: 12px }
.catnumber      { color: #f30; font-size: 12px; padding-left:12px; padding-top:12px }
.catnewicon      { padding-left:1px; padding-bottom:5px }
.catnew      { color: #F66; font-size: 9pt; line-height: 13pt}
.catserch      { color: #333; font-size: 10px; padding-left:15px }


p.con-date    { text-align: right; color: #333; font-size: 9pt; line-height: 13pt }


div.goodsDetailWrapper:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.goodsDetailWrapper,
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html div#header,
* html div#wrapperInner,
* html div#categorySearchInner,
* html div#newArrival,
* html div.goodsDetailWrapper,
* html .clearfix {
    height: 1%;
}
div.goodsDetailWrapper,
.clearfix {
    display: block;
}

div.goodsDetail {
	float: left;
	width: 74px !important;
	width: 114px;
	padding: 0 20px;
	margin: 20px 0 0 0;
}

/* ------------------------------------------

wireframe

------------------------------------------*/


/* header */




/* header flash */



/* index main */



/* contents main */




/* footer */


div#footer {
	clear: both;
	width: 800px;
	text-align: center;
	margin-left: 46px;
}




/* ------------------------------------------

left menu

------------------------------------------*/

div#leftnews  ul { 
	margin: 0 0 0 30px;
	padding: 0
}

div#leftblog  ul { 
	margin: 0 0 0 30px;
	padding: 0
}

div#leftcat  ul li { 
	margin: 0 0 0 30px;
	padding: 0
}

div#leftnews  ul li {
	color: #333;
	font-size: 11px;
	line-height: 18px;
	list-style-type: none;
	list-style-image: url(../images/list1.jpg);
	display: list-item
}

div#leftblog  ul li {
	color: #333;
	font-size: 11px;
	line-height: 18px;
	list-style-type: none;
	list-style-image: url(../images/list2.jpg);
	display: list-item
}

div#leftnoicon  ul li {
	color: #333;
	font-size: 11px;
	line-height: 18px;
	list-style-type: none;
	display: list-item
}

div#leftcat  ul li {
	color: #333;
	font-size: 11px;
	line-height: 18px;
	list-style-type: disc;
	display: list-item
}


/* ------------------------------------------

Close Window

------------------------------------------*/





/* ------------------------------------------

search

------------------------------------------*/

input.asuka, select {
width: 200px;
height: 18px;
margin: 10px;
background-color: #ffffff;
}


/* ------------------------------------------

lightbox

------------------------------------------*/


#lightbox{
	background-color:#eee;
	padding: 12px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 10px;
	padding-top: 5px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://d222803.win-sv.com/asukanoweb/catalogue/overlay.png", sizingMethod="scale");
	}

