@charset "UTF-8";

@import url("menu.css");

/* base
--------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #005447;
	text-decoration: underline;
}
a:visited {
	color: #335550;
	text-decoration: underline;
}
a:hover {
	color: #EB6114;
	text-decoration: none;
}
a:active {
	color: #eb1636;
}
hr {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: none;
}
.none {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}


/* layout
--------------------------- */
#all {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}
#header {
	background-image: url(../images/base_img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 820px;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
}
#contents-container {
	width: 820px;
	padding-bottom: 20px;
	position: relative;
}
#menu-container {
	float: left;
	width: 230px;
	padding-bottom: 40px;
}
#main-container {
	float: right;
	width: 570px;
	padding-bottom: 20px;
}
#top-main-container {
	float: right;
	width: 580px;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CC00;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 10px;
}
#footer address {
	color: #666666;
	font-style: normal;
	line-height: 2em;
	font-size: 1em;
	letter-spacing: 0.1em;
}


/* header
--------------------------- */
#header .main-title {
	background-image: url(../images/base_img/header_maintitle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 800px;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
#header .main-title a {
	position: absolute;
	height: 94px;
	width: 194px;
	left: 28px;
	top: 98px;
	display: block;
}
#header p {
	display: none;
}
#breadcrumbs-list {
	height: 20px;
	position: absolute;
	left: 0px;
	top: 205px;
	font-size: 0.8em;
	line-height: 1em;
	letter-spacing: 0.1em;
	width: 780px;
	background-image: url(../images/base_img/breadcrumbs_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
#breadcrumbs-list span {
	background-image: url(../images/base_img/breadcrumbs_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 14px;
	width: 28px;
	float: left;
	margin-top: 3px;
	text-indent: -9999px;
	overflow: hidden;
}
#breadcrumbs-list a {
	display: block;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 2px;
	text-decoration: none;
	color: #999999;
}
#breadcrumbs-list a:hover {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #F3FFE6;
	color: #333333;
}
#breadcrumbs-list strong {
	display: block;
	float: left;
	background-color: #F3FFE6;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 2px;
	text-decoration: none;
	color: #333333;
}


/* material
--------------------------- */
.clear-float {
	clear: both;
}
.float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.float-right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

.print-btn a {
	background-image: url(../images/top_img/top_station-guide_btn.gif);
	background-repeat: no-repeat;
	background-position: left -88px;
	display: block;
	height: 22px;
	width: 170px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 350px;
	margin-top: 15px;
}
.print-btn a:hover {
	background-position: right -88px;
}



/* clearfix
--------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}
