@charset "utf-8";

body,img,div,form{
	margin: 0px;
	padding: 0px;
	border-style:none;
	border-width:0px;
	font-size:12px;
}

a:link
{
	color:#2A1F55;
}
a:visited
{
	color:#550000;
}
a:active
{
	color:#a02020;
}
a:hover
{
	color:#FF1F00;
}



div#base
{
	margin:0px auto;
	width:1230px;
	background-image:url(bgimg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	position:relative;
}

div#logomenu
{
	position:relative;
	width:1000px;
	margin:3px;
}

div#logomenu img#helpbtn
{
	position:absolute;
	right:200px;
	top:50px;
}

div#logomenu img#lowbtn
{
	position:absolute;
	right:20px;
	top:50px;
}


div#logomenu img#pay
{
	position:absolute;
	right:10px;
	top:5px;
}

div#logomenu img#shippingbtn
{
	position:absolute;
	right:270px;
	top:5px;
}

div#logomenu img#osusumebtn
{
	position:absolute;
	right:425px;
	top:5px;
}


div#headmenu
{
	position:relative;
	background-image:url(menubar.jpg);
	background-repeat:no-repeat;
	width:1200px;
	left:0px;
	height:39px;
}

div#headmenu select#catsel
{
	padding:0px;
	border-width:0px;
	position:absolute;
	height:1.5em;
	width:200px;
	top:10px;
	left:189px;
}

div#headmenu input#keyword
{
	padding:0px;
	border-width:0px;
	position:absolute;
	height:1.5em;
	width:340px;
	top:10px;
	left:389px;

}

div#headmenu input#search
{
	position:absolute;
	top:4px;
	left:729px;

}

div#headmenu img#cart
{
	position:absolute;
	top:4px;
	left:792px;

}

div#catmenu
{
	margin:0px;
	padding:0px;
/*	position:absolute;*/
	position:relative;
	vertical-align:top;
	display:inline-block;
	/display: inline;
	/zoom: 1;
	left:0px;
	width:180px;
}

div#catmenu div#cateach
{
	position:relative;
	margin:0px auto 0px;
	width:159px;
	border-color:#624C3F;
	border-width:5px;
	border-left-style:solid;
	border-right-style:solid;
	padding:4px;
	line-height:150%;
	background-color:#E0E0D7;
}

div#cateach a
{
	margin-left:5px;
}


div#catmenu div#catunder
{
	margin:0px;
	padding:0px;
	margin:0px auto;
	position:relative;
	left:0px;
	width:177px;
	height:15px;
	background-image:url(catmenu_under.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

div#amashop
{
	margin:5px auto;
	padding:0px;
	width:170px;
}

div#mcontents
{
	position:relative;
	left:10px;
	vertical-align:top;
	display:inline-block;
	/display: inline;
	/zoom: 1;
	width:800px;
}

div#navilink
{
	margin:5px;
}

div#substance
{
	position:relative;
	width:700px;
	margin:10px auto;
	
}

#pagetitle
{
	width:100%;
	background-image:url(titleline.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:24px;
	font-weight:bold;
	margin:10px 0px; 0px 0px;
	padding-bottom:10px;
}

div#copyright
{
	width:1000px;
	text-align:right;
}

