/* ----- 全体 ----- */

body{
     background-color: #ffffff;
     }


/*-- 文章見出し０1 ---*/
h3        {
            font-size: 110%;
            color: #0099FF;
            line-height: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
           }
h4        {
            font-size: 105%;
            color: #666600;
            line-height: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
           }
h5        {
            font-size: 100%;
            color: #666600;
            line-height: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
           }

/* ----- レイアウト ----- */

/* ----- 横上メニューまで ----- */
#ocontainer{
	width: 780px;
	margin: 0 auto;
	}

#ocontainer2{
	width: 780px;
	margin: 0 auto;
	}

/* ----- ヘッダー ----- */
#oheader{
        height: 60px;
        margin: 0; 
	}

/* ----- ページ現在地 ----- */
#ositemap{
	float: left;
	width: 565px;
	background-color: #ffffff;
        font-size: 13px;
        text-align: left;
        padding-top: 11px;
        padding-bottom: 11px;
	}

/* ----- 上メニュー ----- */
#omenu01{
	float: right;
	width: 215px;
	background-color: #ffffff;
        font-size: 13px;
        text-align: right;
        padding-top: 11px;
        padding-bottom: 11px;
	}

/* ----- 本文部分 ----- */
#omain{
        clear: both;
	width: 780px;
        line-height: 140%;
        text-align: left;
	background-color: #ffffff;
        text-align: left;
        vertical-align : top;
        margin: 0 auto;
	}

/* ----- フッター ----- */
#ofooter{
	clear: both;
        width: 780px;
	height: 59px;
	background-color: #cccccc;
        margin: 0 auto;
	}

/* ----- 空白 ----- */
#ospace{
        margin: 0 auto;
	clear: both;
	height: 12px;
	background-color: #ffffff;
	}

/*-- 全体タイトル ---------------------------*/
#otitle01 {
          font-size: 22px;
          color: #666666;
          font-weight: 900;
          width:  780px;
          height:  38px;
          border: 1px #666666 solid;
          border-spacing: 0px;
          padding: 0px;
          background-image: url(oimg/titleback01.gif); 
         }
/*-- 全体タイトルセル左 中央 右 ---*/
#ocell01  {
          width:   30px;
          height:  38px;
          border-collapse: collapse;
          padding: 0px;
          text-align: center;
          vertical-align : center;
         }
#ocell02  {
          width:   735px;
          height:  38px;
          padding-top: 5px;
          padding-bottom 5px;
          padding-left 0px;
          padding-right 0px;
          text-align: left;
          vertical-align : center;
         }
#ocell03  {
          width:   15px;
          height:  38px;
          padding: 0px;
          background-image: url(oimg/titleback03.gif); 
          background-repeat: repeat-y; 
          background-position: right;
         }


/*-- フッター文字 --*/
#omozihaba01 {font-size: 13px; line-height: 16px}

/* ----- 印刷レイアウト ----- */
@media print  { 
                #oheader    { display: none; }
                #ositemap   { margin-left: 0px; padding-top: 0px;  }
                #otitle01   { width:  100%; }
                #ocell02    { width:  *; }
                #omenu01    { display: none; }
                #omain      { width: 100%;}
                #ofooter    { display: none; }
                #ospace     { display: none; }
               }
