@charset "UTF-8";
/* 全体のレイアウト */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
}

#wariki_wrapper {
  background-image: url(../images/whtpaper.png);
  background-repeat: repeat;
  height: auto;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#wariki_inner {
  height: auto;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.imgunder {
  margin: 5px 0 15px 0;
}

li {
  list-style: outside;
  list-style: none;
}

em {
  font-style: normal;
  text-transform: uppercase;
}

p {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 14px;
  color: #333333;
}

p a {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 14px;
  color: #748101;
  background-color: #e9e9e9;
}

.small {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 12px;
  color: #333333;
}

.small a {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 12px;
  color: #333333;
}

.link {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
}

.link a {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 12px;
  color: #333333;
}

h1 a {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 25px;
  color: #B4B821;
}

h2 {
  width: 560px;
  height: 27px;
  border-bottom: #000000 dotted 1px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

h3 {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 10px;
  color: #B4B821;
  letter-spacing: 0.3em;
  margin-top: 2px;
  margin-bottom: 10px;
}

#backimg {
  background-image:url(../images/main_img.gif);
  background-position: right;
  background-repeat: no-repeat;
  height: 300px;
  width: 800px;
}

#backimg h1 {
  float: left;
  line-height: 300px;
}

#backimg p {
  padding-left: 15px;
}


/* 画像・リンク */

img {
  border: none;
}

a {
  text-decoration: none;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Times, serif;
  font-size: 16px;
  color: #333333;
}

a:hover {
  color: #C8D206;
}

/* header */

#wariki_header {
  height: 25px;
  padding-top: 10px;
}

/* mainimg */

#wariki_mainimg {
  height: 300px;
}

/* nav */

#wariki_nav {
  height: 20px;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: #000000 dotted 1px;
}

#wariki_nav ul {
  height: 20px;
  width: 800px;
  line-height: 20px;
}

#wariki_nav li {
  height: 20px;
  width: 99px;
  float: left;
  border-right: #000000 dotted 1px;
}

#wariki_nav li a {
  height: 20px;
  width: 91px;
  margin-left: 4px;
  margin-right: 4px;
  display: block;
  text-align: center;
  font-size: 13px;
}

#wariki_nav li a:hover {
  background-color: #F5F5F5;
  height: 20px;
  width: 91px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
  background-position: center bottom;
}  

/* main */

#wariki_main {
  margin-top: 20px;
  height: auto;
}

#wariki_main .menu {
  height: auto;
  width: 200px;
  float: right;
  margin-bottom: 70px;
}

#wariki_main .menu ul {
  height: auto;
  width: 200px;
  line-height: 25px;
  padding: 10px 0;
  border-top:#000000 dotted 1px;
  border-bottom:#000000 dotted 1px;
}

#wariki_main .menu li {
  height: 25;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

#wariki_main .menu li a {
  height: 25px;
  width: 200px;
  display: block;
  font-size: 13px;
}

#wariki_main .menu li a:hover {
  height: 25px;
  width: 200px;
  background-color: #F5F5F5;
  margin: auto;
}  

#wariki_main .menuimg {
  margin-top: 5px;
  margin-bottom: 7px;
  margin-right: auto;
  text-align: left;
  width: 60px;
  height:15px;
}

#wariki_main .moji {
  height: auto;
  width: 560px;
  margin-bottom: 100px;
  float: left;
  text-align: left;
  padding-right: 40px;
}

#wariki_main .moji p{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: #000000 dotted 1px;
  width: 560px;
}

/* pan */

#wariki_pan {
  clear: both;
  padding-bottom: 15px;
}

#wariki_pan .left {
  height: auto;
  width: 400px;
  float: left;
  text-align: left;
}

#wariki_pan .right {
  height: auto;
  width: 400px;
  float: right;
  text-align: right;
}

/* pagetop */

#wariki_pagetop {
  height: 25px;
  width: 800px;
  float: left;
  padding-right: auto;
  text-align: left;
  letter-spacing: 0.1em;
}

/* footer */

#wariki_footer {
  height: 70px;
  text-align: center;
  clear: both;
  border-top: dotted #000000 1px;
}

/*サイトマップ（リストタグ）*/

.sitemap{
  padding-top: 15px;
  padding-bottom: 15px;
}
  
.sitemap li{
  padding: 3px 0 3px 24px;
  font-size: 13px;
  text-decoration: underline;
}

.sitemap li a{
  font-size:13px;
}

.sitemap li li{ border-left: 1px solid #555; }
.sitemap ul li{ background: url(../images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
  background:  url(../images/li.gif) 0 12px no-repeat;
  font-weight: normal;
}