<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ボディーの設定 */
body{
	width:100%;
	text-align:center;
	margin-top:20px;
}




/* コンテンツの設定 */
div#container{
	padding:30px;
	background-color:#FFF;
	width:900px;
	height:auto;
	margin:0 auto;
    text-align:left;
	font-size:14px;
}




/* 上段ナビの設定 */
div#navi{
	clear:left;
	padding:2px;
	text-align:right;
	width:900px;
}
div#navi ul li{
	display:inline;
	padding:10px;
	list-style-type:none;
	font-size:18px;
}




/* タイトルネーム */
div#name h1{
	font-family:"Dotum";
	font-size:55px;
	text-align:center;
}
div#name span{
	font-family:"Dotum";
	font-size:25px;
	text-align:center;
}




/* スライドショーの設定 */
div#slideshow{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:900px;
	height:240px;
}
div#slideshow img{
	position:absolute;
	top:0;
	left:0;
	z-index:8px;
	opacity:0.0;
}
div#slideshow img.active{
	z-index:10;
	opacity:1.0;
}
div#slideshow img.last-active{
	z-index:9;
}





/* TOPページのmenu */
div#menu{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
div#menu ul{
	float:right;
	width:900px;
}

div#menu li{
	float:left;
	width:230px;
	height:230px;
	margin:0 0 35px 35px;
	border:none;
	list-style-type:none;
}
/*clearfix*/
div#menu ul:after{
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content:".";
	font-size:0.1em;
}
div#menu ul{
	display:inline-block;
}
/* menuの画像の角丸 */
div#menu img{
	border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}





/* 最下層ページ */
div#note{
	margin-bottom:30px;
}
/* 最下層ページの画像まとめタイトル */
div#note p.chap{
	margin-top:50px;
	margin-left:33px;
	font-size:20px;
	font-weight:bold;
}
/* 最下層ページの画像の提示資料名 */
div#note p.subj{
	margin-top:-8px;
	margin-left:130px;
	margin-right:20px;
	line-height:25px;
	font-size:16px;
}
div#note p.subj span{
	margin-left:5px;
	margin-right:5px;
	line-height:25px;
	font-size:14px;
	color:#86859E;
}
div#note p.note span{
	margin-left:5px;
	margin-right:5px;
	line-height:25px;
	font-size:13px;
	color:#86859E;
}	
/* 最下層ページの画像の提示資料名下の説明文 */
div#note p.note{
	margin-top:-8px;
	margin-left:130px;
	margin-right:130px;
	line-height:23px;
	font-size:14px;
}
div#note a{
	clear:both;
	text-decoration: none;
	color:#000;
}
div#note a:visited{
	clear:both;
	text-decoration: none;
	color:#000;
}
div#note a:hover {
	clear:both;
	text-decoration: none;
	color:#000;
}
div#note a:active {
	clear:both;
	text-decoration: none;
	color:#000;
}

/* index */
div#note2{
	margin-bottom:30px;
}
/* 最下層ページの画像まとめタイトル */
div#note2 p.chap{
	margin-top:50px;
	margin-left:33px;
	font-size:19px;
	font-weight:bold;
	line-height:5px;
}
div#note2 hr{
	color:#999;
	margin-top:50px;
}


/* 最下層ページのトップ説明 */
div#memo{
	margin-bottom:50px;
	padding:10px 10px 10px 10px;
	border:solid 2px;
	border-color:#CCC;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
div#memo p{
	margin-left:20px;
	margin-right:20px;
	line-height:25px;
	font-size:16px;
}
div#memo h2{
	margin-left:20px;
	margin-right:20px;
	line-height:35px;
	font-size:18px;
}
div#memo span{
	margin-left:5px;
	margin-right:5px;
	line-height:25px;
	font-size:14px;
	color:#86859E;
}
div#anchor a{
	clear:both;
	text-decoration: none;
	color:#000;
}
div#anchor a:visited{
	clear:both;
	text-decoration: none;
	color:#000;
}
div#anchor a:hover {
	clear:both;
	text-decoration: none;
	color:#000;
}
div#anchor a:active {
	clear:both;
	text-decoration: none;
	color:#000;
}



/* 最下層ページメタデータ */
h4#title{
	padding:10px 10px 10px 0px;
	background-image:url(../sozai/icon.jpg);
	background-repeat:no-repeat;
	text-shadow:4px 4px #cbcbcb;
	line-height:40px;
	font-size:30px;
	color:#333;
}
h4#title a{
	clear:both;
	text-decoration: none;
	color:#000;
}
h4#title a:visited{
	clear:both;
	text-decoration: none;
	color:#000;
}
h4#title a:hover {
	clear:both;
	text-decoration: none;
	color:#000;
}
h4#title a:active {
	clear:both;
	text-decoration: none;
	color:#000;
}

div#meta{
	width:800px;
	margin:10px;
}
div#meta dl{
	float:left;
	width:750px;
	margin:0 0 0 6px;
	font-size:15px;
	line-height:1.2;
}
div#meta dt{
	clear:both;
	float:left;
	width:100px;
	margin:0 0 10px 0;
}
div#meta dd{
	float:left;
	width:650px;
	margin:0 0 10px 0;
}
/*clearfix*/
div#meta dl:after{
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content:".";
    font-size:0.1em;
}
div#meta dl{
	display:inline-block;
}
	



/* フッターの設定 */
div#footer{
	clear:both;
	padding-top:50px;
	font-size:13px;
	text-align:center;
}
div#footer a{
	clear:both;
	text-decoration: none;
	color:#6C9;
}
div#footer a:visited{
	clear:both;
	text-decoration: none;
	color: #6C9;
}
div#footer a:hover {
	clear:both;
	text-decoration: none;
	color: #ff8040;
}
div#footer a:active {
	clear:both;
	text-decoration: none;
	color: #ff8040;
}


/* リンクの設定 */
a:link {
	clear:both;
	text-decoration: none;
	color: #000000;
}
a:visited {
	clear:both;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ff8040;
}
a:active {
	text-decoration: none;
	color: #ff8040;
}




/* 画像の枠線 */
img{
	border-width:0;
}




/* その他　文字の設定 */
p#right{
	float:right;
}
p#center{
	text-align:center;
}
p.index{
	padding:10px 0 0 20px;
	font-size:28px;
}


hr#sep{
	color:#999;
	margin-top:10px;
}</pre></body></html>