@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif, 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
  /*text-align:center;*/
}

* html body { /* for IE6 */
  font-size: 14px;
  line-height: 1.4;
}

* html #main-block {
	padding-left: 20px;
}

*:first-child+html body { /* for IE7 */
  font-size: 14px;
  line-height: 1.2;
}

#Content h3 {
	line-height: 180%;
}

/*汎用*/
.t12{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.t12grey {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.t12blue {
	font-size: 12px;
	line-height: 18px;
	color: #149AC5;
}
.t12red {
	font-size: 12px;
	line-height: 18px;
	color: #F00;
}
.t12ylw {
	font-size: 12px;
	line-height: 18px;
	color: #737323;
}
.t12wht {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}
.t14{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.t14grey {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.t14ylw {
	font-size: 14px;
	line-height: 20px;
	color: #737323;
}
.t14wht {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.t14red {
	font-size: 14px;
	line-height: 20px;
	color: #F00;
}

.t10 {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
.t10grey {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.t10blue {
	font-size: 10px;
	line-height: 14px;
	color: #149AC5;
}
.t10red {
	font-size: 10px;
	line-height: 14px;
	color: #F00;
}
.copy {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
