/***********************************************/
/* Link styles                             */
/***********************************************/ 
#base2{
    padding: 0px;
    width: 97%;
    max-width:900px;
    min-width:760px;    width:900px;
    *height:650px;
    background:#fff url() repeat-y center top;
    background-color: #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
/*--FireFox--*/
html>body #base2{
    padding: 0px;
    width: 97%;
    max-width:900px;
    min-width:760px;    width:900px;
    height:700px;
    background:#fff url() repeat-y center top;
    background-color: #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
#links{
	text-align: center;
}

ul {
	width: 98%;
	margin: 1px 0px 1px 10px;
	padding: 1px;
	list-style-type: none;
	text-align: center;
}
li.genre {
	font-size: 12px;
	text-align: left;
	float:left;
	width:49%;
	line-height:115%;
	border-bottom: 1px dotted #999999;
	padding: 2px 0px 2px 0px;
	margin: 2px;
	white-space: nowrap;
	background-color: #FFFFFF;
}
li.koumoku {
	font-size: 12px;
	text-align: left;
	line-height:115%;
	border-bottom: 1px dotted #999999;
	padding: 2px 0px 2px 0px;
	margin: 2px;
	background-color: #FFFFFF;
}
li span.qt{
	width:90px;
	font-size: 12px;
	float:left;
}
li.tf{
	font-size: 12px;
	float:left;
}

#twaku {
    width: 95.5%;
    text-align: center;
    margin: 0px 0px 0px 5px;
    padding: 5px 3px 5px 5px;
    vertical-align: top;
    clear: both;
    border-top: none;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}
#twaku td{
margin:3px;
padding:5px;
}
#linkcont {
    width: 95%;
    margin: 2px;
    padding: 3px;
    clear: both;
}
.Inpitem{
    border: 1px dotted #999999;
    background-color:#e1e1e1;
	font-size: 12px;
    text-align: left;
}
.Inpcont{
    border: 1px dotted #999999;
    background-color:#ffecec;
	font-size: 13px;
    text-align: left;
}