@charset "Shift_JIS";
/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}
/*---------------------------------------リンク指定*/

a:link {
  color : #0000ff;
  text-decoration : underline;
}
a:visited {
  color : #8800ff;
  text-decoration : underline;
}
a:hover {
  color: #ff0000;
  text-decoration : underline;
}
/*---------------------------------------レイアウトに関する指定*/

body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}
#wrapper {
  text-align: left;
  margin: 0 auto;
  width : 750px;
  position: relative;
}
#header {
  margin-bottom : 2em;
  padding-top : 3em;
}
#container {
  width: 100%;
}
#contents {
  padding : 0px 0px 1em 0px;
  line-height : 2;
  min-height: 1px;
  position : relative;
}
#footer {
  padding-bottom: 0.5em;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #990000;
  padding-top : 1em;
  margin-left : auto;
  margin-right : auto;
}
/*---------------------------------------ヘッダーブロックに関する指定*/

/* -- キーワード -- */
h1 {
  font-size: 100%;
  margin : 0px 0px 0.5em 0px;
  color : #333333;
  font-weight : normal;
}
/* -- 企業名｜ショップ名｜タイトル -- */
.logo {
  font-size: 180%;
  text-align: right;
  margin : 0px 0px 0.5em 0px;
  border-bottom : 3px double #990000;
  color : #4f442d;
}
.logo a {
  text-decoration: none;
  color: #000000;
}
.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}
/* -- ページの概要 -- */
.description {
  text-align: right;
  margin : 0px 0px 0.5em 0px;
}
/*---------------------------------------コンテンツブロックに関する指定*/

/* -- 見出し -- */
h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 30px;
}
h3,
h4,
h5,
h6 {
  margin-top: 3em;
}
/* -- 文字 -- */

/* -- リスト -- */
#contents ul {
  margin : 1em 0px 1em 3em;
}
#contents ol {
  margin : 1em 0px 1em 3em;
}
/*---------------------------------------フッターブロックに関する指定*/

#footer p {
  text-align: right;
  margin : 2em 0px 0.5em 0px;
  padding-top: 0.5em;
  border-top: 1px solid #990000;
  font-size : 90%;
  color : #999999;
}
#footer p a {
  color: #999999;
  text-decoration: none;
}
/*---------------------------------------グローバルナビ部分*/
#globalnavi {
  background-image : url(bg-body.jpg);
  background-repeat : repeat-x;
  text-align : right;
  padding-top : 0.5em;
  padding-bottom : 0.5em;
  padding-left : 5px;
  padding-right : 5px;
  position : absolute;
  top : 0px;
  width : 740px;
}
#globalnavi ul {
  list-style-type: none;
}
#globalnavi li {
  width: 159px;
  float: left;
  border-right: 1px solid #666666;
}
#globalnavi a {
  padding : 0.25em 0.5em 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
}
#globalnavi a:hover {
  background-color: #999966;
  color: #ffffff;
  text-decoration: underline;
}
/*--サブメニュー部分--*/

#globalnavi ul ul li {
  font-size: 90%;
  width: 160px;
  float: none;
  border: none;
  display: inline;
  margin: 0;
}
#globalnavi ul ul li a {
  text-align: left;
  padding: 1em 5px;
  width: 150px;
  display: block;
  background-color: #663300;
  color: #ffffff;
  text-decoration: none;
  border-top: 1px solid #ffffff;
}
#globalnavi li a:hover {
  background-color: #999966;
  color: #ff0000;
  text-decoration: none;
}
#globalnavi ul li.menu ul {
  display: none;
}
#globalnavi ul li.menuOn ul {
  display: block;
}
#previous{
  float : left;
  text-align : left;
  width : 25%;
  font-size : 13px;
}
#previous a[href="#"]{
  visibility:hidden;
}
#next{
  text-align : right;
  width : 25%;
  float : right;
  font-size : 13px;
}
#next a[href="#"]{
  visibility:hidden;
}
#datetime{
  text-align : center;
  margin-left : 25%;
  margin-right : 25%;
}
h1 span{
  color : #730039;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #contents{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
/**/
}
.block_to_iblock{
display:inline-block;
}
*html .block_to_iblock{
display:inline;
zoom:1;
}
*:first-child+html .block_to_iblock{
display:inline;
zoom:1;
}
#writer{
text-align:right;
}