@import url("footer2010.css");
@charset "shift_jis";

/*
 * Style Name: Common Stylesheet
 * Style URL: http://www.j-wave.co.jp/common/css/common.css
 * Description: Common Stylesheet.
 * Version: 1.0
 * Last Up Date: 2007-12-27T10:40:00+09:00
 * The CSS and design is released under GPL: http://www.gnu.org/licenses/gpl.html
 * Markup Reference: http://2xup.org/common/css/style-guide.pdf
*/

html body {
  margin: 0;
  padding: 0;
  font-family: "MS PGothic", "Osaka", "Meiryo", "Tahoma", sans-serif;
  font-size: 9pt;
  line-height: 1.2;
  text-align:left;
}

html img {
  border: 0;
}

/* Common Class */
.clr {
  clear: both;
  width: 1px;
  height: 1px;
  margin: 0 0 -1px -1px;
  padding: 0;
  display: block;
}

.hidden {
  display: none;
  font-size: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/*-- 共通フッターナビゲーション --*/
#commonNavigation_footer {
  margin-top:20px;
  width:100%;
}


#commonNavigation {
  width:100%;
  height:23px;
  margin:0;
  background:url(/img_navi/bg.gif) repeat-x 0 0;
  position:fixed;
  bottom:0;
  left:0;
  z-index:99999;
}

#commonNavigation .cmnNaviPics td img{
  margin:2px 0 0 0;
  padding:0;
}



/*  SOCIAL FEED
---------------------------------------------- */
#social-feed-area {
  text-align: left;
}

#social-feed-area .fltL {
  float: left;
  margin: 0 5px 0 0;
}