@charset "euc-jp";
/********************************************************************/
/* ページ全体のスタイルシート                                       */
/*------------------------------------------------------------------*/
/* ページ全体のスタイルを定義します                                 */
/*------------------------------------------------------------------*/
/* 著作権：ＷＩＮ株式会社      http://www.win.co.jp/                */
/********************************************************************/
html {
  font-family       : verdana, sans-serif;
  font-size         : 100%;
  line-height       : 1.5;
 /* background-color  : #ececec; */
}
img { 
  vertical-align    : top;
  max-width         : 100%;
  border            : none;
}
a { text-decoration : none;}
ul, ol { list-style : none;}
h1,h2,h3,h4,h5,h6 {
  margin-bottom     : 8px;}
h1 {
  font-size         : 16px; 
  line-height       : 1;}                         /* 16px */
h2 {
  font-size         : 14px;
  line-height       : 1.14286;}                   /* 16px */
h3 {
  font-size         : 12px;
  line-height       : 1;}                         /* 12px */
hgroup h2,h4,h5,h6 {
  font-size         : 12px;                       /* 12px */
  line-height       : 1;}                         /* 12px */

header { 
  text-align        : center;
  padding-top       : 8px;
}
header h1 {
  margin-bottom     : 8px;
}
header h2 {
  color             : #62240b;
}

#main_container {
  clear             : both;
  width             : 98%;
  margin            : 0 auto;
  background-color  : blue;
}
nav {
  margin-bottom     : 0px;
	background-color  : #dcdcdc;
}

footer {
  clear             : both;
  width             :100%;
  padding           : 10px 20px;
  color             : white;
  text-align        : left;
  font-size         : small;
  background-color  : black;
}
/********************************************************************/
/* システム共通：警告、注意メッセージ関連                           */
/********************************************************************/
.imp {color: #ff0000;}
.importantMessage { background-color: #FFFFCC;}
.warningMessage{
  padding: 5px 0px 5px 10px;
  font-size: 90%;
  color: #000066;
  background-color: #ffff66;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.errorMessage{
  padding: 5px 0px 5px 10px;
  font-size: 90%;
  color: #ffffff;
  background-color: #FF3366;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/********************************************************************/
/* 頁めくりの定義                                                   */
/********************************************************************/
/* 頁めくりの定義 */
.splitter {
  width             : 100%;
}
.split-1-1 {
  float             : left;
  width             : 100%;
}
.split-2-1 {
  float             : left;
  width             : 50%;
}
.split-2-2 {
  float             : left;
  width             : 100%;
}
.split-3-1 {
  float             : left;
  width             : 33%;
}
.split-3-2 {
  float             : left;
  width             : 66%;
}
.split-3-3 {
  float             : left;
  width             : 100%;
}
.split-4-1 {
  float             : left;
  width             : 25%;
}
.split-4-2 {
  float             : left;
  width             : 50%;
}
.split-4-3 {
  float             : left;
  width             : 75%;
}
.split-4-4 {
  float             : left;
  width             : 100%;
}
.split-5-1 {
  float             : left;
  width             : 20%;
}
.split-5-2 {
  float             : left;
  width             : 40%;
}
.split-5-3 {
  float             : left;
  width             : 60%;
}
.split-5-4 {
  float             : left;
  width             : 80%;
}
.split-5-5 {
  float             : left;
  width             : 100%;
}
