@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFF;
}

/* 画面全体を覆うエリア*/
.tvColFixLtHdr #container {
	width: 1000px;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F8F8F8;
} 

.tvColFixLtHdr #mainContent {
	height: auto;
	width: 1000px;
	background-color: #F8F8F8;
} 


/*  ヘッダー部分 FLASHエリア  */
.tvColFixLtHdr #header {
	height="475"
	width: 1000px;
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
} 
.tvColFixLtHdr #header h1 {
 /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

.nonflash {
	height: 475px;
	width: 1000px;
	margin: 0;
	padding: 0;
}

/* 画面左側の列 */
.tvColFixLtHdr #arealeft {
	float: left;
	width: 250px;
	height: 1500px;
	text-align: center;
	background-color: #F8F8F8;
}

/* 画面中央の列 */
.tvColFixLtHdr #areacenter {
	float: left;
	text-align: center;
	background-color: #F8F8F8;
	width: 472px;
}

/* 画面右側の列 */
.tvColFixLtHdr #arearight {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 250px;
	text-align: center;
	background-color: #F8F8F8;
	border: 1px none #F8F8F8;
}



/* フッターエリア*/
.tvColFixLtHdr #footer {
	background-color: #FFF;
	text-align: center;
	background: url(../images/bg_footter.gif) repeat-x;
	height: 88px;
	border: 1px solid #EFEFEF;
	float: left;
	width: 984px;
} 


/* コピーライト */
.tvColFixLtHdr #footer span {
	font-size: 10px;
	color: #000;
	padding-top: 30px;
}
.float_left {
	float: left;
}
.float_none {
	float: none;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.imageborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}


/* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* アニメーションエリアのボーダー左bg*/
.area_animation_border {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	height: 1484px;
}


/* パブリシティエリア */
.area_publicity {
	background-color: #F8F8F8;
	width: 472px;
}



/* パブリシティのボーダー*/
.area_publicity_border {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	border-top-width: 1px;
	/*height: 325px;*/
}

/* パブリシティの下部のエリア*/
.area_publicity_under {
	height: 325px;
	background-color: #FFF;
	border: 1px solid #EFEFEF;
	float: left;
	width: 470px;
}


.area_publicity_under_image {
	width: 204px;
	float: left;
	height: 304px;
}
.area_publicity_under_info {
	float: left;
	width: 230px;
	text-align: left;
	margin-left: 7px;
	margin-top: 7px;
}
.area_publicity_under_border_in {
	border: 1px solid #EFEFEF;
	height: 304px;
	float: left;
	width: 453px;
}



/* プレゼントエリア*/
.area_present {
	width: 250px;
	background-color: #F8F8F8;
	float: left;
	
}
/* プレゼントのボーダー*/
.area_present_border {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	height: 325px;
}


/* QRコードエリア*/
.area_qrcode {
	background-color: #F8F8F8;
	float: left;
	height: 335px;
	width: 250px;
}

/* QRコードエリアのボーダー*/
.area_qrcode_border {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	height: 325px;
}


.area_qrcode_bg {
	background: url(../images/bg_qrcode.gif) no-repeat;
	height: 291px;
	width: 236px;
	margin-right: 7px;
	margin-left: 7px;
	text-align: center;
}

.area_qrcode_info {
	border: 1px solid #CCC;
	height: 177px;
	width: 176px;
}
.qrcode {

}



.area_image {
	text-align: center;
	float: none;
}
.area_info {
	text-align: left;
	padding-left: 7px;
}



.msg {
	font-size: 12px;
	color: #333;
	text-align: left;
}

.msg1 {
	font-size: 14px;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
}
