body {
   margin: 20;
   color: #000000;
   background-color: #ffcc00
}

/* フォント */

.m {
   font-size: 12px;
   line-height: 18px;
   color: #666666
}

.g {
   font-size: 12px;
   line-height: 14px;
   color: #666666
}


p {
   font-size: 10px;
   line-height: 13px;
   color: #666666
}


h1 {
   font-size: 10px;
   line-height: 13px;
   font-weight: normal;
   color: #000000
}

h2 {
   font-size: 12px;
   line-height: 15px;
   font-weight: bold;
   color: #666666
}

h3 {
   font-size: 12px;
   line-height: 15px;
   font-weight: bold;
   color: #ff6600
}

em {
   font-style: normal;
   font-weight: normal;
   color: #cc0000
}


/* 背景色 */


.base {
   background-color: #ffcc00
}

.wh {
   background-color: #ffffff
}


/* ライン */
#t_line {
   border-width: 1px;
   border-color: #ff9900;
   border-style: solid none none none
}

#tu_line {
   border-width: 1px;
   border-color: #ff9900;
   border-style: solid none solid none
}

#tg_line {
   border-width: 1px;
   border-color: #eeeeee;
   border-style: solid none none none
}

#u_line {
   border-width: 1px;
   border-color: #ff9900;
   border-style: none none solid none
}

#l_line {
   border-width: 1px;
   border-color: #ff9900;
   border-style: none none none solid
}

#r_line {
   border-width: 1px;
   border-color: #ff9900;
   border-style: none solid none none
}

#lu_line {
   border-width: 1px;
   border-color: #ff9900;
   border-style: none none solid solid
}

#dot_u {
   border-width: 2px;
   border-color: #dddddd;
   border-style: none none dotted none
}


#waku {
   border-width: 0px;
   border-color: #ffffff;
   border-style: solid;
   background-color: #ffffff
}

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


/* リンク */
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #ffffff; text-decoration: none }
a:active{ color: #ffffff; text-decoration: none }