/**
 * event_search.css
 * イベント検索画面スタイルシート
 */

/*1段目*/
#main #box_row1{
	width:850px;
	margin:10px 0 0 0;
	padding:0;
	background:url(../img/search/bg_row1.png) repeat-y left;
}
#main #box_row1 h4{
	background:url(../img/search/row1_title.png) no-repeat;
	height:40px;
	padding:8px 8px 0 8px;
}
#main #box_row1 h4 img.txt{
	float:left;
	width:300px;
}
#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/search/bg_row1_bottom.png) no-repeat left bottom;
}
#main #box_row1 #box_search{
	background:url(../img/search/bg_row1_gra.png) no-repeat 0 33px;
	width:630px;
	float:left;
	padding:0 0 6px 0;
}
#main #box_row1 #box_search .column_l {
	width:630px;
	float:left;
	padding:0 0 6px 0;
}
#main #box_row1 #box_search .column_r {
	width:334px;
	float:left;
	padding:6px 0 6px 0;
}
#main #box_row1 .param{
	clear:both;
	background:url(../img/bg_dot.png) repeat-x bottom;
	width:610px;
	margin:0 0 0 10px;
	padding:8px 0 8px 0;
}
#main #box_row1 .submit{
	clear:both;
	width:610px;
	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: 220px;
}
#main #box_row1 .param_txt2 {
	display: block;
	float: left;
	word-break: break-all;
	width: 220px;
}
#main #box_row1 .sbj{
	display:block;
	width:80px;
	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;
}


