@charset "utf-8";
@import url("reset.css");
body {
text-align: center;
background: #222222 url(../suit/img/fabricbg.gif);
}
#fabricwrap {
width: 780px;
margin: 0 auto;
padding-top: 15px;
padding-left: 20px;
text-align: left;
}
h1 {
margin-bottom: 25px;
color: #EEEEEE;
font-size: 18px;
letter-spacing: 0.1em;
}
h1 img {
vertical-align: middle;
}
* html h1 img{ 
/* IE6でpng画像をCSSで透過させる設定 */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "clear.gif" : this.src,
this.style.behavior = "none"
);
}
#logoimg {
margin-right: 10px;
}
li {
clear: both;
height: 50px;
margin-bottom: 10px;
}
dl {
color: #CCCCCC;
}
dt {
float: left;
width: 160px;
height: 50px;
border: 1px solid #CCCCCC;
font-size: 12px;
}
dd {
margin-left: 180px;
font-size: 12px;
}
dd.brandname {
margin-bottom:10px;
font-size: 10px;
letter-spacing: 0.05em;
}
dd.brandname .brandalpha {
color:#FFFFFF;
font-size:17px;
font-weight:bold;
}

