@charset "utf-8";

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * 札幌市交通局写真館 アーカイブ用フレーム内表示CSS (※外枠のみHTML5)
 * (C) 2012 R.S., All Rights Reserved.
 * Notice: copyright holder of this website's contents is TENTEN and his cooperators.
 *         this CSS's copyright holder is R.S.
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

body {
	color:#000000;
	width:100%;
	height:100%;
	margin:0;
	overflow:hidden;
}

#description {
	background-color:#ededed;
	width:15%;
	height:100%;
	margin:0;
	padding:1%;
	font-size:80%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	float:left;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
}

#description a:link, #description a:visited {
	color:#000000;
}
#description a:active, #description a:hover {
	color:#cc6666;
}

#description h1, #description h2 {
	font-size:100%;
}
#description p {
	font-size:90%;
}

#copyright, #link {
	cursor:pointer;
}
#copyright_content, #link_content {
	display:none;
}

iframe {
	width:83%;
	min-width:916px !important;
	height:100%;
	border:transparent none 0;
	float:right;
	overflow:scroll;
	z-index:10000;
}
