/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
  scrollbar-base-color:#F0F7F5; 
	scrollbar-face-color:#F0F7F5; 
	scrollbar-track-color:#FEFEFE; 
	scrollbar-highlight-color:#F0F7F5; 
	scrollbar-3dlight-color:#CCDBDB; 
	scrollbar-shadow-color:#CCDBDB; 
	scrollbar-darkshadow-color:#F0F7F5; 
	scrollbar-arrow-color:#CCDBDB; 
}

a, a:link, a:visited {
  color: #E44D03;
  text-decoration: underline;
}
a:hover, a:active {
  color: #E44D03;
}
a img{
  border: 0;
}
ul {
  margin-bottom: 1em;
  list-style-type: none;
  list-style-position: outside;
}
dl {
  font-size:95%;
  margin-bottom: 0.5em;
  text-align: left;
}
#corp dd {
  margin:0 0 0.5em 60px;
}
p {
  margin-bottom: 1em;
  font-size: 95%;
}


/* common styles */
body {
  color: #000000;
  background-color: #F0F7F5;
  text-align: center;
}

p.skipLink, p.hPhrase {
  display: none;
}

.fClear {
  clear: both;
  height: 0;
}
.spot {
  color:#02A39E;
}
.spot_g{
	color:#9A9F93}
div#siteFooter {
  color: #374E52;
  clear: both;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  width:645px;
}
.rightpan{
	text-align: right;
}
