@charset "utf-8";

/* CSS Document */
/* エリアページ用スタイルシート  */


#tvMainScreen {
	background-color: #3399FF;
	}

.dot {
	border: #333333 dotted 2px;
	margin: 0 10px 0 10px;
	}

#chLogo a {
	background: url(../images/logo_ch09_traffic.jpg);
	}


/* サイドスペース上部 */
#rightView {
	overflow: hidden;
	}

#rightSpace{
	text-align:center;
	}

/* サイドスペース下部*/
#remoNavi {
	padding:0;
	overflow: hidden;
	}


/* メインスペース */
#mainSpace {
	width: 522px;
	height: 405px;
	padding:6px 0 0 6px;
	margin:0;
	}	

.trafficBox_train,
.trafficBox_bus,
.trafficBox_taxi {
	position: relative;
	float: left;
	margin: 0 5px 6px 0;
	width: 125px;
	height: 95px;
/*	border: #000000 1px solid;*/
	}

.trafficBox_train{	background: url(images/bg_train.jpg);}
.trafficBox_bus{	background: url(images/bg_bus.jpg);}
.trafficBox_taxi{	background: url(images/bg_taxi.jpg);}

h2.trafficBox {
	margin-top: 2px;
	font-size: 1em;
	text-align: center;
	}

h2.trafficBox a{
	color: #000066;
	font-weight: bold;
	text-decoration:underline;
	}

p.contactNum{
	margin: 8px 3px 3px 6px;
	width: 43px;
	font-weight: bold;
	}

p.contactNumNoqr{
	margin: 8px 3px 3px 6px;
	font-weight: bold;
	}

.trafficQr{
	position: absolute;
	left: 49px;
	top: 19px;
	float: right;
	}