@charset "utf-8";
/* CSS Document */

.divNewYear {
	width:480px;
	overflow:hidden;
	margin:30px 0px 30px 0px;
}
.divNewYear img {
	width:100%;
}
.seihin_area {
	width:480px;
	height:250px;
	background-image: url(../img/top/seihin_bn_bs.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(css/PIE.htc);
}
.seihin_top{
	padding-top: 150px;	
}
dl.seihin_tbl{
	margin: 0px 20px 0px 20px;
	padding: 0px;	
	width: 440px;
}
dl.seihin_tbl dt{
	width: 215px;
	float:left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
dl.seihin_tbl dd{
	width: 215px;
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
dl.seihin_tbl dt a,
dl.seihin_tbl dd a{
	display:block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior: url(css/PIE.htc);
	border: solid 5px #fff;
	color: #424ea3;
	font-size: 18px;
	padding:15px;
	margin:0px;
	background-image: url(../img/top/seihin_bn_bk1.png);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: center;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
dl.seihin_tbl dt a:hover,
dl.seihin_tbl dd a:hover{
	background-image: url(../img/top/seihin_bn_bk2.png);
	background-repeat: repeat-x;
	background-position: left center;
}

/* marquee message 2015-01-25 */
.tblMain .tdFlash {
	position:relative;
}
.tblMain .divMessage {
	xwidth:430px;
	width:100%;
	position:absolute;
	top:40px;
	left:0px;
	z-index:100;
	background-color:#fff;
	font-size:18px;
	line-height:18px;
	padding:8px 0px 8px 0px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	border-radius:0px 0px 0px 0px;
	font-weight:bold;
	border-top:3px double #bf471b;
	border-bottom:3px double #bf471b;
}
.divMessage a {
	color:#333;
	animation: switchtext 2s infinite alternate;
}
@keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0.1; }
}