@charset "utf-8";
/*
 * CSS for carsharemap.jp
 */

* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

/*
 * general
 */

body {
	margin: 0px;
	padding: 0px;

	color: #444;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;;
}

a:link,
a:visited {
	color: #8F7550;
}

p.right {
	text-align: right;
}

p.indent {
	margin-left: 30px;
}

.orange {
	color: #F26620;
}

.brown {
	color: #8F7550;
}

.gray {
	color: #999;
}

/*
 * layout
 */

#baseDiv {
	margin: 0px auto;
	padding: 10px 5px 10px;
	position: relative;
	width: 960px;
}

#breadcrumb {
	margin: 6px 0px;
	height: 18px;
	
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

#content-announce {
	margin-bottom: 15px;
	
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

#content {
	margin: 0px;
	padding: 0px;
}

#content-left {
	float: left;
	width: 640px;
}

#content-right {
	float: right;
	width: 300px;
}

#content-clearfix {
	clear: both;
	height: 0px;
}

/*
 * indivisuals
 */

#relatedStations {
	padding: 10px 15px;
	height: 199px;
	overflow: auto;
	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	background-color: #f8f8f8;
}

h3.stationlist {
	margin-bottom: 8px;

	color: #8F7550;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

ul.stationlist {
	list-style: none;
}

ul.stationlist li {
	padding-left: 26px;
	margin-bottom: 5px;
	
	background-image: url('/img/page_station/relatedstation_icon.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	
	font-size: 12px;
	line-height: 18px;
}

ul.stationlist li .place {
	color: green;
}

#content-header {
	padding: 15px 15px 10px;
}

#content-header-left {
	float: left;
	width: 530px;
	margin-left: -5px;
	padding-left: 10px;
	
	border-left: 5px solid #8F7550;
}

#content-header-right {
	float: right;
	width: 375px;

	color: #666;
}

#content-header-clearfix {
	clear: both;
}

#content-header h2 {
	margin-bottom: 4px;
	
	color: #8F7550;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

#content-header h2 span {
	margin-left: 5px;
	
	font-size: 12px;
	font-weight: normal;
}

#content-header h2 span.area {
	color: #444;
}

#content-header .station-address,
#content-header .station-company {
	font-size: 12px;
	line-height: 18px;
}

#content-header .company-name,
#content-header .company-company_url,
#content-header .company-service_url,
#content-header .company-announce {
	overflow: hidden;
}

#content-header .company-name {
	height: 22px;
	
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}

#content-header .company-company_url,
#content-header .company-service_url,
#content-header .company-announce {
	height: 16px;
	
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

#content-header .company-company_url a,
#content-header .company-service_url a{
	color: green;
}

#content-header .company-company_url span,
#content-header .company-service_url span {
	margin-left: 5px;
}

/*
 * arealist
 */

.arealist {
	margin: 0px 1px 9px;
}

.arealist a {
	position: relative;
	display: block;
	float: left;
	height: 28px;
	width: 120px;
	overflow: hidden;
	padding: 0px;
	margin: 0px -1px -1px 0px;
	
	background-color: #FFF;
	background-image: url('/img/arealist/bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}

.arealist a:hover {
	background-color: #C4AD77;
	
	color: #635138;
}

.arealist a span{
	padding-left: 3px;

	font-size: 12px;
	font-weight: normal;
}

.arealist a img.new {
	position: absolute;
	top: 1px;
	right: 1px;
}

.arealist-clearfix {
	clear: left;
	height: 1px;
}


#page_about_catch {
	position: relative;
	margin: 0px 0px 5px;
	height: 80px;
	
	border: 1px solid #8F7550;
}

#page_about_catch #page_about_catch_text {
	position: absolute;
	top: 42px;
	right: 320px;
	height: 24px;
	
	color: #8F7550;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 1px 1px 0px #FFF;
}

#page_about_catch #page_about_catch_text strong {
	padding: 0px 5px;
	font-size: 24px;
}

/*
 * content .box #boxTab
 * 単に#boxTabとはしない（ul等の要素のCSSをoverwriteする為） 
 */

#content .box #boxTab {
	margin: 1px -15px 15px -15px;
	padding: 0px;
	height: 26px;

	background-color: #DEDEDE;

	font-size: 12px;
	line-height: 26px;
}

#content .box #boxTab a {
	margin: 0px;
	padding: 0px 14px;
	float: left;
	
	background-color: #EDE6D6;
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCC;

	color: #8F7550;
	font-weight: bold;
	text-decoration: none;
}

#content .box #boxTab a.selected,
#content .box #boxTab a:hover {
	background-color: #8F7550;

	color: #FFF;
}

#content .box #boxTab a:hover {
	text-decoration: underline;
}

/*
 * station
 */

a.button_companylink {
	display: block;
	width: 210px;
	height: 30px;
	margin: 0px;
	padding: 6px 10px;
	background-image: url('/img/page_station/button_company_230.png');
	background-position: left top;
	background-repeat: no-repeat;
	
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

/*
 * top
 */

#topAnnounce {
	margin: 0px;
	padding: 6px 10px;
	
	border-bottom: 1px solid #CCC;
	background-color: #ffffea;;
	
	font-size: 12px;
	text-align: center;
	line-height: 140%;
	color: #888;
}

/*
 * station_list
 */

.box.large .listbox {
	margin: 0px 0px 15px 0px;
	border: 2px solid #EDE6D6;
}


.box.large .listbox .title {
	font-weight: bold;
	background-color: #EDE6D6;

	padding: 3px 4px;
	margin: 0px 0px 10px 0px;

	font-size: 12px;
	line-height: 18px;
}

.box.large .listbox .title .rightnote{
	float: right;
	font-size: 10px;
	font-weight: normal;
}

.box.large .listbox ul.areas {
	margin: 0px 0px 0px 0px;
	padding: 0px;

	font-size: 13px;
	line-height: 24px;
}

.box.large .listbox ul.areas li {
	float: left;
	width: 80px;
	margin: 0px 10px 0px 30px;
	padding: 0px 0px 0px 0px;
	list-style: url(/img/listbox/areas.gif);
}

.box.large .listbox .clearfix {
	clear: left;
	height: 10px;
}

