html,body {
  font-family: Verdana, Arial, sans-serif; 
  font-size:13px;  
  margin-bottom:0px;
  color:#585858;
  margin: 0;
	padding: 0;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}
html {
	height:100%; 
}
body {
	height: 100%;
	background-image:url('background-dot.gif');
//	overflow:hidden;
}

A:visited {
	color:#585858; 
	text-decoration:underline; 
}
A:link {
	color:#585858; 
	text-decoration:underline; 
}
A:hover {
	color:#003399;  
	text-decoration:none; 
}
A:active {
	color:#585858; 
	text-decoration:underline; 
}


h4 {
  font-size:11px; 
	font-weight:bold; 
	margin-bottom:0px;
}


h3 {
  font-size:13px; 
	font-weight:bold; 
	margin-bottom:0px;
}


h2 {
  font-size:15px; 
	font-weight:bold; 
	margin-bottom:0px;
}

	
td.menu {
  padding-left:2px;
}


td.top A:visited {
    	color:white; 
    	text-decoration:none; 
    }
td.top A:link {
    	color:white; 
    	text-decoration:none; 
    }
td.top A:hover {
    	color:white;  
    	text-decoration:underline; 
    }
td.top A:active {
    	color:white; 
    	text-decoration:none; 
    }  


.body_original {
  width:100px;
  height:100px;
  margin-top:-275px;
  margin-left:-450px;
  position:_absolute;
  top:50%;
  left:50%;
}
.body {
  margin-top:30px;
}
.body_shop {
  margin-top:0px;
	height:100%;
}

.tabcontent {
	padding:1em;
	clear:both;
	background:#DCDCDC;
	border-top:1px solid #5c5c5c;
	border-left:1px solid #5c5c5c;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	width:45em;
}
#mainnavtabbed{
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
}
#mainnavtabbed li{
	margin-left:5px;
	float:left;
	width:10em;
	margin-bottom:-1px;
}
#mainnavtabbed li a{
	padding:0 5px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:1px solid #5c5c5c;
	border-right:1px solid #999;
	background:#CCCCCC;
	display:block;
	color:#000;
	text-decoration:none;
}
#mainnavtabbed li a.tabon,#mainnavtabbed li a.tabon:hover{
	color:#003399;
	background:#DCDCDC;
	border-left:1px solid #5c5c5c;
	border-top:1px solid #5c5c5c;
	border-bottom:1px solid #ccc;
	border-right:1px solid #5c5c5c;
}
#mainnavtabbed li a:hover{
	color:#666;
	background:#bbb;
	border-left:1px solid #5c5c5c;
	border-top:1px solid #5c5c5c;
	border-bottom:1px solid #ddd;
	border-right:1px solid #aaa;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
  font-size:13px;  
}
label.fout {
	color: #FF0000;
  font-size:13px;  
}