/*-------------------------------------------------
【1】CSSリセット
---------------------------------------------------*/

* {
  padding: 0;
  margin: 0;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #FF0000;
}

img {
	border: none;
	vertical-align: bottom;

}

hr{
	clear: both;
	margin: 0 0 2em 0;
	padding: 0;
	border-width: 1px 0 0 0;
	height: 1px;
	color: #333;
	border-style: dotted none none none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------------
【2】全体フォント指定
---------------------------------------------------*/
body {
  padding: 0;
  margin: 0;
  font-size: 10pt;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url() no-repeat;
}

/*-------------------------------------------------
【3】レイアウト指定
---------------------------------------------------*/

#wrapper {
  width: 900px;
  margin: 1em auto 0;
  text-align: left;
  border: 1px solid #150924;
  background: #FFFFFF;
}

/* -- ヘッダー指定 -- */

#header {
  border-bottom: 1px solid #efefef;
  height: 180px;
  margin: 0px auto;
  padding: 5px 5px 0 5px;
  background : #ffffff url(./print/imegi/image34.jpg) no-repeat;
  font-size: 13px;
}

#global {
  width: 100%;
  position: relative;
  font-size: 13px;
}

#container {
  width: 720px;
  float: left;
}

#contents {
  width: 500px;
  float: right;
  padding: 50px 19px;
  border-left: 1px solid #150924;
  border-right: 1px solid #150924;
}

/* -- サイドバー指定 -- */

#left-column {
  width: 170px;
  float: right;
  padding: 35px 5px;
  font-size: 13px;
}

#right-column {
  width: 170px;
  float: right;
  padding: 35px 5px;
  font-size: 13px;
}

/* -- フッター指定 -- */

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  background-color: #ffffff;
  color: #ededed;
  border-top: 1px solid #330000;
  font-size: 13px;
}


/*-------------------------------------------------
【3】ヘッダー要素
---------------------------------------------------*/

/* -- 見出し(H1) -- */
h1 {
  color:  #FF0000;
  font-size: 1em;
  font-weight: normal;
  margin-left: 20px;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}

/* -- サイト名 -- */
p.logo {
  font-size: 2em;
  margin-bottom: 0.5em;
  margin-left: 15px;
}

p.logo a {
  text-decoration: none;
  color: #660000;
}

p.logo a:hover {
  text-decoration: underline;
  color: #660000;
}

/* -- サイト概要 -- */
p.description { 
  margin-left: 20px;
  color: #660000;
}

/*-------------------------------------------------
【4】グローバルナビゲーション要素
---------------------------------------------------*/

#global ul {
  width: 100%;
  background-color: #fefacb;
  list-style-type: none;
  position: absolute;
}

#global li {
  width: auto;
  border-right: 1px dotted #fefacb;
  float: left;
}

#global li a {
  text-decoration: none;
  display: block;
  background-color: #fefacb;
  color: #663300;
  width: auto;
  padding: 0.8em;
}

#global li a:hover {
  background-color: #E7BDFF;
  border-bottom: 1px dotted #150924;
  color: #000;
}

/*-------------------------------------------------
【5】メインコンテンツ要素
---------------------------------------------------*/

/* -- パン屑リスト -- */
div.topicpath {
  font-size: 90%;
  line-height: 1em;
  margin-bottom: 2em;
}

#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* -- 強調タグ -- */

strong {
  color: blak;
}

em {
  color: blak;
}

/* -- 見出し(H2〜H4） -- */
h2,h4 {
  font-size: 12pt;
  border-left: 10px solid #150924;
  border-bottom: 1px solid #150924;
  margin-bottom: 1.3em;
  padding: 5px 0 5px 5px;
}

h3{
  font-size: 10pt;
}


h3,h4 { margin-top: 2.5em; }

h5 {
  font-size: 1em;
  margin-bottom: 1.5em;
}

/* -- リスト -- */

#contents ul { margin: 20px 0 1em 10px; }
#contents ol { margin: 20px 0 1em 20px; }
#contents li { margin-bottom: 0.5em; }

/* -- 説明つきリスト -- */

#contents dl { 
margin: 1em 0; 
}

#contents dt {
  font-weight: bold;
  color: blue;
  line-height: 2em;
  border-bottom: 1px dotted #666666;
}

#contents dd { 
margin: 0.6em 0 1.8em 0; 
}

/* -- トップに戻る -- */
div.content-nav { 
  margin-top: 5em; 
  font-size: 90%;
}


/*--画像左寄せ　右に文章-- */

.left{
  float: left;
  margin: 0 20px 20px 0!important;
}

/*--画像右寄せ　左に文章-- */

.right{
  float: right;
  margin: 0 0 20px 20px!important;
}

.center{
  float: center;
  margin: 0 0 0px 0px!important;
}

/*--テーブルレイアウト-- */

table.simple-table {
    width: 460px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.simple-table th {
    padding: 5px;
    border: #ededed solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    background: #ededed;
}
table.simple-table td {
    padding: 5px;
    border: 1px #ededed solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/*-------------------------------------------------
【6】サイドバー要素
---------------------------------------------------*/

/* -- サイドバー見出しタイトル -- */
p.sidetitle {
  color: #ededed;
  padding: 0.5em;
  border: 1px solid #150924;
  background-color: #663300;
  margin-top: 1em;
}

/* -- サイドメニューリスト -- */
ul.sidemenu {
  list-style-type: none;
  margin-bottom: 1em;
}

ul.sidemenu li { 
  display: inline; 
}

ul.sidemenu a {
  text-decoration: none;
  display: block;
  width: 158px;
  padding: 0.5em 5px;
  background-color: #fcfcfc;
  color: #000000;
  border-bottom: 1px solid #150924;
  border-right: 1px solid #150924;
  border-left: 1px solid #150924;
}

ul.sidemenu a:hover {
  text-decoration: none;
  background-color: #ededed;
  color: #333;
}


/* -- サイドバナー -- */

ul.sidebanner {
  list-style-type: none;
  margin-top: 1em;
  margin-bottom: 2em;
}

ul.sidebanner a {
  text-decoration: none;
  width: 160px;
  padding: 0.5em 5px;
  color: #000000;
}

p.side {
  line-height: 1.6em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 90%;
  padding:  3px;
}

/*-------------------------------------------------
【7】フッター要素
---------------------------------------------------*/

#footer a{
  color: #ededed;
}

#footer a:hover {
  color: #fff;
}

/* -- フッターメニュー -- */
ul.footermenu {
  width: 500px;;
  list-style-type: none;
}

ul.footermenu li {
  width: auto;
  border-right: 1px dotted #fcfcfc;
  float: left;
}

ul.footermenu li a {
  text-decoration: underline;
  display: block;
  width: auto;
  padding: 0.7em
;}

/* -- コピーライト -- */
#footer address { 
  text-align: center; 
  font-size: 90%;
  font-style: normal;
}
.oneprice{
  background-image : url(images/image.jpg);
}

