@charset "UTF-8";
/* 東京の風景の壁紙 コンテンツページのデザイン */

div#container{
	position: relative;
}

/* -- ナビゲーション ----------------------------- */
div#navi{
	position: relative;
	width: 900px;
	height: 45px;
	background-color: #ffffff;
	border-bottom: solid 2px #999999;
}
div#navi ul{
	position: absolute;
	top: 18px;
	left: -20px;
	margin: 0;
	padding-left: 20px;
	height: 30px;
}
div#navi li{
	float: left;
	border-top: solid 2px #999999;
	border-left: solid 2px #999999;
	border-bottom: solid 2px #999999;
	width: 150px;
	height: 25px;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #dddddd;
}
div#navi li.last{
		border-right: solid 2px #999999;	
}
div#navi li a{
	display: block;
	padding-top: 3px;
	width: 150px;
	height: 25px;

}
body#palace div#navi ul li#go_to_palace a{
	background-color: #ffffff;
}
body#marunouchi div#navi ul li#go_to_marunouchi a{
	background-color: #ffffff;
}
body#iforum div#navi ul li#go_to_iforum a{
	background-color: #ffffff;
}

/* -- サブタイトル ---------------------- */
h2{
	clear: left;
	margin-top: 18px;
	margin-left: 20px;
	padding-top: 0;

	font-size: 1.7em;
}

/* -- サムネイル ---------------------- */
ul#thumbnails{
	margin-left: 20px;
	padding: 0;
	height: 80px;
}
ul#thumbnails li{
	float: left;
	margin-left: 0;
	margin-right: 7px;
	list-style-type: none;
}
ul#thumbnails li a img{
	border: none;
}
ul#thumbnails li a img:hover{
	border: solid 2px #0000ff;
}

/* -- メインコンテンツ --------------------------- */
div#main{
	padding-top: 5px;
	padding-bottom: 380px;
	border-left: solid 2px #999999;
	border-right: solid 2px #999999;
	border-bottom: solid 2px #999999;  
}

div.article{
	clear: left;
	width: 880px;	
	padding-top: 40px;
	padding-left: 20px;
}
div.article h3{
	margin: 0; 
	font-size: 1.4em;
}
div.article p.comment{
	font-size: 0.95em;
	line-height: 1.15em;
}
div.article h4{
	margin-bottom: 0.5em;
	font-size: 1em;
}
div.article div.photoframe{
	float: left;
	width: 425px;
}
div.article div.article-leftside{
	float: left;
	padding-left: 10px;
	width: 430px;
}
div.article div.article-leftside div.download h5{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
div.article div.article-leftside div.download div.aspect-ratio_16x9,
div.article div.article-leftside div.download div.aspect-ratio_4x3{
	float: left;
	width: 190px;
}
div.article div.article-leftside div.download div.aspect-ratio_16x10,
div.article div.article-leftside div.download div.aspect-ratio_5x4{
	float: left;
	width: 215px;
}
div.article div.article-leftside div.download ul{
	margin-top: 0.2em;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0;
	list-style-type: none;
}
div.article div.article-leftside div.download li{
	margin-bottom: 5px;
}
div.article div.article-leftside div.download li a{
	display: block;
	padding-top: 2px;
	padding-left: 4px;
	width: 137px;
	height: 26px;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
}
div.article div.article-leftside div.download li a:hover{
	background-position: 0 -26px;
}
p.go_to_top{
	margin-top: 160px;
}
p.go_to_top a{
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 7px;
	height: 30px;
	font-size: 14px;
	background-image: url(../images/go-to-top.png);
	background-repeat: no-repeat;
}
