@charset "UTF-8";

/* ================================================ */
/* 全体設定           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}
/* body              */
body {
  font-size: 10pt;
  font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  line-height: 150%;
  text-align: left;
  color: #585858;
  background: #ffffff url("./images/bg/bg02.gif");
  background-attachment:fixed;
/*  background-color: #F2F2F2; */

}
/* 見出し           */
h1 {
  font-weight: bold;
  letter-spacing: 0.2em;
}
h2 {
  font-weight: bold;
  letter-spacing: 0.2em;
}
/* リンク            */
a{
/*  color: #303078; */
  color: #1C0C72;
  text-decoration: underline;
}
a:visited{
/*  color: #303078; */
  color: #1C0C72;
  text-decoration: underline;
}
a:hover{
  color: #ffffff;
  text-decoration: none;
  background-color : #1C0C72;
}
/* 文字強調          */
em {
  color: #8B4513;
  border-bottom: 1px dashed #8B4513;
}
strong {
  font-weight: bold;
  color: #8B4513;
  border-bottom: 1px dashed #8B4513;
}
/* 画像              */
img {
  border: 0;
  border-style: none;
}
/* ================================================ */
/* ページの整形     */
.topcontainer {
  top: 3px;
  left: 3px;
  position: absolute;
  z-index: 1;
  width: 980px;
  text-align: left;
  background-color: #FFFFFF;
  margin: 0 auto;
/*  border-right: 1px solid #A9A9A9; */
/*  border-left: 1px solid #A9A9A9; */
}
.container {
/*  top: 3px; */
  left: 3px;
  position: absolute;
  z-index: 1;
  width: 980px;
  text-align: left;
  background-color: #FFFFFF;
  margin: 0 auto;
/*  border-right: 1px solid #A9A9A9; */
/*  border-left: 1px solid #A9A9A9; */
}
.bottomcontainer {
  top: 3px;
  left: 3px;
  position: absolute;
  z-index: 1;
  width: 980px;
  text-align: left;
  background-color: #FFFFFF;
  margin: 0 auto;
/*  border-right: 1px solid #A9A9A9; */
/*  border-left: 1px solid #A9A9A9; */
}
.largefont {
  font-size: 122%;
}
.smallfont {
  font-size: 71%;
}
.centerposi {
  text-align: center;
}
.leftposi {
  text-align: left;
}
.rightposi {
  text-align: right;
}

/* ================================================ */
/* ヘッダー     */
#header {
  z-index: 2;
  width: 980px;
  height : 64px;
  background: #FFFFFF url("./images/logo/ypns_logo.gif") no-repeat;
  border-bottom: 8px solid #1C0C72;
}
/* 段落・リスト     */
#header p {
  margin: 0 20px 20px 35px;
  text-align: center;
}
#header dl {
  margin: 0 20px 20px 35px;
  text-align: center;
}
#header dt {
  font-weight: bold;
}
#header dd {
  margin: 0;
}
#header ul {
  margin: 0px 20px 20px 45px;
  list-style: none;
  text-align: center;
}
#header li {
  list-style: none;
  list-style-type: disc;
}
/* サイト名    */
#header h1 {
  font-size: 200%;
  padding: 20px 10px 5px;
  color: #D2B48C;
  text-align: right;
}
/* ================================================ */
/* トップメッセージ  */
#topmsg {
  top: 11px;
  left: 330px;
  position: absolute;
  z-index: 3;
  width: 320px;
  background-color: #FFFFFF;
  margin: 0;
  padding: 8px 0;
  text-align: center;
}
/* 段落・リスト     */
#topmsg p {
  margin: 0 4px 24px 4px;
}
#topmsg dl {
  margin: 0 4px 24px 4px;
}
#topmsg dt {
/*  font-weight: bold; */
  font-weight: normal;
}
#topmsg dd {
  margin: 0;
}
#topmsg ul {
  margin: 0 4px 24px 4px;
  list-style: none;
}
#topmsg li {
  list-style: none;
  list-style-type: disc;
}

/* ================================================ */
/* メニュー     */
#menu {
  z-index: 4;
  width: 980px;
}
#menu ul {
  list-style: none;
  margin: 3px 0 0;
  padding: 0 10px;
  text-align: right;
}
#menu li {
  list-style: none;
  padding-left: 10px;
  text-align: center;
  display: inline;
}

/* ================================================ */
/* メイン     */
#main {
  z-index: 5;
  width: 800px;
/*  height: 800px; */
  background-color: #FFFFFF;
  margin: 4px 0;
  padding: 15px 0;
}
/* 見出し     */
#main h2 {
  font-size: 130%;
  margin: 0 15px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 13px;
/*  border-color: #1C0C72; */
  border-color: #F0E68C;
  padding: 5px;
}
/* 段落・リスト     */
#main table{
  margin: 10px 10px 10px 20px;
  width: 95%;
  border: 1px solid #A9A9A9;
}
#main td{
  padding: 2px;
}
#main p {
  margin: 0 20px 20px 35px;
}
#main dl {
  margin: 0 20px 20px 35px;
}
#main dt {
  font-weight: bold;
}
#main dd {
  margin: 0;
}
#main ul {
  margin: 0 20px 20px 45px;
  list-style: none;
}
#main li {
  list-style: none;
  list-style-type: disc;
}

/* ================================================ */
/* 右側エリア     */
#rightarea {
  top: 102px;
  left: 802px;
  position: absolute;
  z-index: 6;
  width: 170px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F0E68C;
  background-color: #FFFFFF;
  margin: 4px 0;
  padding: 1px 1px;
/*  color: #585858; */
}
/* 見出し     */
#rightarea h2 {
  font-size: 120%;
/*  margin: 0 15px 8px; */
  margin: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
/*  border-color: #1C0C72; */
  text-align: center;
  border-color: #F0E68C;
  background-color: #F0E68C;
  padding: 3px;
}
/* 段落・リスト     */
#rightarea p {
  margin: 0 4px 24px 4px;
}
#rightarea dl {
  margin: 0 4px 24px 4px;
}
#rightarea dt {
/*  font-weight: bold; */
  font-weight: normal;
}
#rightarea dd {
  margin: 0;
}
#rightarea ul {
  margin: 0 4px 24px 4px;
  list-style: none;
}
#rightarea li {
  list-style: none;
  list-style-type: disc;
}

/* ================================================ */
/* フッター     */
#footer {
  width: 980px;
  border-top: 2px solid #1C0C72;
  padding: 0;
  margin: 0;
  background-color: #1C0C72;
  text-align: right;
  z-index: 7;
}
/* 著作権     */
#footer address {
  margin: 2px 15px 0 0;
  padding: 5px;
  color:#E7E7DD;
}

