@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

body{

/*全体*/
 margin:2px 0 0 2px;
 color: #666666;
 font-family: Verdana;
 font-weight: lighter;
 text-align:center;
 background: #ffffff;
 font-size: 12px;
}

td{
 font-size: 12px;
 line-height:14px;
 letter-spacing:1px;
}

/*リンク*/
a , a:link , a:visited , a:active{
 text-decoration : none;
 color : #333;
}

a:hover {color:#ff6600;}

a img{
 border: none;
 margin: 0;
}

.image{
 overflow: hidden;
 border: 1px solid #fff;
 float: left;
 height: 34px;
}

ul{
 width:100%;
 font-size:12px;
 margin: 0;
 padding: 0;
}

li{
 margin: 0 0 5px 0;
 padding: 2px;
 float: left;
 border-bottom: 1px dotted;
}
