@charset   "Shift_JIS";
/*--------------------------------------
全体
--------------------------------------*/
#site-box {margin : 5px auto }


body {   
    text-align: center; /*全体中央*/
}
div.wrapper{
width: 800px;
margin: 0 auto;  
}

/*--------------------------------------
header
--------------------------------------*/
div.header {
text-align:center;
}


/*--------------------------------------
main menu
--------------------------------------*/

.LayoutcontClass{
 
  width : 799px;
  text-align:center;
  background-color : fa8072;
}


.SpaceClass{
  width : 2px;
  height : 40px;
}


/*--------------------------------------
sub menu left
--------------------------------------*/
div.sub-menu {  width : 160px;
   float: left;/*左に配置*/
}

/*--------------------------------------
main content
--------------------------------------*/
div.content {  width: 640px;
  float: right;/*右に配置*/
  
  
  
  
}

/*--------------------------------------
footer
--------------------------------------*/
div.base-footer {
  clear: both;    /* float解除　*/
　margin:0 auto;
}



A{
  text-decoration : none;
  color : black;

.out_linkClass{
  color : black;
}
DIV.header{
  margin-bottom : 10pt;
}

/*--------------------------------------
body scroll_bar,center
--------------------------------------*/
BODY {
  scrollbar-face-color: ffe6e6;       /* 表面の色 */
  scrollbar-3dlight-color: #ffffff;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  scrollbar-shadow-color: lavenderblush;     /* 影の色 */
  scrollbar-darkshadow-color: lavenderblush; /* 右端と下端 */
  scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
  text-align : center;
}
 
/*--------------------------------------
scroll_sub_menu
--------------------------------------*/ 
#tono001{
 position:absolute;
 left:10px;
 margin-top : 150pt;
 margin-left : 15pt;
}

/*--------------------------------------
見出し
--------------------------------------*/ 
TH{
  font-size : 14pt;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : normal;
  color : white;
  background-color : fa8072;
  vertical-align : middle;
  text-align : left;
 
}

