/* CSS Document */
* {
    margin: 0px;
	padding: 0px;
}
.clr_bth {
    clear: both;
    margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
/* header */
#goto_ikko {
	position: absolute;
	top: 90px;
	left: 398px;
	width: 138px;
	height: 23px;
}

/* content */
#content {
   width: 560px;
   margin: 25px auto;
}

#content .search {
    width: 560px;
    border: 1px solid #999999;
}

#content .search.all_e {
	padding-bottom: 20px;
    border: none;
}

#content .search.bottom {
	border-top: none;
}
#content .txt {
	font-size: 100%;
	line-height: 140%;
	color: #ff7112;
	margin-bottom: 10px;
}
#content .search h2 {
}
#content .search .main {
	padding: 1em 1.2em 0.5em 1.2em;
	margin: 0px auto 10px auto;
	border-top: 1px solid #999999; 
	font-size: 80%;
}

#content .search.all_e .main {
	border-top: none; 
}


#content .search table {
    width: 100%;
	border: none;
	margin: 0 0 10px 0;
}
#content .search td {
    width: 16%; 
}
#content .search th {
    width: 20%;
	text-align: left;
}
#content .search label input {
	margin-right: 0.5em;
}

#content .sitaya {
    padding: 10px 0px;
}
.cap {
    font-size: 70%;
	line-height: 140%;
}
.txt_red {
    color: #FF0000;
}
.btn {
     text-align: center;
	 margin-top: 15px;
}

