<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ページ全体の指定*/
body{
margin:0px;
padding:0px;
font-size:75%;
font-family:sans-serif;
background:url("img/bg.gif") left repeat-y;
}

/*ページ全体のリンク指定*/
a{
	color:#3987F6;
	}
#foot a:hover,a:hover{
	color:#4C474B;
	}
	
	
/*ページの輪郭*/
#flame{
	width: 750px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
	width: 750px;
}
	#headt{
		background:#4C494C;
		padding:0px 5px;
		border-bottom:2px solid #3BACF4;
		text-align:right;
		}
	#headt a{
		color:#eee;
		text-decoration:none;
		}

/*タイトルの部分*/
h1{
	margin:0px;
	padding:25px 0px 0px 100px;
	height:75px;
	font-size:300%;
	background:url("img/titlebg.gif") no-repeat;
	font-family:Arial Black;
	color:#333;
	}
	
/*左のブロック*/
#left{
	width: 200px;
	float: left;
}

.menu{
	padding:0px 5px 0px 0px;
	margin-bottom:15px;
	}
	
	h3{
		background:url("img/menubg.gif") repeat-x;
		margin:0px;
		padding:5px 0px 0px 10px;
		height:25px;
		font-size:100%;
		color:#fff;
		}
		
#left ul{
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	}
	#left li{
		margin:5px 0px;
		padding:2px 0px 0px 20px;
		background:url("img/listbg.gif") no-repeat;
		}

		
/*右のブロック*/
#right{
	width: 550px;
	float: right;
}

/*右のタイトル部分*/
.bg{

	}
h2{
	background:url("img/menubg2.gif") repeat-x;
	margin:0px;
	padding:5px 0px 0px 10px;
	height:25px;
	font-size:100%;
	color:#fff;
	}
	
	/*メインの記事の部分*/
	.main{
		margin-bottom:10px;
		}
		
	/*本文をくくる*/
	p{
		margin:0px;
		padding:3px 0px 5px 2px;
		line-height:150%;
		}
		
	/*別バージョン*/
	.main2{
		clear:both;
		width:730px;
		padding:10px;
		margin:10px 0px;
		background:url("img/main2bg.gif") top repeat-x ;
		line-height:150%;
		}
		
		
/*著作権表示の部分つまりフッタ*/
#foot{
	clear:both;
	width:750px;
	margin:0 auto;
	padding:2px 0px 0px 0px;
	border-top:2px solid #3BACF4;
	}
	#foot a{
		color:#6B6E72;
		}
	
#foot2{
	text-align:center;
	padding:3px 0px;
	}
	
	#foot2 a{
		color:#000;
		text-decoration:none;
		}
	#foot2 a:hover{
		text-decoration:underline;
		}
	.both{
		clear:both;
		}</pre></body></html>