@charset "utf-8";

/*-- common 
-------------------------------------------*/
* { margin: 0; padding: 0; font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif; color: #fff;}

html { overflow-x: hidden; overflow-y: auto; }
body { background: #333; font-size: 80%; line-height: 150%; }

img { border: none; }

#wn02wrap { padding: 6px 10px; }
#wn02body { padding: 20px;}
.wn02 { background: url(../images/ttlbg-01.jpg) no-repeat top left; padding: 0 0 0 20px; line-height: 30px; border-bottom: 15px solid #000; color: #037bad; font-size: 100%;}
.wn02box { width: 240px; float: left; border-bottom: 15px solid #000; }
.wn02frm { background: #333; padding: 10px; }

.br20 { padding: 0 20px 0 0; }

table { width: 100%;  }
th { padding: 4px 24px 4px 0; text-align: left; font-weight: normal; vertical-align: top; border-bottom: 1px dotted #666; }
td { padding: 4px 0; vertical-align: top; border-bottom: 1px dotted #666; }


/*-- link 
-------------------------------------------*/
a { overflow: hidden; }
a:link { color: #037bad; }
a:visited { color: #037bad; }
a:hover, a:active { color: #037bad; text-decoration:none; }
a:focus{ outline: none; }


/*-- align 
-------------------------------------------*/
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

