body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif; 
	width:720px;
	font-size: 0.85em;
	background-color:#f0f0f0;
	margin-left : 30px;
	line-height: 150%;
	}
/* タイトル */
h1 {
	letter-spacing: 1em;
	font-size: 150%;
	text-align: left;
	color:black;
	border-style : none none solid solid ;
	border-width : 0px 0px 1px 5px;
	padding : 10px;
	margin-bottom: 0px;
	background-color: #eeffff;
/*	background-image: url(h1_bar.gif);
	background-repeat: repeat-x;
*/
}
/* 文章 */
p {
	font-size: 100%;
}
p.mukashi {
	font-size: 100%;
	background-color: #eeffff;
}
em {
	font-size: 120%;
	letter-spacing: 1.5em;
	text-indent:2em
}

/* 画像タイトル */
p.tx-pic {
	font-size: 120%;
	margin-top: 50px
}
p.tx-pic2 {
	font-size: 90%;
	margin-top: 0em
}
img {
	float:left; 
	margin: 20px 20px 30px 30px;
	border-style: none;
}

/* ナビゲーションに関するCSS */
div.navi {
	text-align: right;
	font-size: 80%;
	margin:5px
	padding:0px;
}
div.r1 {
	text-align: right;
	font-size: 90%;
	margin:5px
	padding:0px;
}
/* 記録メモ関するCSS */
#botnavi {
	text-align: right;
	border-style : none none none none ;
	border-width : 1px ;
	padding : 2px;
}

hr {
	height: 1px;
}
dt 	{
	letter-spacing: 0.3em;
	text-indent: 1.5em;
	margin-top: 5px;
	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 ;
}	
dd.dat1	{
	text-align: left;
	border-style : none none none none ;
	border-width : 1px ;
	padding : 2px;
	background-color: #f0f0f0;
	font-size: 110%;
	list-style: none ;
}	
dd.dat2	{
	text-align: left;
	border-style : none none none none ;
	border-width : 1px ;
	padding : 2px 2px 2px 3em; 
	background-color: #f0f0f0;
	font-size: 90%;
	list-style: none ;
	text-indent: 1em;
}	
	