@charset "utf-8";

/**
 * CSS Document
 * 
 * 各プロパティの順序は、mozilla.orgに従って記述し
 * ております。
 * http://mozilla.org/contribute/writing/markup
 * 
 *   1.display
 *   2.list-style
 *   3.position
 *   4.float
 *   5.clear
 *   6.width
 *   7.height
 *   8.margin
 *   9.padding
 *  10.border
 *  11.background
 *  12.color
 *  13.font
 *  14.text-decoration
 *  15.text-align
 *  16.vertical-align
 *  17.white-space
 *  18.other text
 *  19.content
 * 
 * @date    2010/05
 * @author  Junichi Sawada <sawada@wingth.co.jp>
 * @encord  utf-8
 * 

/********************************************************


*********************************************************/
/* メイン */
#wrapper #main {
  width:                992px;
  height:               480px;
}


/********************************************************


*********************************************************/
#wrapper #main #navi_main_home {
  width:                410px;
  padding-top:          67px;
  padding-left:         17px;
}


#wrapper #main #navi_main_home #navi_main_home_01 a {
  display:              block;
  background-repeat:    no-repeat;
  text-indent:          -9999px;
  outline:              0;
  width:                393px;
  height:               94px;
}

#wrapper #main #navi_main_home #navi_main_home_02 a {
  display:              block;
  background-repeat:    no-repeat;
  text-indent:          -9999px;
  outline:              0;
  width:                393px;
  height:               97px;
}

#wrapper #main #navi_main_home #navi_main_home_03 a {
  display:              block;
  background-repeat:    no-repeat;
  text-indent:          -9999px;
  outline:              0;
  width:                393px;
  height:               95px;
}

#wrapper #main #navi_main_home #navi_main_home_04 a {
  display:              block;
  background-repeat:    no-repeat;
  text-indent:          -9999px;
  outline:              0;
  width:                393px;
  height:               88px;
}


/********************************************************

コンテンツ下部ナビゲーション

*********************************************************/
#wrapper p#navi_bottom {
  padding-top:          15px;
  padding-bottom:       15px;
  color:                #999999;
  text-align:           center;
  line-height:          150%;
}
