  @charset "utf-8";
/* CSS Document */

img {
	border:none;
}

#content p,
#content dl{
	margin:0;
	padding:0;
}

#content h2{
	border-top:none;
	margin:0px 0px 10px 0px;
	clear:both;
	padding:10px 0px 0px 12px;
}

#content #main h2.dome{
	background:url(/tech/tokyo_station/image/m-back_dome.png) no-repeat 0px 10px;
}

#content #main h2.gable{
	background:url(/tech/tokyo_station/image/m-back_gable.png) no-repeat 0px 10px;
}

#content #main h2.under{
	background:url(/tech/tokyo_station/image/m-back_under.png) no-repeat 0px 10px;
}

#content h3{
	margin:0;
	padding:20px 0px 10px;
	font-size:110%;
}

#content #main .contentbox .datebox h3 p{
	display:block;
	margin:0;
	padding:0;
	line-height:1;
}

#content #main .contentbox .datebox h3 p.arrow{
	padding:5px 0 5px 2em;
}


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

#content .snav {
	clear:both;
	margin:0px;
}


#content .snav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#content .snav ul li{
	margin:0;
	padding:0;
	float:left;
	width:auto;
}

/* block */
.section{}

/* begin clearfix(set_class) */

.section:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.section,
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
*html .section,
*html .clearfix {height: 1%;}
.section,
.clearfix {display: block;}
/* End hide from IE-mac */

/* end clearfix */


/* main */
.contentbox{
	margin-bottom:30px;
	border-top:#CCCCCC 1px solid;
	clear:both;
}

.datebox{
	width:185px;
	float:left;
	margin-right:20px;
}

.mainbox{
	float:right;
	width:595px;
}

/* topicsArea */
#topicsArea{
	width:800px;
	position:relative;
	background:url(/tech/tokyo_station/site_info/image/topics_bar_back.png) no-repeat scroll left bottom transparent;
}

#topicsArea p.topicsGotolist{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
}

#topicsArea h3{
	margin:0;
	padding:0;
}

#topicsArea dl.topicsAreamain{
	width:580px;
	float:left;
	margin-left:20px;
	_margin-left:10px;
	margin-right:20px;
	padding:15px 0px 18px 0px;
}

#topicsArea dl.topicsAreamain dt{
	float:left;
	clear:both;
	width:7em;
	margin-left:0;
	padding:0 0 3px 0;
	line-height:1.5;
	font-weight:bold;
	color:#6e0000;
}

#topicsArea dl.topicsAreamain dd{
	margin-left:7em;
	padding:0 0 3px 15px;
	line-height:1.5;
	_float:left;
	_margin-left:0;
	background:url(/tech/tokyo_station/image/topics_arrow.gif) no-repeat scroll left 4px transparent;
}

/* topicsArea link */
#topicsArea dl.topicsAreamain dd a.title {
	color:#222222;
	font-weight:bold;
	text-decoration: none;
	}
	
#topicsArea dl.topicsAreamain dd a:link {
	color:#222222;
	text-decoration: none;
	}
	
#topicsArea dl.topicsAreamain dd a:visited {
	color:#222222;
	text-decoration: none;
	}
	
#topicsArea dl.topicsAreamain dd a:active {
	color:#222222;
	text-decoration: underline;
	}

#topicsArea dl.topicsAreamain dd a:hover {
	color:#222222;
	text-decoration: underline;
	}

#topicsArea .topicsAreafig{
	float:left;
	width:166px;
	padding:15px 0 18px 0;
}

#topicsArea .topicsAreafig a img{
	border:#FFCC33 3px solid;	
}
#topicsArea .topicsAreafig a:hover img{
	border:#FF9933 3px solid;	
}


/* 3column */
.col3, .col2{
	width:595px;
}

.col3 .col{
	float:left;
	width:185px;
}

.col3 .col_multi_2{
	float:left;
	width:390px;
}

.col2 .col{
	float:left;
	width:280px;
}

.col3 .l{
	margin-right:20px;
}

.col2 .l{
	margin-right:35px;
}

/* 3column width-800px */
.col3Full{
	width:800px;
}

.col3Full .col{
	float:left;
	width:256px;
}

.col3Full .l{
	margin-right:16px;
}

.colFull{
	clear:both;
	width:800px;
	margin-bottom:30px;
}

/* topic_kakomi */
.topicSection{
	width:567px;
	margin-top:10px;
	padding:14px;
	border:#BB4848 1px solid;
}

.topicMain{
	display:inline;
	float:left;
	width:375px;
	margin-right:20px;
}

.topicFig{
	float:left;
	width:170px;
}

/* txt */
.mdsRed{
	color:#BB4848;
}

#content p.tm{
	padding-bottom:1em;
}

#content #main #topicsArea .topicsAreafig p.cap{
	margin:0;
	padding:3px 0 0;
	font-size:82.5%;
}

#content p.lead{
	display:block;
	margin-bottom:15px;
	font-size:90%;
	line-height:1.5;
	font-weight:normal;
	text-align:justify;
	text-justify: inter-ideograph;
	color:#333333;
}

#content #main p.cap{
	padding-bottom:25px;
}

@media print{

#content .snav {
	display:none;
}

.contentbox{
	float:left;
}


/*ie6*/
body{
	_zoom:80%;
}
.contentbox{
	_float:none;
}


/*ie7*/
*:first-child+html body{
	zoom:85%;
}
*:first-child+html .contentbox{
	float:none;
}


}