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

/* ----------------------------------------------------
	全体の設定
---------------------------------------------------- */

body {
   min-height: 1900px;
  height: auto !important; 
  height: 100%;	
  position:relative;
  line-height: 1.6;
  background: #000 url(images/bg.gif) left top repeat-x;
  color: #FFF;	
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  letter-spacing:0.1em;
  text-align:center;/*IE6中央寄せ対策*/
}


/* 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;
	
	}

object{outline: none;}


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

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

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

	




