@charset "UTF-8";

body {  
  text-align: center; 
  font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}


a {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

h1
{font-size:200%;
 margin-top: 0px;
 margin-bottom: 0px;}

h2
{font-size:150%;
 margin-top: 0px;
 margin-bottom: 0px;}

h3
{padding: 0.3em;
 border-left: 0px solid #C59b35;
 border-bottom: 0px dashed #C59b35;
 font-size: 1em;
 font-weight: bold;
 margin-top: 0px;
 margin-bottom: 0px;}

h4
{font-size:100%;
 margin-top: 0px;
 margin-bottom: 0px;}


ul { padding: 0; }

ul { margin: 0 0 0 1.5em; }

ol { padding: 0; }

ol { margin: 0 0 0 1.5em; }

dl { padding: 0; }

dl { margin: 0 0 0 1.5em; }


div #breadcrumb div {
  display: inline;
  font-family: Meiryo;
  font-size: 12px;
}


p.resizeimage img{width:100%}