@charset "utf-8";
/* CSS Document */



/*共通*/

body{background-color:#FFFFFF;

}

A:link { color: #000; }
A:visited { color: #000; }
A { text-decoration: none; }
a:hover{
	position: relative;
	left: 0.05em;
	top: 0.05em ;
	color:#999;
	text-decoration:none;
}

hr {
  border: solid 1px #999;
  border-top-color: #ffffff;
  color: #999;
  
}


/*段組*/



#mainbody{
	width:960px;
	margin:0px auto;
}

#heder{
     width:960px;
	 height:115px;
     margin:0px auto;	 
}


#leftbody{
	float:left;
	width:724px;
	color:#666;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}



#rightbody{
	float:right;
	width:236px;
    font-size:12px;
	color:#999999;
	font-family:Verdana, Geneva, sans-serif;
}

#under{
     width:960px;
	 height:20px;
     margin:0px auto;
	 font-size:13px;
	 color:#cccccc;	 
}


.style4 {font-size: 8pt; color: #999999; }

.topimg{
	margin-left:180px;
}

.rightfont{
	margin-left:10px;
}

.copy{
	font-size:9px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}

.shopname{
	font-family:"Courier New", Courier, mono;
	font-size:14px;
	text-indent: 0.5%;
}

.line_height{
	line-height:170%;
}

.model{
	font-size:9px;
}

a.thumbnail {
	display: block;
	float: left;
	margin: 0.3em 10px 0.3em 0;
}
a.thumbnail img{
	position: absolute;
}
a.thumbnail,
a.thumbnail img{
	width: 100px;
	height: 100px;
}
a.thumbnail:hover {
	border: none;
	cursor: default;
}
a.thumbnail:hover img {
	width: auto;
	height: auto;
}
.highslide {
    cursor: url(<$MTBlogURL$>highslide/graphics/zoomin.cur), pointer;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(<$MTBlogURL$>highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-full-expand {
    background: url(<$MTBlogURL$>highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}
