/* ■■■■■■■ site map ■■■■■■■ */
body{
font-family:"メイリオ", "ＭＳ ゴシック", sans-serif;
/* ゴシック体は斜体字が見にくい*/
/* メイリオの和文には斜体字がない、英文にはある */
margin:1% 3%;
line-height:1.5em;
color:#000000;
background-image:url(../jpg/bg_dic.jpg);
background-color:#c0c0c0;
}
a:link{
color:#0000ff;
}
a:active{
color:#800080;
}
a:visited{
color:#800080;
}
a:hover{
background-color:#c0c0c0;
text-decoration:underline;
font-style:italic;
}
h1:before{
content:"- "
}
h1:after{
content:" -"
}
h2,h3,h4,h5,h6{
display:inline;
font-size:100%;
font-weight:normal;
}
li{
font-weight:normal;
font-size:100%;
margin:0.3em 0;
}
.toppage{
font-weight:bold;
font-size:x-large;
}
span.top_item{
display:block;
background-color:#ffffff;
padding:0.3em;
font-weight:bold;
}
.navi{
text-align:center;
}
a[href="./index.html"]::before{
content:"■";
}
a[href="./sitemap.htm"]::before{
content:"▲";
}
/* ■■■■■■■■■ css for mobile device ■■■■■■■■■ */
/* 414 x 736 (iphone's standard screen size???) */
/* 768 x 1024 (tablet's standard screen size???) */
	@media (max-width:770px){
	body{
/* 	margin:0.5em 2em 0.5em 1em; */
	margin:0 13%;
	line-height:1.5em;
	}
	ul{
	margin-left:-2em;
	}
}
