body {
  margin: 0px; 
  padding: 0px;
	color: #555555;
	background-color: #FAFAFA;
	font-family: Osaka, Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
form {
  margin: 0;
	padding: 0;
}
img {
  margin: 0px;
  padding: 0px;
	border: 0px;
}
a{
	border:0px;
}

a:link    { color: #0066CC; text-decoration: none; }
a:visited { color: #0066CC; text-decoration: none; }
a:hover   { color: #0066FF; text-decoration: underline; }
a:active  { color: #0066FF; text-decoration: underline; }


table {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
	border-spacing:0;  
}
table td {
	padding:0;
}

#powered {
  font-size: 10px;
}
#powered a {
  color: #FFF;
}

/* ------------------------------------------------------------------ */



#container {
  width: 849px;
	background: url(/img/background.gif) repeat-y 0 0;
	height: 100%;
}

#contents {
  margin-left: 0px;
  margin-left: 20px;
  margin-top:20px;

}

#header {
 background: url(/img/header_bg.gif) repeat-x 0 0;
 width: 800px;
}

#headerMenu {
	white-space:nowrap;
	height: 25px;
	width: 800px;
}
#headerMenu td#menuLeft {
	background: url(/img/menu/menu_blank.gif) repeat-x 0 0;
	height: 25px;
	width: 27px; 
}
#headerMenu td#menuRight {
	 background: url(/img/menu/menu_blank.gif) repeat-x 0 0;
	height: 25px;
	width: 174px;
}

h1.title {
	width: 400px;
	margin-top: 3px;
}



/* ------------------------------------------------------------------ */

#footer {
  width: 799px;
	border-bottom: 1px solid #E1E1E1;
}


#footerLeft {
	height: 45px;
	width: 340px;
	font-size:10px;
	padding: 10px 0px 0px 170px;
	vertical-align: top;
	background:url(/img/footer_left.gif) no-repeat;
}
#footerLeft ul {
	width: 100%;
}
#footerLeft li {

	list-style: url(/img/arrow_white.gif);
	float: left;
	margin-right: 10px;
}

ul.sample{
    width:100%;
    margin-top:20px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}



#footerRight {
	height: 55px;
	width: 300px;
	background:url(/img/footer_right.gif) no-repeat;
}




#contents {
  padding:0;
  margin:0;

  margin-left: 0px;
  margin-top:20px;
}


#content {
  margin-left: 10px;
}


#contents h3 { 
  font-size: 14px;
} 

#contentsLeft {
	vertical-align:top;
  width: 200px;
}
#main {
  width: 470px;
   border-left: 0px;
  font-size:12px;
	line-height: 1.7em;
 
}

#productMenu {
  width: 190px;
	background: url(/img/left_menu_bg.gif) repeat-y 0 0;
}
#productItems {
  width: 179px;
	margin-left: 5px;
}

.arrowSmall { 
 padding: 0px 4px 1px 7px;
 width: 15px;
 border:none;
 border-bottom: 1px dotted #CCC;

}
.menuItem {
   height: 30px;
	 width: 160px;
   border:none;
   vertical-align:middle;
   border-bottom: 1px dotted #CCC;
	 font-size: 12px;

}
.menuItem a {
	color: #555;
}
.menuItem a:hover {
  color: #0066CC;
}


h2.title {
  color:#888; 
  font-size:14px;
  font-weight:bold;
}


div#SS_suggest {
  font-weight: normal;
	z-index: 9;
  display: none;
	position: absolute;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
}

div#SS_suggest div.SS_suggestItemOff { 
  background-color: #FFF;
	border-top: 1px solid #CCC;	
	padding: 1px 2px 1px 4px;

}
div#SS_suggest div.SS_suggestItemOn {
  background-color: #ECF5FA;
	border-top: 1px solid #CCC;	
	padding: 1px 2px 1px 4px;
}
div#SS_suggest span.SS_suggestKey {
  font-size: 75%;
}


