﻿@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);
@import url(user.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #feeec9;
}

#container {
  background: transparent;
  width: 800px;
  margin: 0 auto;
}


/* SAFARI用 */

body:first-of-type #container {
  background: transparent;
  width: 810px;
  margin: 0 auto;
}


/* ---------------------------------------------------------------- *
	ヘッダ部分の設定
 * ---------------------------------------------------------------- */


#header {

  background: #feeec9;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}


/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定
 * ---------------------------------------------------------------- */

#navi {
  background: #FFFFFF url(img/bg.png) repeat-x;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom:1px solid #feeec9;
}

#navi ul {
  margin: 0;
  padding: 0;
  height: 2.5em;
}

#navi ul li {
  margin: 0;
  padding: 0;
  float: left;
}

#navi ul li a {
  margin: 0;
  padding: 6px 28px 5px 27px;
  display: block;
  border-right: 1px solid #CCCCCC;
  border-bottom: 5px solid #EE0000;
  background: url(img/bg.png) repeat-x;
  font-weight: bold;
}

#navi a:hover {
  border-bottom: 5px solid #FFBBBB;
  background: #EEEEEE url(img/arrow.gif) no-repeat;
  text-decoration: none;
}


#navi ul li.otoiawase a {
padding: 6px 27px 5px 27px;
}



/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定
 * ---------------------------------------------------------------- */

#main {
  padding-left: 245px;
  padding-right: 0;
  background: tranparent;
  margin-top: 30px;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定
 * ---------------------------------------------------------------- */

#sidenavi {
 
  background: #feeec9;
  width: 200px;
  top: auto;
  left: 0;
  right: auto;
  padding-top: 0;
  padding-bottom: 0;
  /* --- 絶対配置することによって左サイドバーが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定 --- */
  z-index: 1;
}

#sidenavi ul {
    margin: 0;
    padding:0 8px 8px 8px;

  
}

#sidenavi ul li {
  /* --- マージンを設定 --- */
    margin: 0;
    padding: 5px 20px 5px 25px;
    border-bottom: 1px solid #0086b9;
    background: #feeec9 url(img/sq_arrow.gif) no-repeat 5px 7px;
    list-style-type: none;
}

  /* Note：上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避。以降，指示に従って同じ値での指定を 2 回続ける。 */
[id="sidenavi"]#sidenavi {
  margin-top: 0;
}
html:lang(ja) #sidenavi {
  margin-top: 0;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

.contents {
  background: #feeec9;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定です
 * ---------------------------------------------------------------- */

.contents img.fig {

  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */

#footer {
  background: #feeec9;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.6em;
  padding-right: 0;
  padding-bottom: 1em;
  padding-left: 1em;
  border-top: 1px dotted #EE0000;
}

#footer ul {
    margin-bottom: 4px;
    padding: 0;
    border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}


/* ---------------------------------------------------------------- *
	記事ページの個別設定
 * ---------------------------------------------------------------- */

.redBox{
border:2px dotted #ff0000;
padding:7px;
}

hr{
color:#007BED;
}


/* ---------------------------------------------------------------- *
	テーブル
 * ---------------------------------------------------------------- */
 
 
 table{
 border-top:1px solid #cecece;
  border-left:1px solid #cecece;
   border-right:1px solid #cecece;
 }
 
 td.left{
 width:80px;
 padding:5px 15px 5px 20px;
 border-right:1px solid #cecece;
 border-bottom:1px solid #cecece;
 background:url(aboutus/img/icon01.jpg) no-repeat;
 background-position:0 50%;
 }
 
 
 td.right{
padding:5px 15px 5px 20px;
  border-bottom:1px solid #cecece;
 }
 
