body {
 background-color : coral ;
 padding             : 0 ;
 margin              : 0 ;
 font-size           : 13px   ;
 text-align          : center ;
 background-position : center top ;
 font-family         : "メイリオ" ;
 }

a:visited { color : blue ; }

#outline _templete{
 padding    : 0 10px ;
 width      : 900px ;
 text-align : left ;
}

/* ---- ▼ヘッダーゾーン開始▼ ---- */
.header_templete {
 background-color : antiquewhite ; /* タイトルゾーンの背景を指定しています。*/
 padding-top    : 10px ;	   /* タイトルゾーンの上余白を指定しています。*/
 padding-left     : 20px ;
 padding-right    : 20px ;
 padding-bottom : 10px ;
 height         : 80px ;
 width          : 880px ;
}
/* ---- ▲ヘッダーゾーン終了▲ ---- */


/* ---- ▼メインゾーン開始▼ ---- */
#main_templete{
 background-color : white ;
 height           : 800px ;
 width            : 880px ;
 font-size        : 13px  ;
 padding-top      : 20px ;
 padding-left     : 20px ;
 padding-right    : 20px ;
 padding-bottom   : 20px ;
 margin-top       : 0px   ;
 margin-bottom    : 0px ;
 }
#main_templete TR TD{
 font-size : 13px ;
}
/* ---- ▲メインゾーン終了▲ ---- */


/* ---- ▼フッターゾーン開始▼ ---- */
#footer_templete{
 background-color : antiquewhite ;
 padding-top      : 3px ;
 padding-left     : 20px ;
 padding-right    : 20px ;
 padding-bottom   : 3px ;
 text-align       : center ;
 width            : 880px ;
 height           : 23px ;
 border-top       : 2px solid pink ;
 overflow         : hidden ;
 }
/* ---- ▲メインゾーン終了▲ ---- */

