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

body {
	width: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.8;
}

/*--- リンク ---*/
a:link, a:visited {
	color: #b5191f;
	text-decoration: none;
}

a:hover, a:active {
	color: #b5191f;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity:0.8;
}

/*----------------------------------------------
	ラインナップ表
----------------------------------------------*/
.tbl01 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin:0px;
	background-color:#FFFFFF;
}
.tbl01 th,
.tbl01 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding:5px;
	text-align: center;
}
.tbl01 th {
	padding:10px;
	background-color: #333333;
	color:#FFFFFF;
}
.tbl01 td.bgc_gr {
	background-color:#CCCCCC;
}
