@charset "utf-8";
/* CSS Document */

/*検索エリア*/
#search_open_close {
	clear:both;
	width:100%;
}

#open_btn_waku {
	width:960px;
	margin:0 auto;
	position:relative;
}

.open_btn {
	position:absolute;
	top:-6px;
	right:0px;
	width:54px;
	height:14px;
	__background: url(../../search_img/open.gif) left top no-repeat;
	cursor:pointer;
}

#search_open_close .selected {
	background: url(../../search_img/close.gif) left top no-repeat;
}

#search_pg {
	background-color:#f4f4f4;
	width:100%;
	padding:10px 0;
	color:#000000;
}

#search_pg2 {
	width:960px;
	display:block;
	margin:0 auto;
}

#search_left {
	width:470px;
	float:left;
	padding:0 0 0 10px;
}

#search_right {
	width:470px;
	float:left;
	padding:0 0 0 10px;
}

.search_textfield {
	width:470px;
	display:block;
}

.search_textfield ul {
	list-style-type:none;
}

.search_textfield ul li.label_title {
	float:left;
	/*width:85px; */
	width:100px;
	font-size:73%;
	font-weight:bold;
	padding:2px 0 0 0;
}

.search_textfield ul li.textfield_Box {
	float:left;
	/*width:385px;*/
	width:370px;
}

.search_textfield ul li.textfield_Box label {
	font-size:70%;
}

.search_textfield ul li.check_area {
	float:left;
	font-size:70%;
	padding:0 15px 0 0;
}

.checkbox_ichi {
	vertical-align:middle;
}

.checkbox_ichi2 {
	vertical-align:middle;
	margin:0 5px 0 10px;
}

input#search_title {
	vertical-align:top;
	width:223px;
	height:18px;
	border:1px solid #a1a1a2;
	color:#000000;
}

input#person {
	vertical-align:top;
	width:223px;
	height:18px;
	border:1px solid #a1a1a2;
	color:#000000;
}

input#year01,
input#year02 {
	vertical-align:top;
	width:53px;
	height:18px;
	border:1px solid #a1a1a2;
	color:#000000;
	margin:0 10px 0 5px;
}

select#kikan {
	vertical-align:top;
	width:70px;
	height:20px;
}

#kensaku_taisho {
	background-color:#e1e1e1;
	width:930px;
	padding:8px 15px;
	clear:both;
	margin:10px auto 0 auto;
}

#kensaku_taisho ul {
	list-style-type:none;
}

#kensaku_taisho ul li.label_title {
	float:left;
	width:85px;
	font-size:73%;
	font-weight:bold;
	padding:2px 0 0 0;
}

#kensaku_taisho ul li.check_area {
	float:left;
	font-size:70%;
	width:845px;
}

#kensaku_taisho ul li.check_area span {
	display:block;
	width:845px;
}

#formclear {
	width:960px;
	margin:0 auto;
	padding:8px 0 2px 0;
	text-align:right;
}

#formclear input {
	background-color:#f4f4f4;
	font-size:70%;
	border:0;
	cursor:pointer;
	text-decoration:underline;

	_font-size:0.6em;
	*font-size:0.6em;
}

/*レイアウト設定*/

#sec_search {
	width:960px;
	display:block;
}

#sec_left2 {
	width:208px;
	float:left;
	background-color:#f3f4f3;
	border-left:1px solid #e1e1e0;
	border-right:1px solid #e1e1e0;
	border-bottom:1px solid #e1e1e0;
}

#sec_right2 {
	width:720px;
	float:right;
}

/*左カラム設定*/
select#sort {
	width:150px;
	margin:10px 0 10px 24px;
	height:20px;
}

.dropdown {
	background: url(../../search_img/search_leftbg.gif) left top no-repeat;
	width:170px;
	height:15px;
	font-size:72%;
	font-weight:bold;
	line-height:1.4em;
	margin:10px 0 0 9px;
	padding:5px 10px;
	cursor:pointer;
}

#sec_left2 .selected {
	background: url(../../search_img/search_leftbg2.gif) left top no-repeat;
}

.search_close {
	width:190px;
	margin:0 0 0 9px;
}

.dropdown_area {
	border-left:1px solid #b5b6b6;
	border-right:1px solid #b5b6b6;
	background-color:#ffffff;
	width:173px;
	padding:0 5px 0 10px;
	margin:0 0 0 9px;
}

.dropdown_area2 {
	width:173px;
	padding:0 0 8px 0;
}

.dropdown_area2 ul {
	list-style-type:none;
}

.dropdown_area2 ul li.check_area {
	font-size:70%;
}

.drop_closebtn {
	width:173px;
	text-align:right;
}

.drop_closebtn span {
	display:inline-block;
	font-size:70%;
	padding:3px 0 0 0;
}

.drop_closebtn a:link,
.drop_closebtn a:visited {
	color: #bcbcbc;
	text-decoration: none;
}

.drop_closebtn a:hover,
.drop_closebtn a:active,
.drop_closebtn a:focus {
	color: #950820;
	text-decoration: none;
}

.keyword {
	padding:10px;
	width:190px;
	display:block;
}

