@charset "UTF-8";

/**
 * rosen.css
 */


/* 780px固定コンテンツエリア
--------------------------------------------------------------*/
div#CONTENTSw780 {
    width: 780px;
    margin: 0 auto;
    text-align: left;
}
div#CONTENTSw780 div#CONTENTS {
    margin: 0;
    padding: 0;
}
.mw780 {
    min-width: 780px;
}

/* 780px固定コンテンツエリア の左側
--------------------------------------------------------------*/
#CONTENTS_LEFT {
	position:relative;
	float:left;
	width: 560px;
}

/* 780px固定コンテンツエリア の右側
--------------------------------------------------------------*/
#CONTENTS_RIGHT {
	float: right;
	width: 200px;
}


/* 基本設定色々
--------------------------------------------------------------*/
table td {
	padding: 7px;
}

/* table の隙間を消す
--------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* もろもろ細かい部分
--------------------------------------------------------------*/
/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
	margin-top: -3px;
}

/* マージン */
.mt10 {
	margin-top: 10px;
}

/* clear: both */
.clear {
	clear: both;
}

/* マップ選択画面（路線図と県選択）
--------------------------------------------------------------*/
table.map {
	border-top: solid 2px #81A5E1;
	border-left: solid 2px #81A5E1;
	width: 560px;
}

table.map td {
	border-right: solid 2px #81A5E1;
	border-bottom: solid 2px #81A5E1;
	text-align: center;
}

table.map td.map_title {
	background-color: #EAF4FE;
}

table.map td.map_contents {
	padding: 15px 15px;
	background-color: #FAFAFA;
}

.todofuken_link {
	margin: 45px 0px 0px 280px;
}

#todofuken_bg {
	padding: 0 12px;
	height:246px;
	background: #FFF url("/townctns/images/00604/contents/etc/todofuken_bg.png") no-repeat scroll 0% 50%;
}

/* 駅名を選択してくださいの画像 */
#select_eki {
	float: left;
	margin:10px;
}


/**************************************************************/
/*                                                            */
/* 地図の表示                                                 */
/*                                                            */
/**************************************************************/
#EKISPART {
/*	background:transparent url(/townctns/search/route/images/ekispart/bg.gif) repeat-y scroll left top; */
	width:575px;
	height: 537px;
	z-index:1;
	padding:10px 10px 0 10px;
}
#EKISPART #EKISPARTC {
	background:transparent url(/townctns/search/route/images/ekispart/bg_top.gif) no-repeat scroll left top;
	width:572px;
	height: 537px;
}
#EKISPART #EKISPARTC #EKISPARTGC {
	background:transparent url(/townctns/search/route/images/ekispart/bg_btm.gif) no-repeat scroll left bottom;
	height: 537px;
}
#EKISPART h2 {
	float:left;
	margin:0;
	padding:0;
}
#EKISPART h2 img {
	display:block;
}
#EKISPART .btns {
	float:right;
	padding-top:5px;
}
#EKISPART .btns img {
	margin-left:5px;
}
#EKISPART div.routeMap {
/*	border-color:#B3B3B3 #FFFFFF #FFFFFF #B3B3B3;
	border-style:solid;
	border-width:1px; */
	height: 541px;
}
#EKISPART div.routeMap table {
	border:medium none;
	border-collapse:collapse;
	background: #DAE8FF;
	width:570px;
	height: 439px
}

#EKISPART div.routeMap table td {
/*	border-right: solid 1px #B3A286; */
/*	border-bottom: solid 1px #B3A286; */
	padding:0;
	background: #DAE8FF;
	border: 0px solid #DAE8FF;
	width: 20px;
}
#EKISPART div.routeMap table thead td.top {
/*	background:#C5C5C5 url(/townctns/search/route/images/ekispart/frame_top.gif) repeat-x scroll left top; */
}
#EKISPART div.routeMap table tbody td.left {
/*	background:#C5C5C5 url(/townctns/search/route/images/ekispart/frame_left.gif) repeat-y scroll left top;*/
}
#EKISPART div.routeMap table td#RMAP {
/*	background:transparent url(/townctns/search/route/images/ekispart/dammy_map.gif) repeat scroll 0 0; */
/*	border:1px solid #9A9A9A; */
	height:399px !important;
	width:576px;
}
#EKISPART .bottom .floLeft {
	padding-top:5px;
}

.btns {
	float: right;
	margin:10px 12px 5px 10px;
}


/* 駅名予測変換 */
#suggestTable table,
#suggestTable2 table {
	border: none;
}

#suggestTable th,
#suggestTable2 th {
	border: none;
}

#suggestTable td,
#suggestTable2 td {
	border: none;
	text-align: left;
}

#suggestStation,
#suggestStation2 {
  margin-top:-12px;
  position:absolute;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  width: 178px;
  z-index:2;
  margin:1px 0 0 97px;
}

#suggestStation div,
#suggestStation2 div {
  padding: 1px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

#suggestStation div.select,
#suggestStation2 div.select{
  color: #FFFFFF;
  background-color: #3366FF;
}

#suggestStation div.over,
#suggestStation2 div.over{
  background-color: #99CCFF;
}

#suggestStation strong,
#suggestStation2 strong{
  font-weight: bold;
}