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

body {
 background-color: #FFFFFF;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 margin: 0px;
}

/* デザイン幅 */
#wrapper {
	width: 100%;
	margin: 0px;
}

/* タイトル */
#content_titles {
	font-family: "Noto Sans CJK JP Subset";
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	background-color: #66cc99;
	background-image: url(images/symbol.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;

}

/* 東京都立富士高等学校　若竹会 */
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin-top: 10px;
}

/* 創立100周年記念事業 */
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
	margin-top: 40px;
}

/* 史料アーカイブ ナビ */
h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	margin-top: -6px;
	margin-bottom: 14px;
}

/* コンテンツ幅（モバイル） 
#content_wrapper {
	max-width: 479px;
	min-width: 320px;
}*/

#1st_navi {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #66cc99;
	line-height: 1.25;
}

#2nd_navi {
	width: 50%;
	height: 80px;
	margin: 5px;
	padding: 5px;
	max-width: 234px;
	min-width: 150px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	position: absolute;
	background-color: #66cc99;
	line-height: 1.25;
}