<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}
* {font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳゴシック", "MS Gothic", sans-serif;}
a img {border:none;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

html {
	font-size:100%;
	height:100%; /* 下辺画像の下の隙間対策 */
}
body{
	-webkit-text-size-adjust: 100%;
	height:100%; /* 下辺画像の下の隙間対策 */
	}

/* コンテナ */
div#container {
	line-height:1.5;
	width:100%;
    position: relative; /* 下辺画像の下の隙間対策 */
    height:auto !important;  /* 下辺画像の下の隙間対策 *//*IE6対策*/
    height: 100%;  /* 下辺画像の下の隙間対策 *//*IE6対策*/
    min-height: 100%;  /* 下辺画像の下の隙間対策 */
    background-image: url(http://park.itc.u-tokyo.ac.jp/syokuei/eiyoken/images/bg_top_n.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

/* ヘッダー */
header {
	background:url(http://park.itc.u-tokyo.ac.jp/syokuei/eiyoken/images/bg_top_center.jpg) top center no-repeat;
	}
header h1 {
	font-size: 2rem;
	font-weight: bold;
	color:white;
	padding:20px 30px 0;
	height:120px;
	margin:0;
	}
header h1 a {
	color:white;
}

/* 本文 */
div#main {
	padding-left:2em;
	padding-right:1em;
	padding-bottom:200px; /*フッターの高さと同じ*/

}
div#main h1 {
	font-size: 1.2rem;
	margin-bottom:10px;
}
ul.menu {
	margin-left:1.5em;
	margin-top:10px;
}
ul.menu li {
	margin-bottom:10px;
}
ul.menu ul {
	margin-left:1em;
}
ul.menu ul li {
	margin-top:5px;
	margin-bottom:5px;
}

img.bullet {
	vertical-align:middle;
	}

.underline {
	text-decoration:underline;
}

em {
	font-style:italic;
	background-color:none;
}

.normal {
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

/* 写真集 */
article#album h3 {
	margin-top:10px;
	font-size:14px;
	border-bottom:solid 1px #DDD;
	clear:both;
}

article#album p {
	margin:8px 0 5px;
}

div.imgblock {
	margin:5px 0 10px;
}

div.imgblock_s {
	margin:5px 0 10px;
}
div.imgblock_s img {
	height:70px;
}

div.clear {clear:both;}

/* フッター */
footer	{
	font-size: 0.9rem;
	color: black;
	text-align:center;
	padding-left:2em;
	margin-top:30px;
	height:200px;
	width:100%;
	position:absolute;
    bottom:0;
	background:url(http://park.itc.u-tokyo.ac.jp/syokuei/eiyoken/images/bg_bottom.jpg) repeat-x bottom left;
	}
/*
li {border:solid 1px blue !important;}
a {border:solid 1px green !important;}
header {border:solid 1px red !important;}
*/</pre></body></html>