@charset "UTF-8";

/*==========================================*/
body  {
  color: #333;
  line-height: 150%;
  font-size: 13px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,arial,helvetica,clean,sans-serif;
  line-height: 1.4;
}
a{
color: #de8c7e;
text-decoration: none;
}
a:hover{
color: #fff;
text-decoration: underline;
}
h2  {
  font-family: "Arial", Gadget, sans-serif;
  font-size: 140%;
  font-weight: bold;
  clear: both;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 20px 0 0 30px;
  border-bottom: dotted 1px #333;
}
h3 {
  clear: both;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 30px;
}
p, dl { margin: 0 30px 20px 30px; }
dt { font-weight: bold; margin:10px 0 5px 0; }
dd { margin-bottom: 5px; }
ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 30px;
}
/*==========================================*/
/* header */
/*==========================================*/
#header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
#header h1 {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -450px;
}
#header h1 a {
  display: block;
  width: 900px;
  height: 90px;
  background-image: url(../img/header.gif);
  text-indent: -9999em;
  overflow: hidden;
}
/*==========================================*/
/* nav */
/*==========================================*/
#nav  {
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
}
#nav ul  {
  clear: both;
  margin: 0 auto;
  width: 900px;
  height: 70px;
}
#nav ul li  {
  float: left;
  padding: 0;
  vertical-align: top;
  width: 180px;
  height: 70px;
}
#nav ul li a  {
  background-image: url(../img/nav.jpg);
  display: block;
  height: 70px;
  text-indent: 100%;
  text-indent: -9999em;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
}
#nav ul li.nav1 a  { background-position: 0 0; }
#nav ul li.nav2 a  { background-position: -180px 0; }
#nav ul li.nav3 a  { background-position: -360px 0; }
#nav ul li.nav4 a  { background-position: -540px 0; }
#nav ul li.nav5 a  { background-position: -720px 0; }

#nav ul li.nav1 a:hover  { background-position:  0 -70px; }
#nav ul li.nav2 a:hover  { background-position:  -180px -70px; }
#nav ul li.nav3 a:hover  { background-position:  -360px -70px; }
#nav ul li.nav4 a:hover  { background-position:  -540px -70px; }
#nav ul li.nav5 a:hover  { background-position:  -720px -70px; }
/*==========================================*/
/* content */
/*==========================================*/
#content  {
  margin: 0 auto;
  width: 900px;
  background-color: #fff;
  padding: 170px 0 20px 0;
}
#content img#main {
  margin-bottom: 20px;
}
img { border: none; }
.imgL { float: left; margin: 0 30px 20px 30px; }
.imgR { float: right; margin: 0 30px 20px 30px; }
dd.text_s { margin: 30px 0; color: #009999; }
dd.text_c { margin: 30px 0; color: #0066cc; }
dd.text_k { margin: 30px 0; color: #6600cc; }
dd.text_h { margin: 30px 0; color: #cc3399; }
dd.text_o { margin: 30px 0; color: #ff9900; }
dd.text_kim { margin: 30px 0; color: #009900; }
dd.text_shiine { margin: 30px 0; color: #99cc00; }
#content ul { 
  list-style-type: square;
  list-style-position: inside;
  margin: 0 0 30px 30px;
}
/*==========================================*/
/* footer */
/*==========================================*/
#footer {
  padding: 30px 0 40px 0;
  text-align: center;
  font-weight: bold;
}
#footer a {
  color: #333;
}