@charset "UTF-8";


/* ************************************** _


タイトル：reset.css
概要：ブラウザ仕様リセットCSSファイル


_ ************************************** */



/* reset 'Browser standard style'
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}



/* font size
---------------------------------------------------------------------------- */
div, ul, li, ol, dl, dt, dd, table, th, td, p, a { zoom: 1; } /* for WinIE6,7 */
html>body { font-size: 16px; }
*+html body,
* html body { font-size: 100%; } /* for WinIE6,7 */
html>/**/body { font-size /*\**/: 100%\9; } /* for WinIE8 */
*+html>/**/body { font-size: 100%; } /* for Opera8,9 */



/* font style
---------------------------------------------------------------------------- */
caption, th, td {
  text-align: left;
  font-weight: normal;
}
p, td, th,
li, dt, dd, pre, textarea, label, address {
  line-height: 1.4em;
}
strong  { font-weight: bold; }
em { color: #ff0000; font-style: normal; }



/* list style
---------------------------------------------------------------------------- */
ol, ul {
  list-style: none;
}
ul ul, ol ul, ul ol, ol ol,
dl ul, dl ol, dl dl,
td td,
dt label { font-size: 100%; }



/* table style
---------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-padding: 0;
}



/* a style
---------------------------------------------------------------------------- */
a { color: #2977e1; text-decoration: underline; }
a:link { color: #2977e1; text-decoration: underline; }
a:visited { color: #2977e1; text-decoration: underline; }
a:hover { color: #2977e1; text-decoration: none; }
a:active { color: #2977e1; text-decoration: none; }
a:focus { color: #2977e1; text-decoration: none; }

#footer a { font-weight: bold; color: #ffffff; text-decoration: none; }
#footer a:link { color: #ffffff; text-decoration: none; }
#footer a:visited { color: #ffffff; text-decoration: none; }
#footer a:hover { color: #ffffff; text-decoration: underline; }
#footer a:active { color: #ffffff; text-decoration: underline; }
#footer a:focus { color: #ffffff; text-decoration: underline; }

#localNav a { text-decoration: none; }
#localNav a:link { text-decoration: none; }
#localNav a:visited { text-decoration: none; }
#localNav a:hover { text-decoration: underline; }
#localNav a:active { text-decoration: underline; }
#localNav a:focus { text-decoration: underline; }

#mainInner a { text-decoration: none; }
#mainInner a:link { text-decoration: none; }
#mainInner a:visited { text-decoration: none; }
#mainInner a:hover { text-decoration: underline; }
#mainInner a:active { text-decoration: underline; }
#mainInner a:focus { text-decoration: underline; }