/**
 * search.css
 * 僧侶検索画面スタイルシート
 */

/*1段目*/
#main #box_row1{{
        width:980px;
	margin:0px 0 0 0;
	padding:0;
	/* background:url(../img/regist/bg_row1.png) repeat-y left; */
}
#main #box_row1 h4{
	/* background:url(../img/regist/row1_title.png) no-repeat; */
	height:1px;
	padding:0px 0px 0 0px;
}
#main #box_row1 h4 img.txt{
	float:left;
	width:209px;
}
#main #box_row1 h4 img.txt2{
	float:left;
	width:149px;
}
#main #box_row1 h4 .clearBoth{
	height:1px;
	clear:both;
	display:block;
}
#main #box_row1 .clearBoth1{
	clear:both;
	height:2px;
	margin:0 0 0 0;
	/* background:url(../img/regist/bg_row1_bottom.png) no-repeat left bottom; */
}
#main #box_row1 #box_regist{
	/* background:url(../img/regist/bg_row1_gra.png) no-repeat 0 33px; */
	width:830px;
	float:left;
	padding:0 0 0px 0;
}
#main #box_row1 #box_regist .column_l {
	width:896px;
	float:left;
	padding:0 0 6px 0;
}
#main #box_row1 #box_regist .column_r {
	width:834px;
	float:left;
	padding:6px 0 6px 0;
}
#main #box_row1 .param{
	clear:both;
	background:url(../img/bg_dot.png) repeat-x bottom;
	width:270px;
	margin:0 0 0 10px;
	padding:8px 0 8px 0;
}
#main #box_row1 .submit{
	clear:both;
	width:270px;
	margin:0 0 0 10px;
	padding:20px 10px 8px 0;
	text-align: right;
}
#main #box_row1 .txt{
}
#main #box_row1 .param_txt {
	display: block;
	float: left;
	word-break: break-all;
	width: 180px;
}
#main #box_row1 .sbj{
	display:block;
	width:60px;
	float:left;
	padding:3px 0 0 4px;
	font-weight: bold;
}
#main #box_row1 area{
	cursor: pointer;
}

#main #box_row1 #box_pr{
	width:200px;
	border-top:2px solid #99CCCC;
	float:right;
	background:url(../img/bg_dot.gif) repeat-x bottom;
	padding:0 0 6px 0;
}
#main #box_row1 #box_pr h2{
	padding:10px 0;
}
#main #box_row1 #box_pr .pr{
	clear:both;
	background:url(../img/bg_dot.png) repeat-x bottom;
	width:180x;
	margin:0 0 0 10px;
	padding:8px 0 8px 0;
}
#main #box_row1 #box_pr .link{
	background:url(../img/icn_arrow01.png) no-repeat 0 6px;
	padding:0 0 0 20px;
	margin: 5px 0 0 30px;
}

table.regist_form {
	position: relative;
	top: 0px;
	widows: 804px;
	margin-top: 20px;
}
	table.regist_form td.item_name {
		width: 150px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom:10px;
		background-color:#70A10D;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}
	table.regist_form td.item {
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px;
		line-height: 18px;
		color: #152802;
	}
	table.regist_form td.agree {
		width: 804px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		color: #152802;
	}
	table.regist_form span.aster {
		color: #ff3333;
		padding-left: 5px;
	}
	table.regist_form span.txt_ruby {
		width: 146px;
		text-align: left;
		float: left;
	}

	/* お問合せ：注釈 */
	div.note {
		position: relative;
		top: 0px;
		widows: 604px;
		margin-top: 10px;
		text-align: left;
		font-size: 12px;
		color: #152802;
	}

