/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.5em;
	background-color: #fbfcf6;
	text-align:center;
　　margin: 0px;
	padding: 0px;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a { outline: none; }
a:link    { color: #888; text-decoration: none; }
a:visited { color: #888; text-decoration: none; }
a:active  { color: #888; text-decoration: underline; }
a:hover   { color: #888; text-decoration: underline; }

h2{font-size: 14px;color: #888; text-decoration: none;
}

h3{font-size: 14px;color: #888; text-decoration: none;
}

h4{font-size: 11px;color: #888; text-decoration: none;
}

th{color: #888; text-decoration: none;
}



/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:920px;
}
.wrapper{
}
	

/*ヘッダー（ページタイトル、）*/
#header {
 width:100%;
 padding: 60px 0px;
}

#header h1 {
	float: left;
	position: relative;
}


/*　メニュー　*/
.column{

}  
#menu{
	position:relative;
}  

#menu ul{
	list-style-type: none;
	position:relative;
left:33%;
float:left;

}  
  
#menu li{
	float: left;
	margin-right: 50px;  
 
}  
  
	#menu li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 80px;
	padding: 10px;
	width: 150px;
	background: #fbfcf6;
	border: none;
	z-index:2;
	text-align: left;
}

#menu a{  
  display:block;  
  padding: 0.5em 0;   
}  
  
#menu a:hover{  
  background: url(画像のパス) no-repeat -100px 50%;    
}  

#menu li ul li {
  margin: 0;
  padding: 0;
	width: 150px;
  border: none;
}
#menu li ul li a {
  display: inline-block;
	width: 150px;
  height: 20px;
}
#menu li ul li a:hover {
 
}


/*　幅　*/
.main {
	float: left;
	width: 920px;
	text-align: center;
	margin-bottom: 30px;
}

.main2 {
	float: left;
	width: 920px;
	text-align: left;
	margin-bottom: 50px;
}

#left{
	float: left;
	width: 300px;
	height:163px;
	overflow:none;
	margin-right: 20px;
}
#right{
	float: left;
	width: 600px;

}
#right1{
	float: left;
	width: 300px;

}
#right2{
	float: right;
	width: 300px;

}


/*　フッター（コピーライト）　*/
.footer {
	width:100%;
	clear:left;
	text-align: left;
	border-top: 1px solid #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


.sect{
	float: left;
	margin-right: 50px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 20px;
} 	
	.sect ul{
	list-style-type: none;
	padding-top: 10px;
}  
  
.sect li{

 
}  
  
.sect a{  
 
}  

#copyright{
	width: 920px;
	float: left;
	position: relative;
	margin-bottom: 60px;
	border-top: 1px solid #999;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
/* ************************************************ 
 *	アバウト
 * ************************************************ */
.about-left {
	
	float: left;
	width: 300px;
}

.about-right{
	float: right;
	width:560px;
	padding-right: 20px;	
}
#about-right1{
	float: right;

}
#about-right2{
	float: right;
	width: 240px;

} 
#aboutmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}  
  
#aboutmenu li{  
  width: 100px;  
  margin: 0;  
  padding: 0;  
}  
  
#aboutmenu a{   
  display:block;  
  padding: 0.5em 0;  
  width:100%;  
  
}  
  
#info-menu a:hover{  
  background: url(画像のパス) no-repeat -100px 50%;    
}  

/* ************************************************ 
 *	特集
 * ************************************************ */
.featur-left {
	float: left;
	width: 600px;
	text-align: left;
}

.featur-right {
	float: right;
	width: 320px;
	text-align: left;
	
}
 
#featur-menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}  
  
#featur-menu li{  
  width: 100px;  
  margin: 0;  
  padding: 0;  
}  
  
#featur-menu a{   
  display:block;  
  padding: 0.5em 0;  
  width:100%;  
  
}  
  
#featur-menu a:hover{  
  background: url(画像のパス) no-repeat -100px 50%;    
}  
/* ************************************************ 
 *	りんく
 * ************************************************ */
 .linkbace{
	float: left;
	width: 920px;
	text-align: left;
} 	
 .link{
	float: left;
	margin-right: 50px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 20px;
} 	
	.link ul{
	list-style-type: none;
	padding-top: 10px;
	line-height: 30px;
}  
  
.link li{

 
}  
  
.link a{  
 }  
 
 .link-right{
	float: right;
	height: 200px;
	width: 200px;
	
} 

.auctioninfo {
	float: left;
	width: 920px;
	text-align: left;
}