﻿@charset "utf-8";
/* title の設定 */
#content h1{
	text-indent:-9999px;
	background:url('../images/title_wnlist.gif') no-repeat 0 0;
	height:40px;
}
h3{
	margin-top:15px;
	margin-bottom:2px;
	border-bottom:	none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
dl.hdl{
	background-color:#D0D0D0;
}
dl.hdl dt {
	font-weight:normal;
	color:black;
	width:7em;
}
dl.hdl dd {
	margin-left:7em;
}
noscript p{
	margin-top:40px;
	margin-bottom:10px;
	font-weight:bold;
}
form{
	margin:20px 0 20px 0;
}
/* 以下csv2java用css */
#wnichiran .csv2table-table{
	border:1px #C0C0C0 solid !important;
}
#wnichiran .csv2table-table th,#wnichiran .csv2table-table td{
	border:none !important;
	border-right:1px #D0D0D0 dotted !important;
}
#wnichiran .csv2table-table th{
	text-align:center !important;
	color:black !important;
	background-color:#D0D0D0 !important;
	border-left:1px #A0A0A0 dotted !important;
	border-right:1px #A0A0A0 dotted !important;
	border-bottom:1px black solid !important;
	font-weight:normal !important;
}
#wnichiran-th-0{
	width:9em !important;
}
#wnichiran-th-2{
	width:4em !important;
}
#filterform{
    padding:3px;
    border:1px #B0B0B0 solid;
}
#filterform fieldset{
    background-color:#F0F0F0;
    border:none;
    padding-top:0px;
    padding-bottom:0px;
}
#filterform label{
    width:7em;
    display:inline-block;
}
#filterform .searchelm{
    padding:3px;
}
#filterform #filterbtn{
    margin-top:2px;
}