@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
	全体の設定
---------------------------------------------------- */
html{
height: 100%;	
	}

body {
  height: 100%;	
  line-height: 1.6;
  background: #FFF;
  color: #808080;	
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  letter-spacing:0.1em;

}


/* for win */body { font-size: 73.5%;}
/* for safari *//*\*/html:\66irst-child body { font-size: 70%;}/* end */
/* for macIE *//* \*//*/body { font-size: 74%; font-size: 11px;}/**/
.smoller-text { font-size: 0.9em;}

img{
	vertical-align:bottom;
	}

/* ----------------------------------------------------
	リンクカラー
---------------------------------------------------- */
a:link {color: #e90000; text-decoration:none;}
a:visited {color: #e90000; text-decoration:none;}
a:active {color: #333333; text-decoration:none;}
a:hover {color: #333333; text-decoration:underline;}

/* ----------------------------------------------------
	汎用クラス
---------------------------------------------------- */

.pink{
	color: #ff3399;
	}
	
.bb1{
	border-bottom: 1px dashed #CCC;
	}	

.dt1{
	border-top: 1px dotted #CCC;	
	}
	

.red{
	color: #e90000;
	}

