@charset "utf-8";

/*---------------------------------------------------------
検索タブ
---------------------------------------------------------*/

.tabheader{
height:25px;
}

/*
.tabheader table {
	border-collapse: collapse; /* for IE */
	/*
	border-spacing: 0; /* for N6 */
	/*
	width: 600px;
	color:#666;
/*	
}
*/
/*

.tabheader table tr td {
	padding: 0;
	margin: 0;
	font-size: 12px;
}


.tab_menu {
	border: none;
	background: url(../../img/tab_off_img.jpg);	
}
*/


.keyword{
	padding: 15px 0px 5px 0px;
	text-align: center;
}


.use{
	padding-left: 5px;
}

	
.tabbody {
	width: 598px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px 1px 1px;
	background-position: top;
	background-repeat: repeat-x;
	margin-top:-3px;	
}

.tabbody table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

.tabbody table tr th {
	width: 15%;
	padding-top: 3px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}


.tabbody table tr td {
	width: 85%;
	padding-left: 5px;
	vertical-align: top;
}


.tabbody table tr td hr{
	width: 80%;
	text-align: center;
}


div.tabbody table tr td .bl{
	border-left: 1px solid #fff;
}


div.tabbody table tr td .bt{
	width: 95%;
	margin: auto;
	border-top: 1px solid #ccc;
}


div.tabbody table tr td .bb{
	width: 95%;
	margin: auto;
	border-bottom: 1px solid #fff;
}


.search_btn{
	font-size: 100%;
}

/* --- メニュータブ --- */
#MainMenu 
{
	width:600px;
	height:30px;
	background:#FFF;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	width:75px;
	background:url(../img/bright_default.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(../img/bleft_default.gif) no-repeat left top;
	font-size:12px;
	color:#333;
	line-height:30px;
	text-align:center;	
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#333;
	font-style:normal;
	text-decoration:none;
}

