html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

/* ワンクリック */
div.homeBox {
	display:block;
	margin-top:5px;
	margin-right:10px;
	font-size:12px;
	float:left;
}
div.customCtrlOneClick {
	display:block;
	float:left;
	width:330px;
	height:0px;
	margin-top:5px;
	font-size:12px;
}
div.customCtrlOneClick a {
}
div.customCtrlOneClick img {
	display:inline-block;
}
div.customCtrlBox {
	display:block;
	width:427px;
	margin:auto;
}
div.ctrlBox {
	float:left;
	display:block;
	padding:5px;
	border: solid 1px #666;
	background-color: #fff;
	white-space: nowrap;
}
div.ctrlBox a {
	border-style:none;
	text-decoration: none;
	outline:none;
}
div.ctrlBox img {
	border-style:none;
	vertical-align:bottom;
}
span.icon{
	padding-left:5px;
}
span.searchIcon{
	display:block;
	margin-top:5px;
}
img.searchButtonImg {
	cursor:pointer;
}

/* 学校検索 */
div.selectSchool {
	clear:both;
	margin-left:163px;
	_margin-left:163px;
	display:none;
	width:83px;
	_width:83px;
	border: solid 1px #666;
	border-top:none;
	background-color: #fff;
	padding: 5px 0px 0px 0px;
	text-align:center;
}
div.selectSchool p {
	padding:0px 4px 5px 4px!important;
	font-size:15px!important;
}

/* 病院検索 */
div.selectHospital {
	clear:both;
	margin-left:83px;
	_margin-left:83px;
	display:none;
	width:83px;
	_width:83px;
	border: solid 1px #666;
	border-top:none;
	background-color: #fff;
	padding: 5px 0px 0px 0px;
	text-align:center;
}
div.selectHospital p {
	padding:0px 4px 5px 4px!important;
	font-size:15px!important;
}

/* キーワード検索 */
div.customCtrl {
	clear:both;
	margin:auto;
	display:none;
	width:401px;
	_width:400px;
	border: solid 1px #666;
	border-top:none;
	background-color: #fff;
	padding: 10px;
	font-size:12px;
	text-align:center;
}
div.customCtrl input {
	width:100%;
	ime-mode:active;
}
p.searchButton {
	text-align:right;
	margin:5px 0px 0px 0px;
}
div.searchArea {
	padding-left:5px;
}
img.drivingButtonImg, img.walkingButtonImg {
	border: 0 none;
}

/* 経路検索 */
div.routeCtrl {
	clear							:	both;
	margin						:	auto;
	display						:	none;
	width							:	401px;
	_width						:	400px;
	border						:	solid 1px #666;
	border-top				:	none;
	background-color	: #fff;
	padding						: 10px;
	font-size					:	12px;
	text-align	:	left;
}
div.routeCtrl input {
	width						:	83%;
	ime-mode				:	active;
	vertical-align	: middle;
}
div.routeCtrl .textRouteSearch {
	text-align	:	left;
}

#streetViewWindow {
	border-color: #ddd;
	border-style: solid;
	border-width: 3px 3px 3px;
	z-index: 1000;
	position:absolute;
	display: none;
	width: 300px;
	height: 200px;
	background-color: #ddd;
	padding-top: 14px;
	padding-bottom: 14px;
	top: 80px;
	left: 80px;
}

#streetViewTitle {
	height: 14px;
	background-color: #ddd;
	font-size: 12px;
	text-align: right;
	font-weight:bold;
	margin-top: -14px;
}

#streetViewTitle a {
	color: #000;
	text-decoration: none;
}

#streetView {
	width: 100%;
	height: 100%;
}

#streetViewFooter {
	height: 14px;
	background-color: #ddd;
	font-size: 12px;
	text-align: right;
	font-weight:bold;
	margin-bottom: -14px;
}
.ui-resizable-se {
	right: -3px;
	bottom: -3px;
}
