/* エラー画面専用のフォント */
.txt_red {
	font-size: 12px;
	line-height: 120%;
	color: #FF0000;
}

/** 画像のリンクのアンダーバーを消すため */
.img_no_underscore {
	text-decoration: none;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は10桁未満、右） */
.cus_top_camp_no_img_10 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:32px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は10桁未満、左） */
.cus_top_camp_no_img_left_10 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:32px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
	margin-right: 10px;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は24桁未満、右） */
.cus_top_camp_no_img_24 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:28px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は24桁未満、左） */
.cus_top_camp_no_img_left_24 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:28px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
	margin-right: 10px;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は32桁未満、右） */
.cus_top_camp_no_img_32 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:26px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は32桁未満、左） */
.cus_top_camp_no_img_left_32 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:26px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
	margin-right: 10px;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は48桁未満、右） */
.cus_top_camp_no_img_48 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:21px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は48桁未満、左） */
.cus_top_camp_no_img_left_48 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:21px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
	margin-right: 10px;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は64桁未満、右） */
.cus_top_camp_no_img_64 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:20px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
}

/** キャンペーン画像がなければ、バックグラウンド画像パーツを表示する（内容は64桁未満、左） */
.cus_top_camp_no_img_left_64 {
	background-image: url(../img/top/camp_noimage.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	font-size:20px;
	width:340px;
	height:114px;
	color:#4E5E0D;
	text-align:center;
	margin-right: 10px;
}

.movie_button {
	font-size:12px;
	font-weight:bolder;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	width:65px;
	height:20px;
	background-image: url(../img/item/movie_button.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
