@charset "utf-8";
/* CSS Document */

h2.caption {
	background:#D5E465 url(/img/common/bg_h2.gif) repeat-x 0 0;
	border: 1px solid #CCCCCC;
	height:26px;
	margin-bottom:10px;
	padding:3px 6px;
	font-size:14px;
	font-weight: bold;
	padding:5px 0 0 5px;
}
h2.summary {
	border-bottom:1px solid #DFDFDF;
	font-size:133%;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:5px;
}

h3.caption {
	background:#D5E465 url(/img/home/h2_info.gif) repeat-x scroll 0 0;
	border:1px solid #D5E465;
	height:20px;
	margin-bottom:10px;
	padding:3px 6px;
	font-weight: bold;
}

#searchConditionInner {
	background: #EFEFEF;
	border: 1px solid #DDD;
	margin-bottom:10px;
	padding:10px 0 0;
}

#searchConditionInner .inner {
	padding:0 10px 10px !important;
	position:relative;
}

form#searchArea {
	padding-bottom:10px;
	position:absolute;
	right:10px;
	top:0;
	width:336px;
}
#searchConditionInner form {
	background-color:#FFFFFF;
	border:1px solid #DCDCDD;
	padding:8px;
}

form#searchArea .section {
	margin-bottom:12px;
}

form#searchArea .hdlb {
	margin-bottom:5px;
}
.hdlb {
	background:#FFFFFF url(/img/common/line_border.gif) no-repeat 0 100%;
	font-weight:bold;
	line-height:100%;
	margin-bottom:5px;
	padding-bottom:8px;
}

#searchConditionInner .inner img {
	margin-bottom: 30px !important;
	}

form#searchArea .submit {
	background:#FFFFFF url(/img/common/line_dot.gif) repeat-x 0 0;
	font-size:x-small;
	margin:8px 0 0;
	padding:8px 0 0;
	text-align:center;
}

form#searchStation {
	background:#FFFFFF url(/img/common/txt_stationsearch.gif) no-repeat scroll 12px 50%;
	padding:10px 10px 10px 105px;
}

.suggestPene {
	position:relative;
	z-index:5;
}

.suggestPene #suggest {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	left:0;
	padding:3px;
	position:absolute;
	top:22px;
}

dl.inline dt, dl.inline dd, ol.inline li, ul.inline li {
	display:inline;
}
#searchAccessTxt {
	color:#666666;
	font-size:x-small;
	padding-left:3px;
}

#new, #urgent {
	width: 356px;
	margin-bottom: 50px;
	}

#new {
	float: left;
	}
#new dt {
	background:#FFFFFF url(/img/icon/new.gif) no-repeat 0 8px;	
	}
#urgent {
	float: right;
	}
#urgent dt {
	background:#FFFFFF url(/img/icon/urgent.gif) no-repeat 0 8px;
	}
dl.list dt {
	padding:5px 0 0 65px;
}
dl.list dd {
	background:#FFFFFF url(/img/common/line_dot.gif) repeat-x 0 100%;
	padding:0 0 5px 65px;
}