@charset "UTF-8";

/* ==========================================================================
   タイトル
   ========================================================================== */
.search_title{
	margin : 30px 0 0 0;
	padding : 12px 20px;
	font-size : 120%;
	font-weight : bold;
	color : #555555;
	line-height : 26px;
	text-align : left;
	background-color : #ffffff;
}

.search_title span{
	margin : 0;
	padding : 0;
	width : 200px;
	height : 26px;
}

.search_title img{
	vertical-align : top;
}



/* ==========================================================================
   表
   ========================================================================== */
.search_box_sub{
	margin : 20px 0 0 0;
	padding : 0;
	width : 100%;
	font-size : 100%;
	color : #555555;
	line-height : 26px;
	text-align : center;
	background-color : #ffffff;
}
.search_box{
	margin : 30px 0 0 0;
	padding : 0;
	width : 100%;
}

.search_box th{
	margin : 0;
	padding : 8px 10px 8px 0;
	width : 120px;
	font-size : 90%;
	font-weight : normal;
	color : #333333;
	line-height : 1.5;
	text-align : right;
}

.search_box td{
	margin : 0;
	padding : 5px 0;
	width : auto;
}

.search_box td div{
	padding : 8px 0 8px 10px;
	font-size : 90%;
	color : #333333;
	line-height : 1.5;
	text-align : left;
	border-left : 6px solid #c9bc9c;
}

.search_box td ul{
	padding : 8px 0 8px 10px;
	border-left : 6px solid #c9bc9c;
	list-style-type : none;
}

.search_box td ul li{
	margin : 0;
	padding : 0 0 0 20px;
	font-size : 90%;
	color : #333333;
	line-height : 30px;
	text-align : left;
	background-image : url(../images/tag01.png);
	background-repeat : no-repeat;
	background-position : top left;
}