@charset "UTF-8";

/*///////////////////////////////////////////////////////

Description: 初期化用CSS
  File name: reset.css (/common/css/reset.css)

///////////////////////////////////////////////////////*/

* {
  margin: 0;
  padding: 0;
  color: #4D4D4D;
  font-size: 100%;
  letter-spacing: 0;
  outline: none;
}

html,
body  {
  height: 100%;
	min-height: 100%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/*background: url(/common/img/body_bg01.gif);*/
}

table{
  border-collapse: collapse; 
  border-spacing:0;
  border: none;
}
caption,th { text-align:left; }

ul,dl,ol { text-indent: 0; }
li { list-style: none; }

img {
  border: none;
  vertical-align: bottom;
}

fieldset { border: none; }

acronym,
abbr {
  border:0;
  cursor:help;
}

hr {
  display: none;
  visibility: hidden;
}

address { font-style: normal; }
/* IE Adjustment */
input {
	_margin: -1px 0;
}

/* FF Adjustment */
input[type="checkbox"], input[type="radio"] {
	vertical-align:text-bottom;
}

