*{
	margin:0;
	padding:0;
}

html,body,header{margin:0; padding:0; width:100%; height:100%; background:#000;}

body{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body a{text-decoration:none; color:#2288b7;}
body a:hover{text-decoration:underline; color:#C33;}

body {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}


* html body {font-size: 100%;}
*+html body {font-size: 100%;}

img {border: 0;}

ul,li,dl,dt,dd {margin: 0;padding: 0;}
table {margin: 0;}

html {/overflow-x: hidden;}


/*------------------------------------------------------
__ClEAR FIX
------------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearflow {clear: both;}

html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/**** Font-Size **********************/
.s5 {font-size: 138.5%;} /*renders 18px */
.s4 {font-size: 123.1%;} /*renders 16px */
.s3 {font-size: 100%;} /*renders 13px */
.s2 {font-size: 93%;} /*renders 12px */
.s1 {font-size: 77%;} /*renders 10px */

h1, h2, h3, h4, h5, h6 {font-size: 100%; margin:0; padding:0;}

/**** Margin **********************/

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }


/*Common END
********************************************************************/

.contR { text-align:right;}
.contL { text-align:left;}
.contC { text-align:center;}

.fright { float:right;}
.fleft { float:left;}

.clrR { color: #CC3333;}
.clrG { color: #666666;}

.contborder { clear:both; display:block; background: url(/images/mr_lign.gif) repeat-x left center; height: 18px;}