@charset "UTF-8";

body {
  color : #006600;
  font-family : "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size : 14px;
  line-height : 1.6em;
  letter-spacing : 1px;
  background-color : #ffffff;
}

a:link { text-decoration : none; border-bottom : 1px dotted #006600; color : #006600}
a:visited { text-decoration : none; border-bottom : 1px dotted #006600; color : #006600}
a:active { text-decoration : none; border-bottom : 1px dashed #006600; color : #006600}
a:hover { text-decoration : none; border-bottom : 1px solid #006600; color : #663300}
a:focus { text-decoration : none; border-bottom : 1px solid #006600; color : #663300;  background-color:#eebbcb;} /*-- なでしこいろ --*/
