@charset "utf-8";

/*-----------------------------------------------------
  3Style.css

  Author   :  Takko.Town
  Date     :    /  /  
  Copyright(C)2008 all rights reserved.
-----------------------------------------------------*/


/*-----------------------------------------------------
  ヘッダ
-----------------------------------------------------*/
#header {
	width: 870px;
    background-image: url("../00image/00.gif");
    background-repeat: no-repeat;
	background-color: #000000;
	height: 145px;
}

/*-----------------------------------------------------
  経路
-----------------------------------------------------*/
#navi {
	background-color: #C7D5ED;
	width: 870px;
	height: 20px;
}

/*-----------------------------------------------------
  タイトル
-----------------------------------------------------*/
#title {
    float: left;
	width: 870px;
/*  font-family: "HG丸ｺﾞｼｯｸM-PRO";  */
    font-size: 2.50em;

	color: #0850B2;
	background-color: #F0F6FD;
	border-top: 7px solid #0850B2;     /*  上方向に7pxのボーダー  */
	border-bottom: 3px solid #CCCCCC;  /*  左方向に3pxのボーダー  */
}

/*-----------------------------------------------------
  コンテンツ見出し
-----------------------------------------------------*/
#contenttitle {
/*  background-color: #FF9966;  */

    clear: both; /* 寄せを解除 */
    width: 800px;
/*  margin-left: 70px;  */
    font-size: 1.80em;
}

/*-----------------------------------------------------
  コンテンツ
-----------------------------------------------------*/
#content {
/*  background-color: #ff6699;  */

    clear: both; /* 寄せを解除 */
    margin-left: 70px;
    width: 800px;
}

/*-----------------------------------------------------
  AdobeReader
-----------------------------------------------------*/
#footer2 {
/*  background-color: #FFCC00;  */

    width: 870px;
/*  position: relative;  */
	clear: both;  /* 寄せを解除 */  
    top: 20px;  
    padding-top: 20px;  
}

/*-----------------------------------------------------
  問い合わせ先
-----------------------------------------------------*/
#footer {
/*  background-color: #CCFF00;  */
    
    width: 870px;
/*  position: relative;  */
	clear: both;  /* 寄せを解除 */  
    top: 20px;
    padding-bottom: 20px;  
}

