/* LAYOUT */

div#side_information {
	float:left;
	width:300px;
}

div#query_box {
	background-image: url(/carton/images/search_back.gif);
	height: 30px;
}

div#query_box p {
	padding-top: 5px;
}

div#query_box p.query {
	float: left;
}

div#query_box p.button {
	float: right;
}

div#progress_bar {
	clear: both;
	float: right;
	text-align:right;
	height: 20px;
	padding-top: 5px;
}

div#progress_text {
	height: 20px;
	padding-top: 4px;
}

div#center_information {
	line-height: 1em;
	clear: both;
	height: 405px;
	overflow: auto;
}

div#center_information div.center_icon {
	width: 40px;
	float: left;
	padding-top: 3px;

	text-align: center;
}

div#center_information li {
	padding: 7px 0px;
}

div#center_information div.center_summary {
	margin-left: 40px;
	width: 240px;
}

div#center_information h3 {
	margin: 0px;
	padding: 0px;
	background: none;
	clear: none;
	width: 240px;

	line-height: 14px;
	font-size: 13px;
}

div#center_information p {
	margin: 3px 0px;
	padding: 0px;
	background: none;
	width: 236px;

	font-size: 12px;
	line-height: 120%;
}


div#map_information {
	width: 565px;
	float: left;
	margin-left: 35px;
}

div#map_canvas {
	width: 565px;
	height:370px;
}

div#center_selector {
	padding: 0px;
}

div#center_selector ul.type_title {
	display: block;
	margin: 10px 0px 0px;
	width: 565px;
	height: 20px;

	border-bottom: 2px Solid Skyblue;
}

div#center_selector ul.type_title li {
	margin: 0px 0px 0px 10px;
	padding: 1px 0.25em 1px;
	background: none;
	height: 16px;
	width: 140px;
	text-align: center;

	background-color: #eee;
	border: solid 2px Skyblue;
	border-bottom: solid 2px #eee;
}

div#center_selector ul.items {
	display: block;
	width: 551px;
	height: 45px;
	padding: 6px;

	border-left: 1px Solid Skyblue;
	border-right: 1px Solid Skyblue;
	border-bottom: 1px Solid Skyblue;
}


div#center_selector ul.items li {
	display: block;
	float: left;
	width: 135px;
	line-height: 100%;
}

/** GREEEEEEEEEEN COLUMNS **/

div.max-green {
	margin-top:13px;
	float:left;
	width:291px;
	margin-right:13px;
}

div.max-green div.head {
	height: 8px;
	line-height:100%;
	font-size: 0px;
}

div.max-green div.body {
	height:150px;
	width:261px;
	background:url(./images/bg291_2.jpg) repeat-y 0 0;
	padding:8px 15px;
}


/* STYLE */

div#center_information li.odd {
	background-color: #eee;
}

div#center_information h3 {
	font-family: Meiryo, Hiragino, Serif;
}

div#center_information p {
	font-family: "MS GOTHIC", Hiragino, Serif;
}

div#center_selector ul.type_title li {
	font-family: Meiryo, Hiragino, Serif;
}

div#center_information li.mcactive {
	background-color: #fcc;
}
