@charset "utf-8";

/*Suggested order

*display
*list-style
*position
*float
*clear
*width
*height
*margin
*padding
*border
*background
*color
*font
*text-decoration
*text-align
*vertical-align
*white-space
*other text
*content

*/

html  {
  height:100%;
}

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,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
section, article, nav {
  margin:0;
  padding:0;
}

section, article, nav {
  display: block;
}

body {
  margin:0;
  padding:0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;*/
  font-size:100%;
  font-weight:normal;
  line-height:1.4em;
}

div,h1,h2,h3,h4,h5,h6,img,ul,ol,li,dl,dt,dd,table,th,td,a,span,p, section, article, nav  {
  margin:0;
  padding:0;
  font-size:100%;
  text-align: left;
}

img  {
  border:none;
  vertical-align:bottom;
}

ul,ol,li  {
  list-style-type:none;
}

table  {
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
}

/*a {
  color: #636466;
  text-decoration: none;
}

a:hover {
  color: #636466;
  text-decoration: underline;
}*/


a {
  color: #560f11;
  text-decoration: underline;
}

a:hover {
  color: #ed1c24;
  text-decoration: none;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
