@charset "UTF-8";


* 									{ margin: 0px;padding: 0px; }
body							    { font-family: 'ヒラギノ角ゴ Pro W3',Verdana,'Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; 
										text-align:center; color:#333333; background: #FFFFFF; letter-spacing: 0em; }
h1,h2,h3,h4,h5,h6,ul,ol,li ,div		{ margin: 0px;padding: 0px; }
p 									{ font-size: 12px;line-height:1.4em; color: #333333; }
ul,ol,li						    { list-style:none; }
a									{ text-decoration: none; color: #333333; }
a:hover 							{ text-decoration: underline; }
address								{ font-style:normal; }
img 								{ border: none; }
.clr 								{ font-size: 1px;line-height: -1px;margin: 0px;padding: 0px;clear: both;height: 1px; }

dl,dt,dd							{ margin:0; padding:0; }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}