body {
   margin: 0px;
   background-color: #fff;
   color: #666
}

/* テキスト */

.m {
   font-size: 12px;
   line-height: 18px;
   font-style: normal;
   font-weight: normal;
   color: #666
}

.footer {
   font-size: 10px;
   line-height: 12px;
   color: #666 
}

.counter {
   font-size: 8px;
   line-height: 10px;
   color: #ccc 
}

.date {
   font-size: 12px;
   line-height: 18px;
   font-style: normal;
   font-weight: normal;
   color: #c00
}

p {
   font-size: 10px;
   line-height: 15px;
   color: #666 
}

p.or {
   font-size: 10px;
   line-height: 12px;
   color: #f90 
}


#m1 {
   font-size: 12px;
   line-height: 18px;
   font-style: normal;
   font-weight: bold;
   color: #666
}

#m2 {
   font-size: 12px;
   line-height: 18px;
   font-style: normal;
   font-weight: bold;
   color: #f90
}

#m3 {
   font-size: 12px;
   line-height: 18px;
   font-style: normal;
   font-weight: bold;
   color: #960
}


/* 塗り */

#menu {
   background-color: #ffc
}

#side {
   background-color: #fd9
}


/* フレーム・ライン・フォーム */

#t_dot {
   border-width: 2px;
   border-color: #f90;
   border-style: dotted none none none
}

#u_dot {
   border-width: 2px;
   border-color: #f90;
   border-style: none none dotted none
}

#waku1 {
   border-width: 1px;
   border-color: #ccc;
   border-style: solid
}


/* リンク */

a:link { color: #666; text-decoration: none }
a:visited { color: #666; text-decoration: none }
a:hover { color: #c00; text-decoration: none }
a:active{ color: #c00; text-decoration: none }
