@charset "Shift_JIS";

/* 基本設定
---------------------------------------------------- */
body
{
  margin: 0;
  padding: 0;
  color: #222222;
  background: #C1BDB5;
  text-align: center;
}


div,img,h1,h2,h3,h4,h5,h6,p,ul
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Osaka, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 200%;
}

h1,h2
{
  display: none;
}


TD
{
  background: #FFFFFF;
}



/* ボーダー設定
---------------------------------------------------- */
hr
{
  clear: both;
  color: #000000;
  height: 1px;
}


/* リンク文字設定
---------------------------------------------------- */
a
{
  color:#666666;
  text-decoration: underline:
}

a:hover
{
  color: #000000;
  text-decoration: underline:
}


/* 基本レイアウト
---------------------------------------------------- */
#LeftBar
{
  width: 25px;
  background: #C1BDB5; 
  background-image: url(Images/Back/LeftBarBack.jpg);
  background-repeat: repeat-y;
}

#RightBar
{
  width: 25px;
  background: #C1BDB5; 
  background-image: url(Images/Back/RightBarBack.jpg);
  background-repeat: repeat-y;
}


 
#Wrapper
{
  width: 700px;
  border: 0px solid #000000;
  padding: 25px;
}


/* ページ本体
---------------------------------------------------- */
#PageBody
{
  clear: both;
  position: relative;
  width: 700px;			/* ■IE用バグ対策 */
  background: #ffffff;
  border: 0px;
}


/* メインフォト
---------------------------------------------------- */
#MainPhoto
{
  margin-top: 0px;
  margin-bottom: 25px;
  width: 700px;
  background: #ffffff;
  border: 0px;
}

/* メイン
---------------------------------------------------- */
#Main
{
  clear: both;
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  width: 700px;
/*  height: 300px;*/
  background: #ffffff;
  border: 0px;
}

/* ヘッダ
---------------------------------------------------- */
#Header
{
  clear: both;
  width: 700px;
  height: 25px;
  margin-bottom: 25px;
  background: #ffffff;
  border: 0px;
}


/* フッタ
---------------------------------------------------- */
#Footer
{
  width: 700px;
  height: 20px;
  background: #ffffff;
  border: 0px;
  text-align: center;
  font-size:10px;
}

#Footer P
{
font-size: 10px;
}


/* 見出し設定
---------------------------------------------------- */
.Midashi
{
  clear: both;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #000099;
  border: 0px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 10px;
}

/* 見出し下設定
---------------------------------------------------- */
.MidashiBottom
{
  clear: both;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #2D6CDB;
  border: 0px;
  margin-bottom: 10px;
  font-size: 4px;
  font-size: 4px;
}


/* 食品機械見出し設定
---------------------------------------------------- */
.ShokuMidashi
{
  clear: both;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #FF9900;
  border: 0px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 10px;
}


/* 食品機械見出し下設定
---------------------------------------------------- */
.ShokuMidashiBottom
{
  clear: both;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #FFCC00;
  border: 0px;
  margin-bottom: 10px;
  font-size: 4px;
  font-size: 4px;
}


/* 工場内作業風景見出し設定
---------------------------------------------------- */
.SagyoMidashi
{
  clear: both;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #666600;
  border: 0px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 10px;
}


/* 工場内作業風景見出し下設定
---------------------------------------------------- */
.SagyoMidashiBottom
{
  clear: both;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #9B9B00;
  border: 0px;
  margin-bottom: 10px;
  font-size: 4px;
  font-size: 4px;
}

 
/* 小見出し設定
---------------------------------------------------- */
.KoMidashi
{
  clear: both;
  color: #486A00;
  font-size: 12px;
/*  font-weight: bold;*/
}


/* 個人情報の取扱いについて設定
---------------------------------------------------- */
#Kojin
{
  width: 500px;
  border: 0px;
  padding: 15px;
  text-align: left;
}

/* 個人情報の取扱いのリスト設定
---------------------------------------------------- */
#Kojin ul
{
  list-style: none;
}

 
 /* 表示しない文字設定
----------------------------------------------------
.NoDisplay
{
  display: none;
}
 */
 
 
