@charset "utf-8";
/*
--------------------------------------------------
CSS Skin Settings
FileName:   font.css
Version:    2008/03/11
--------------------------------------------------
*/

/*------------------------------

Font-size Adjustment

77%  = 10px	|	122% = 16px	|	167% = 22px	
85%  = 11px	|	129% = 17px	|	174% = 23px
92%  = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	152% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|

------------------------------*/

/* =templates.css
------------------------------
*/

#search {
  font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, Arial;
}

#gnavi {
  font-size: 85%;
}

#topics {
  font-size: 92%;
}

#topics h3 {
  font-weight: bold;
}

#calendar table caption {
  font-weight: bold;
}

#calendar table {
  font-size: 92%;
}

div#footer {
  color: #333333;
  font-size: 85%;
  font-weight: bold;
}

h2.pitem {
  color: #E83E03;
  font-weight: bold;
  margin: 8px 0px 2px;
}

h3.psub {
  color: #0000CC;
  margin: 2px 0px 10px;
}

input#searchBtn {
  width: 88px;
  height: 22px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: top;
}

.itemiDetail h2 a:link    {color: #E83E03; text-decoration: none;}
.itemiDetail h2 a:visited {color: #E83E03; text-decoration: none;}
.itemiDetail h2 a:active  {color: #E83E03; text-decoration: none;}
.itemiDetail h2 a:hover   {color: #E83E03; text-decoration: underline;}

#gnavi a:link    {color: #333333; text-decoration: none;}
#gnavi a:visited {color: #333333; text-decoration: none;}
#gnavi a:active  {color: #333333; text-decoration: none;}
#gnavi a:hover   {color: #333333; text-decoration: underline;}

#footer a:link    {color: #000000; text-decoration: none;}
#footer a:visited {color: #000000; text-decoration: none;}
#footer a:active  {color: #000000; text-decoration: none;}
#footer a:hover   {color: #000000; text-decoration: underline;}

