 /* ---------------------------
コンテンツ
--------------------------- */
.cont {
	line-height: 140%;
　 　margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	padding: 10px;
	width: 800px;
	background-color: #000000;
	 font-family: "MS PGothic", "MS Gothic", "Gothic";
 color: #ffffff;
 font-size: 12px;
 line-height: 18px;
	}
	
/* ---------------------------
コンテンツ説明
--------------------------- */
.spec {
 font-family: "MS PGothic", "MS Gothic", "Gothic";
 color: #ffffff;
 font-size: 12px;
 line-height: 13px;
 padding: 0px 0px 0px px;
 }

/* ---------------------------
フラッシュ説明
--------------------------- */
.flaspec {
 font-family: "MS PGothic", "MS Gothic", "Gothic";
 color: #666666;
 font-size: 12px;
 line-height: 13px;
 padding: 0px 0px 0px px;
 }


/* ---------------------------
リンク
--------------------------- */
body {
	margin: 0px 0px 20px 0px;
	background-color: #000000;
        	text-align: left;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #FF3399;
	}

a:visited {
	color: #FF3399;
	}

a:active {
	color: #FF3399;
	}

a:hover {
	color: #FF9900;
	}

h1, h3 , h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
/* ---------------------------
全体の外枠
--------------------------- */
.container {
	line-height: 180%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-color: #000000;
	border: 0px solid #666666;
	}
	
	
/* ---------------------------
各コンテンツの外枠
--------------------------- */	
.right {
	background-color: #FFFFFF;
	border: 2px solid #E64583;
	}

		
/* ---------------------------
スクロールバー
--------------------------- */	
scroll {
  scrollbar-face-color: #ffffff;       /* 表面の色 */
  scrollbar-3dlight-color: #ffffff;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  scrollbar-shadow-color: #ffffff;     /* 影の色 */
  scrollbar-darkshadow-color: #ffffff; /* 右端と下端 */
  scrollbar-arrow-color: #E64583;      /* 矢印の色 */
  scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}
 
  
 /* ---------------------------
バナ－ページ
--------------------------- */
.banner {
 font-family: "MS PGothic", "MS Gothic", "Gothic";
 color: #33CC33;
 font-size: 12px;
 line-height: 13px;
 padding: 10px 0px 0px 0px;
 }
