@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
* {
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body{
    text-align: left;
    height:100%;
    width:315px;
    margin:0px;
	font-size: 100%;
}

/* リンク
---------------------------------------------------- */
a:link {
    color: #330000;
    background: transparent;
}
a:visited {
    color: #330000;
    background: transparent;
}
a:hover, a:active {
    color: #ff3300;
    background: transparent;
}

/* ラインナップボックス
---------------------------------------------------- */
table#lineupbox {
    width: 315px;
    border-collapse: collapse;
    border-spacing: 0;
}
table#lineupbox td {
    padding: 0px;
	float: left;
    width: 105px;
	font-size: 60%;
	color: #330000;
	vertical-align: top;
	text-align: center;
    white-space: nowrap;
}
.lineupbox_name { height: 35px;}
