@charset "shift_jis";

img {
	border: 0!important;
}

#tab {
	clear: both;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	width: 543px;
}

#hint2 {
	clear: both;
	margin: 0;
	padding: 0;
	width: 543px;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
}
ul#nav {
	clear: both;
	position: relative;
	height: 40px;
	list-style: none;
	width: 543px;
	margin: 0; 
	padding: 0;
	border: 0;

}
ul#nav li {
	background: url(../images/tab.gif) no-repeat auto center;
	top: 17px;
	width: 105px;
	display: inline;
	float: left;
	height: 20px;
	text-align: center;
	padding-right: 3px;
}
ul#nav li a {
	display: block;
	width: 100%;
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #365787;
	text-decoration: none;
	border: none;
	background: url(../images/tab.gif) no-repeat;
}

ul#nav li.on a {
	display: block;
	width: 100%;
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #3366cc;
	text-decoration: none;
	border: none;
	background: url(../images/tab_o.gif) no-repeat;
}


ul#nav li a:focus{
	outline:none;
}

ul#nav li a{
	text-decoration: none;
}
ul#nav a:hover {
	color: #3366cc;
}

.category h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 0;
	margin-bottom: 30px;
	color: #365787;
	border-bottom: 3px solid #E7E9EC;
	display: none;	

}

.category .section table {
	border: none;
	margin-top: 5px;
	width:100%;
}

.category .section table tr th {
	padding:2px 5px 2px 2px; 
	text-align: left;
	color:#CC0000;
	font-weight: normal;
	border-bottom: dotted 1px #999999;
	width:20%;
}


.category .section table tr td {
	padding:2px 0px 2px 10px;
	font-size: 12px;
	line-height: 140%;
	border-bottom: dotted 1px #999999;
}

.searchBox{
	margin:15px;
}

