/*-------------------------------------------------------------------------------*/
/*----- 標準指定 ----------------------------------------------------------------*/

/* 全スタイル初期化 */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

v¥:* {
	behavior:url(#default#VML);
}

/* 非表示アイテム */
.hidden-item {
	display: none;
}

body {
	margin: 8px;
	margin-top: 0px;
	background-color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	background-color: #ffffce;
}

form {
	color: #eee;
	font-size: 90%;
}

fieldset {
	width: 100%;
	border: 0px;
	padding: 3px;
	float: left;
	background-color: #666;
}

input {
	font-size: 110%;
	color: #fff;
	border: 0px;
	background-color: #888;
}

input.btn-search {
	background-color: #aaa;
}

select {
	font-size: 110%;
	color: #fff;
	border: 0px;
	background-color: #888;
}




fieldset#advance-control-area {
	display: none;
}

img {	border: 0px;}


p{
	font-size: 90%;
	line-height: 170%;
	margin-bottom: 24px;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	font-size: 90%;
	margin-left: 20px;
	margin-bottom: 4px;
}

/*-------------------------------------------------------------------------------*/

div#map {
	float: left;
	width: 500px;
	height: 480px;
	margin-top: 4px;
	margin-bottom: 8px;
}

div#mashup-area {
	float:left;
	width:190px;
	height: 470px;
	background-color: #fff;
	font-size: 80%;
	border: 1px solid #999;
	padding: 8px;
	margin-top: 2px;
	margin-right: 4px;
	overflow:auto;
}

div#mashup-hotp-area {
	font-size: 150%;
}
div#mashup-hotp-area span {
	font-size: 70%;
}

div#mashup-area ul {
	list-style: none;
	margin-left: -20px;
}

div#mashup-area li {
	border-bottom: 1px solid #ccc;
}


div#candidate-area {
	font-size: 75%;
	position: absolute;
	top: 30px;
	left:660px;
	width: 200px;
	height:450px;
	background-color: #ddd;
	line-height: 1.6;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	padding: 4px;
	display: none;
}

div#keyword-tab-area {
	float: left;
	width:250px;
	font-size: 75%;
	padding: 2px;
	line-height: 1.6;
	margin-top: 4px;
	margin-left: 4px;
}
div#keyword-area {
	background-color: #fff;
	float: left;
	width:250px;
	height: 110px;
	font-size: 80%;
	border: 1px solid #999;
	padding: 8px;
	line-height: 1.6;
	margin-top: 0px;
	margin-left: 4px;
	overflow:auto;
}

div#list-area {
	background-color: #fff;
	float: left;
	font-size: 80%;
	width:250px;
	height: 333px;
	border: 1px solid #999;
	padding: 8px;
	line-height: 1.6;
	margin-top: 2px;
	margin-left: 4px;
	overflow:auto;
}

div#feed-area {
	clear: both;
	text-align: right;
	width:99%;
	font-size: 75%;
	padding: 0px;
	margin-top: -20px;
}



input#lat {
	width: 80px;
}
input#lon {
	width: 80px;
}

span.key-num {
	font-size: 80%;
	margin-right: 4px;
}

div#header-area {
	margin-top: 4px;
	width: 100%;
	text-align: right;
	font-size: 85%;
}

p.mailbody {
	font-size: 80%;
	width: 200px;
}

span.maildate {
	font-size: 80%;
}

span.mailcode {
	font-size: 80%;
}

a.kwd {

}

a.cmd {
	text-decoration: none;
	margin-right: 1px;
	padding: 2px;
	border: 1px solid #bbb;
	background-color: #eee;
}

div.peui {
	clear: both;
	margin-top: 10px;
}
