@charset "utf-8";

*{
  padding: 0px;
  margin: 0px;
}

/*========================================

  elements

========================================*/

html {
  font-size: 100%;
}

body {
  background-color:#FFFDED;
  color: #0B0B0B;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 100%;
  text-align: center;
}

/* text
---------------*/

h1,h2,h3,h4,h5,h6,p {
  font-size: 100%;
}

/* list
---------------*/

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

/* img
---------------*/
img {
  border: 0;
}

/* link
---------------*/

a {
  overflow: hidden;
}

a:link {
  color: #015BFF;
}

a:visited {
  color: #800080;
  text-decoration:none;
}

a:hover {
  color: #F90;
}

/*========================================

  div#content

========================================*/
div#content{
  width: 580px;
  margin: 10px 10px;
  text-align: left;
  clear: both;
}
/*=========================
  div#header
=========================*/
div#content div#header {
  background-color:#FFFDED;
  width: 580px;
  padding: 5px 0;
  text-align: right;
  float: right;
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}
div#content div#header div#link{
  margin-bottom: 5px;
  text-align: right;
}
div#content div#header div#link a{
  padding: 5px 0;
}
/*========================================

  div#footer

========================================*/
div#footer {
  background-color:#FFFDED;
  width: 580px;
  padding: 5px 0;
  text-align: right;
  float: right;
}
div#content div#footer div#link{
  margin-bottom: 5px;
  text-align: right;
}
div#content div#footer div#link a{
  padding: 5px 0;
}

/*=========================
  div#main
=========================*/

div#content div#main {
  clear: both;
  width: 580px;
  padding: 10px 0;
}

/*=========================
  div#address_description
=========================*/
div#content div#main #address_description{
  clear: both;
  width: 580px;
}
div#content div#main #address_description h1 {
  clear: both;
  font-weight: bold;
  margin-bottom: 10px;
  color: #808000;
}
div#content div#main #address_description h2 {
  clear: both;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff0000;
}

/*=========================
  div#address
=========================*/
div#content div#main div#address ul {
  clear: both;
  margin: 0;
  padding: 0;
}
div#content div#main div#address ul li {
  margin: 0 ;
  padding: 0;
}
