@charset "utf-8";

/*
 * CSS for carsharemap.jp
 */

/*
 * header
 */

#header {
	position: relative;;
	height: 50px;
}

#headtext {
	position: absolute;
	top: -10px;
	left: 0px;
	
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

#headcopy {
	position: absolute;
	top: 3px;
	left: 250px;
}

#area,
#area-other {
	position: absolute;
	top: 20px;
	
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#area {
	left: 250px;
}

#area-other-title {
	position: absolute;
	top: 3px;
	right: 10px;

	color: #999;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
}

#area-other-title .comingsoon {
	color: #F26620;
}

#area-other {
	right: 10px;
}


/*
 * footer
 */

#footer {
	position: relative;
	padding: 8px 0px;
	border-top: 1px solid #999;
	height: 40px;
	
	text-align: center;
	color: #666;
	font-size: 12px;
	font-weight: normal;;
	line-height: 16px;
}

#footer a {
	margin: 0px 8px;
}

#footer a#footer_analytics{
	position: absolute;
	top: 2px;
	right: 0px;
	margin: 0px;
	
	text-align: right;
}

#footer a#footer_analytics img{
	width: 48px;
	height: 48px;
	
	border: 0px;
}

