﻿/*
** グローバルセレクタでmargin/paddingなどを初期化する
*/
*
{
  margin: 0;
  padding: 0;
  border: none;
  color: #000000;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.0;
  vertical-align: baseline;
}

/*
** 要素を指定してmargin/paddingを初期化する
*/
html, body, div, 
h1, h2, h3, h4, h5, h6, 
p, pre, blockquote, address, 
ul, ol, dl, dt, dd, 
table, th, td, 
form, fieldset
{
  margin: 0;
  padding: 0;
  background:none;
}

#fmt_footer {
/*width:900px;*/
margin-left:auto; margin-right:auto;
}
#fmt_wrapper{
/*width:900px;*/
text-align:left;
}

#fmt_navigation div.fmt_location {
padding-left:0;
}
#fmt_footer div.fmt_items ul.fmt_menu {
padding-left:0;
}
#fmt_footer div.fmt_items ul.fmt_link {
padding:0;
}




/* 
** ブラウザのスクロールバー表示の違いを解決する 
*/ 
html
{
 
  
}

/*
** 表(テーブル)のボーダー表示方法の違いを解決する  
*/
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

/*
** イメージのリンクボーダーの非表示化
*/
img
{
 border: 0;
}
