body { /* ページ全体 */
	background-color:#f5ffff;
	background-image: url( sakur.jpg );
}

.hako {/* ダミーの箱 */
	text-align:center; 
	width:100%;
	margin-top:10px;
}

.main {/* 有効エリア */
	width: 720px;
	padding: 10px; 
	margin-left: auto;
	margin-right: auto;
	background-color:#fffcfc;
	border: 1px solid #c0c0c0;
	text-align:left;
	font-size: 95%;
	line-height: 140%;
}

.waku {/* 枠 */
	padding: 4px;
	border: 1px solid #c0c0c0;
	background-color: #f5ffff;
}

.waku2 {/* 枠2 */
	padding: 4px;
	border: 1px solid #c0c0c0;
	background-color: #fffcfc;
}

img {/* 画像枠なし */
	border:none ;
}

h1 a:hover {/* タイトルロゴマウスオーバー */
	position: relative;
	top: 1px;
	left: 1px; 
}

a:hover	{/* リンクマウスオーバー */
	color: #FF0000;
	text-decoration : none;	
	background-color : #FFFF99;
}

a:active {/* アクティブリンク */
	color: #FF0000;
	text-decoration : none;
	background-color : #FFFF66;
}

h1 {/* 見出し1 */
	padding: 3pt 0pt 6pt 0pt;
	font-size: 12pt;
	background-image: url( sozai/h1-ico.gif );
	background-repeat: no-repeat;
	background-position: 230px 3px;
	border-bottom:1px solid #c0c0c0;
}

h2 {/* 見出し2 */
	font-size: 20pt;
	background-image: url( sozai/h2.gif );
	background-repeat: no-repeat;
	background-position: left center;
	padding:5px 40px;
}

h3 {/* 見出し3 */

	font-size: 14pt;
	background-image: url( sozai/h3.gif );
	background-repeat: no-repeat;
	background-position: left center;
	padding:5px 34px;	
}

h4 {/* 見出し4 */
	font-size: 11.5pt;
	background-image: url( sozai/h4.gif );
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 17px;
	margin:0px 0px -10px 0px ;  
}

.str1 {
	color:#FF0000;
}

.kome {/* ちょっと小さな字にしたいとき */
	font-size: 85%;
	line-height: 135%;
}

.zu {/* 「図」の番号用 */
	font-size: 85%;
}

table {/* テーブル */
	line-height: 120%;
	
}

.indent1 {/* インデント1 */
	position: relative;
	left: 12px; 
}
.indent2 {/* インデント2 */
	position: relative;
	left: 24px; 
}

#footer {
	padding: 4px;
	border: 1px solid #c0c0c0;
	background-color: #f5ffff;
	line-height: 140%;
}

#date {
	background-image: url( sozai/ganba.gif );
	background-repeat: no-repeat;
	background-position: left center;
	padding:5px 40px;
	text-align: left;
	float: left;
	font-size: 85%;
}

#navi {
	text-align: right;
	padding-right:5pt;
	font-size: 90%;
}

#navi a:hover {/* タイトルロゴマウスオーバー */
	position: relative;
	top: 1px;
	left: 1px; 
}
pre {
	line-height: 100%;
}