@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  color: #333333;
 background: url(../images/back00.gif);
}

#waku {
  padding: 0;
  width: 800px;
  background: url(../images/back999.gif) no-repeat;
}

.body12{  font-size: 12px;  }
.body11{  font-size: 11px;  }
.body14b{
	font-size: 14px;
	line-height: 150%;
	color: #993300;
} 

/* リンク
---------------------------------------------------- */
a:link {
  color: #0596C4;
  text-decoration: none; 
}
a:visited {
  color: #666666;
  text-decoration: none; 
}
a:hover, a:active {
  color: #999999;
  text-decoration: none; 
}

/* リンク終わり
---------------------------------------------------- */
