body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif; 
	width:720px;
	text-align: center;
	font-size: 0.9em;
	background-color:#f0f0f0;
	margin-left : 30px;
	line-height: 150%;
	}
/* タイトル */
h1 {
	letter-spacing:3em;
	font-size: 150%;
	text-align: left;
	text-indent:220px;
	color:black;
	border-style : solid none solid none ;
	border-width : 1px 0px 2px 0px;
	padding : 10px;
	margin-bottom: 40px;
	background-color: #eeffff;
/*	background-image: url(h1_bar.gif);
	background-repeat: repeat-x;
*/
}
/* 文章 */
p {
	font-size: 80%;
}
/* ナビゲーションに関するCSS */
div.navi {
	text-align: right;
	font-size: 80%;
	margin:5px
	padding:0px;
}
li {
	letter-spacing: 1em;
	text-align: left;
	text-indent: 2em;
	margin-top: 20px;
	border-style : none none none none ;
	border-width : 1px ;
	padding : 0px;
	background-image: url(bk-dt.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #ffe;
	font-size: 100%;
	font-weight:normal;
	list-style: none ;
}	
	