@charset "shift_JIS";

/* ================================================ */
/* 全体設定           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}
/* body              */
body {
  font-size: 80%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 150%;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url("./img/b9.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

/* ================================================ */
/* 見出し           */
h1 {
  letter-spacing: 0.2em;
}

/* ================================================ */
/* リンク            */
a{
  color: #bc8f8f;
  text-decoration: none;
}
a:visited{
  color: #bc8f8f;
}
a:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: ##50aba9;
}

/* ================================================ */
/* 文字強調          */
em {
  color: #bc8f8f;
  border-bottom: 1px dashed #bc8f8f;
}
strong {
  font-weight: bold;
  color: #bc8f8f;
  border-bottom: 1px dashed #bc8f8f;
}

/* ================================================ */
/* 画像              */
img {
  border: 0;
  border-style: none;
}

/* ================================================ */
/* ページの整形     */
#container {
  text-align: left;
  background-color: #ffffff;
  margin: 0 auto;
  width: 500px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

/* ================================================ */
/* ヘッダー     */
#header {
  width: 500px;
  height: 240px;
  background: #ffffff url("./img/140627.jpg") no-repeat;
  border-bottom: 13px solid #e1c8cf;
}
/* サイト名    */
h1 {
  font-size: 180%;
  padding: 20px 10px 5px;
  color: #ffffff;
  text-align: right;
}

/* ================================================ */
/* メニュー     */
#menu {
  width: 500px;
}
#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 {
  background-color: #ffffff;
  margin: 0;
  padding: 15px 0;
}
/* 見出し     */
#main h2 {
  font-size: 100%;
  margin: 0 15px 8px;
  padding:3px 5px;
  background:#ffffff;;
  border-color:#e1c8cf;
  border-width:0 0 1px 7px;
  border-style:solid;
  color: #bc8f8f;
}
/* 段落・リスト     */
#main p,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: square;
}
#linkbtm {
	margin: 2em 25px 1em;
	text-align: right;
}
.notice {
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 1em;
	border: 1px dotted #bc8f8f;
}
input.text {
	background-color:#ffffff;
	border:1px
	solid #bc8f8f;
}
input.botton {
	background-color:#ffffff;
	border:1px
	solid #bc8f8f;
}
textarea {
	background-color:#ffffff;
	border:1px
	solid #bc8f8f;
}
/* ================================================ */
/* フッター     */
#footer {
  border-top: 13px solid #e1c8cf;
  padding: 0;
  margin: 0;
  background-color: #000000;
  text-align: right;
  width: 500px;
}
/* 著作権     */
address {
  margin: 2px 15px 0 0;
  padding: 5px;
  color:#ffffff;
}
