@charset "utf-8";

/*==============================================================================
  タイトル: 
  著者    : 
  説明    : 
==============================================================================*/

/* 日本語サイト用 */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Mac用(入力ボックス内で2バイト文字が欧文フォントで表示される) { */
input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}
/* } Mac用 */

pre {
  display: block;
  margin: 1em 0;
  font-family: monospace;
  white-space: pre;
}

code {
  font-family: monospace;
}

samp {
  font-family: monospace;
}

kbd {
  font-family: monospace;
}

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a:link, a:visited {
  text-decoration: none;
  color:#003AEA;
  font-size: 100%;
}

a:hover {
  text-decoration: underline;
  color:#E2596B;
  font-size: 100%;
  text-decoration:none;

}

a:focus  {
  outline: thin dotted invert;
}

/*--- block.css ---*/