.keyword_area {
	font-size:70%;
	float:left;
	width:90px;
	padding:0 0 0 5px;
	line-height:1.7em;
}

.keyword_area a:link,
.keyword_area a:visited {
	color: #000000;
	text-decoration: none;
}

.keyword_area a:hover,
.keyword_area a:active,
.keyword_area a:focus {
	color: #000000;
	text-decoration: underline;
}

.keyword_btn {
	clear:both;
	text-align:right;
	padding:0 5px 0 20px;
	font-size:70%;
}

.keyword_btn a:link,
.keyword_btn a:visited {
	color: #bcbcbc;
	text-decoration: none;
}

.keyword_btn a:hover,
.keyword_btn a:active,
.keyword_btn a:focus {
	color: #950820;
	text-decoration: none;
}

/*右カラム*/
#pagenation {
	width:693px;
	background-color:#f8f7ee;
	border:1px solid #e1e1e0;
	padding:8px 10px 8px 15px;
	margin:0 0 5px 0;
}

.kensu_area {
	width:720px; /* 315 */
	float:left;
}

.kensu_area  span{
	display:inline-block;
	padding:0 10px 0 0;
}

.kensu_text {
	font-size:120%;
	font-weight:bold;
	color:#abaf3c;
}

.kensu_text2 {
	font-size:75%;
	font-weight:bold;
}

.kensu_text3 {
	font-size:75%;
	font-weight:bold;
	margin:0 0 0 15px;
}

.pagenation_area {
	width:368px;
	float:right;
	padding:7px 0 0 0;
}

.pagenation_area  span{
	display:block;
	color: #950820;
	padding:0 10px 0 0;
	font-size:73%;
	font-weight:bold;
	float:left;
}

.pagenation_area a:link,
.pagenation_area a:visited {
	color: #999999;
	text-decoration: none;
}

.pagenation_area a:hover,
.pagenation_area a:active,
.pagenation_area a:focus {
	color: #950820;
	text-decoration: none;
}

.result_area {
	background-color:#f3f4f3;
	width:690px;
	padding:0 15px 10px 15px;
	clear:both;
	margin:10px 0 0 0;
}

.result_left {
	width:55px;
	float:left;
}

.result_left img {
	padding:6px 0 2px 0;
}

.result_right {
	width:635px;
	float:left;
}

.result_right a:link,
.result_right a:visited {
	color: #a60924;
	text-decoration: none;
}

.result_right a:hover,
.result_right a:active,
.result_right a:focus {
	color: #a60924;
	text-decoration: underline;
}

.highLight {
	background-color:#d5d871;
}

.result_right dl {
	width:635px;
	clear:both;
	display:block;
	padding:0 0 5px 0;
}

.result_right dl dt {
	width:545px;
	float:left;
	font-size:75%;
	font-weight:bold;
	color: #950820;
	padding:10px 0 5px 0;
}

.result_right dl dd {
	width:90px;
	float:right;
	font-size:70%;
	padding:10px 0 0 0;
}

.result_text {
	font-size:70%;
	clear:both;
	padding:0 0 10px 0;
	line-height:1.4em;
}

.glass_area {
	text-align:right;
}

.glass_area div {
	display:inline;
	vertical-align:top;
}

.switchHat {
	clear:both;
	text-align:right;
	padding:0 0 8px 0;
	display:block;
}

.nowOpen {
	display:none;
}

.pulldown_hyoji {
	clear:both;
	width:678px;
	margin:0 5px 0 5px;
	background-color:#ffffff;
	border:1px solid #e1e1e0;
	padding:0 0 15px 0;
}

.pulldown_hyoji2 {
	clear:both;
	width:648px;
	background: url(../../search_img/s_dotline.gif) left bottom no-repeat;
	padding:0 0 10px 0;
	margin: 0 15px 13px 15px;
}

.pulldown_hyoji3 {
	clear:both;
	width:648px;
	padding:0 0 10px 0;
	margin: 0 15px 0 15px;
}

.pulldown_left {
	width:55px;
	float:left;
}

.pulldown_right {
	width:593px;
	float:left;
}

.pulldown_right dl {
	width:593px;
	clear:both;
	display:block;
	padding:0 0 5px 0;
}

.pulldown_right dl dt {
	width:503px;
	float:left;
	font-size:75%;
	font-weight:bold;
	color: #950820;
	padding:0 0 5px 0;
}

.pulldown_right dl dt a:link,
.pulldown_right dl dt a:visited {
	color: #a60924;
	text-decoration: none;
}

.pulldown_right dl dt a:hover,
.pulldown_right dl dt a:active,
.pulldown_right dl dt a:focus {
	color: #a60924;
	text-decoration: underline;
}

.pulldown_right dl dd {
	width:90px;
	float:right;
	font-size:70%;
}

.pulldown_text {
	font-size:72%;
	padding:5px 15px 5px 69px;
	background-color:#b5b6b6;
	color:#ffffff;
	font-weight:bold;
	margin:0 0 15px 0;
}

.closeBtnHat {
	text-align:right;
	margin:0 15px;
}

.closeBtnHat span {
	display:inline-block;
	vertical-align:top;
	font-size:70%;
}




