#search_box {
	width: 100%;
	height: 56px;
	border-bottom: 10px solid white;
	background: url(../images/bg_search_box.png) no-repeat;
	text-align: center;
}
#search_box p {
	padding: 10px 0 0px;
	line-height: 1;
}
* html #search_box p {  /* for IE6 */
	padding: 10px 0 3px;
}
*+html #search_box p {  /* for IE7 */
	padding: 10px 0 3px;
}
#google_search_box {
	width: 310px;
	height: 17px;
	padding: 0;
	border: 1px solid #004894;
	line-height: 1;
}
#google_search_btn {
	width: 118px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/btn_google_search_large.png) no-repeat 0 5px;
	text-indent: -5000px;
}
* html #google_search_btn {  /* for IE6 */
	height: 20px;
	background: url(../images/btn_google_search_large.png) no-repeat 0 1px;
}
*+html #google_search_btn {  /* for IE7 */
	height: 20px;
	background: url(../images/btn_google_search_large.png) no-repeat 0 1px;
}

#content { font-size: 12px; }
#content .box h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #96c7ea;
	background: url(../images/bg_left_menu.png) right top repeat-y;
}
#content .box h2 span {
	margin-left: 2px;
	padding-left: 8px;
	display: block;
	border-left: 10px solid #076ab6;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
#content .box .title_caption {
	position: absolute;
	right: 12px;
	top: 0;
	font-weight: bold;
	color: #076AB6;
	line-height: 17px;
}
#content .box .box_content {
	margin-left: 20px;
	margin-right: 12px;
}
#content .box h3 {
	font-size: 14px;
	font-weight: bold;
}
#content .box ul li { list-style: disc inside; }
#content #pick_up.box img {
  margin-right: 10px;
  float: right;
}
#content #pick_up.box .box_content {
  width: 150px;
  overflow: auto;
}
#content #pick_up.box .box_content p {
  width: 130px;
  margin-bottom: 10px;
}

#site_map {
	margin-left: 20px;
	margin-right: 12px;
}
#site_map th, 
#site_map td {
	vertical-align: top;
	width: 142px;
}
#site_map th { font-weight: bold; }
#site_map td.for_ie_bug { width: 10px; }
#site_map td { padding-bottom: 1em; }

/* Mac Safari3 */
body:first-of-type #all #content { font-size : 92%; }
/* end Mac Safari3 */
