﻿/* for sangokushi */
a:visited { text-decoration: underline; }
a:link { text-decoration: underline; color: #00008b; }
a:hover { color: #cc0077; text-decoration: none; }
body { width:94%; height:auto; margin: 1em 3%; }
h1 {
	clear:both; float:right; font-size:100%; position:absolute; top:4em; right:1em;
	font-style:normal; font-weight:normal;
}
p#chuui {
	float:right; font-size:85%; position:absolute; top:4em; right:1em; font-style:normal; color:gray; font-weight:normal;
}
p.clear { clear: both; display: block; height: 1px; margin: 0; padding: 0; }
/* nav */
nav ul{ list-style:none; display:block; }
nav ul li a{
	display:block; float:left; width:auto; height:1.4em; padding:0.2em 0.4em; margin:0 0.4em 0.4em 0; color:#333;
	border:1px solid #999; text-align:center; background:linear-gradient(#eefddf, #daf1c4);
}
nav ul li{ display:inline;  }
/* nav_end */
p#kensu { clear:both; color: red; font-size: 85%; }

div#content {
	clear: both; width:90%; height:auto; margin:1em 5%; line-height:1.7;
	font-size: 110%; font-family: "ＭＳ 明朝", serif;
}
div#content p { text-indent: 1em; }
div#content p a img { border: none; vertical-align: middle; margin:0.2em 0; }
div#content span { background-color: yellow; }

div.kachu { color:#666; font-size: 85%; }
div.kachu dl dt { display:inline-block; float:left; }
div.kachu dl img { border:1px solid gray; }
div.kachu dl dd { display:inline-block; float:left; margin: 1em; height:48px; }
address { clear: both; text-align:right; font-size:70%; font-style: normal; color:gray; margin-top:2em; }
address a { color:gray; }
/* ------------------------- 600px ------------------------------ */
@media (max-width:600px){
	body { width:96%; margin: 1em 2%; }
	div#content { width:96%; margin:1em 2%; }
	h1 { position:absolute; top:5em; right:1em; }
}