@charset "ISO-2022-JP";

*{line-height:1.3em;}

body{
	background:-color:#ddd;
	background-image:url("shima-shiro.png");
	padding:0 2%;
	color:#333;
	font-family:"Helvetica","MS UI Gothic","$B#M#S(B $B#P%4%7%C%/(B",Sans-Serif;
}

a:link,a:visited,em{
	color:#008;
	background:transparent;
}

a:hover,a:active{
	color:#f00;
	background:transparent;
	text-decoration:none;
}

a img{
	border:none;
}

h1{
	font-size:2em;
	font-weight:normal;
	text-align:center;
}

h2{
	font-size:1em;
	font-weight:normal;
	margin:2em 0 1em 0;
	padding:0.1em;
	background:#333;
	color:#ddd;
}

h3{
	font-size:1em;
	font-weight:bold;
}

li{margin:0.5em auto;}

ul{
	list-style-image:url("ul-star.png");
}

ul ul{
	list-style-image:none;
	list-style-type:disc;
}

ul#navi{text-align:right;}

address{
	text-align:right;
	font-style:normal;
	font-family:"Lucida Handwriting","Westminster",Cursive;
	margin-top:3em;
}

p{margin:1em 0;}

p#navi{
	text-align:center;
	margin:3em 0 0 0;
}

p.img-bl{text-align:center}

p.img-bl img{border:solid 1px #333}

em{
	font-style:normal;
	font-weight:bold;
}

acronym,abbr,q{
	border-style:dotted;
	border-color:#008;
	border-width:0 0 1px 0;
	cursor:help;
}

blockquote{
	margin:1em;
	border-style:double;
	border-color:#333;
	border-width:0 0 0 1em;
	padding:0 0.5em;
}