@charset "shift_jis";

/*
 * Style sheet for Hakua Site
 * http://www2.iwate-ed.jp/mo1-h/style/main.css
 * webmaster&#64;mo1-h.iwate-ed.jp
 * revised on 2005-03-11 by tz
 */

@import url(map.css);
@import url(table.css);

body { 
	font-size: small; 
	font-family: Tahoma, sans-serif; 
	color: #8b2323; 
	margin: 0; 
	padding: 0; 
	}

body.news { 
	background: #ffffe0 url(../img/news.png) top left fixed no-repeat; 
	}

body.seito { 
	background: #ffffe0 url(../img/seito.png) top left fixed no-repeat; 
	}

body.info { 
	background: #ffffe0 url(../img/info.png) top left fixed no-repeat; 
	}

body.link { 
	background: #ffffe0 url(../img/link.png) top left fixed no-repeat; 
	}
span.bold{font-weight:bold;}


body.about { 
	background: #ffffe0 url(../img/about.png) top left fixed no-repeat; 
	}

a { 
	text-decoration: none; 
	}

a:link { 
	color: #00c; 
	background: transparent; 
	}
span.bold{font-weight:bold;}

a:visited { 
	color: #363; 
	background: transparent; 
	}

a:active, 
a:hover { 
	text-decoration: underline; 
	color: #f30; 
	background: #ffff02; 
	}

img, 
:link, 
:visited, 
:active, 
:hover { 
	border: 0;
	}

p { 
	text-indent: 1em; 
	line-height: 1.6em; 
	margin: 1em 10%; 
	}

p.navbar { 
	font-size: 10pt; 
	font-family: Verdana, sans-serif; 
	color: #000; 
	background: #e8e8e8; 
	text-indent: 0; 
	line-height: 1em; 
	margin: 0; 
	padding: 0.3em 0.5em; 
	border: medium outset; 
	}

p.date { 
	text-align: right; 
	}

kbd { 
	font-size: 0.8em; 
	color: #4f4f4f; 
	background: transparent; 
	}

span.here { 
	color: #000; 
	background: #fff; 
	}

hr { 
	display: none; 
	}

hr.inline { 
	display: block; 
	color: #9c9c9c; 
	background-color: #9c9c9c; 
	border-style: inset; 
	}

div.main { 
	color: #4f4f4f; 
	background: #f8f8ff; 
	margin: 28px; 
	padding: 1em; 
	border: medium outset; 
	}

h { 
	font-family: Verdana, sans-serif; 
	}

h1 { 
	font-size: 2.1em; 
	font-weight: 700; 
	color: #8b7e66; 
	background: #ccc url(../img/hakua.gif) left no-repeat; 
	margin: 0; 
	padding: 0.5em 65px; 
	border: medium outset; 
	}

span.ie { 
	filter: shadow(direction=135, color=#ffffff); 
	position: relative; 
	height: 1em; 
	width: 100%; 
	}

h2 { 
	font-size: 1.6em; 
	font-weight: 600; 
	color: #006400; 
	background: #eeeed1; 
	margin: 0; 
	padding: 0.3em 1em; 
	border: thin outset; 
	}

p.lead { 
	text-indent: 0; 
	}

img.left { 
	float: left; 
	}

h3 { 
	font-size: 1.3em; 
	color: #06f; 
	background: #ffa; 
	margin: 0 5%; 
	padding: 0.2em 0.5em; 
	border: none; 
	}

h4 { 
	font-size: 1.2em; 
	color: #2f4f4f; 
	background: #fff0f5; 
	margin: 0 7%; 
	padding: 0.2em 0.5em; 
	border: none; 
	}

dl, ul, ol { 
	line-height: 1.6em; 
	margin: 1em 10%; 
	}


dt { 
	font-weight: 600; 
	color: #8b2323; 
	background: transparent; 
	}

ul ul, 
ul ol, 
dl ul ol, 
dl ol, 
dl ul, 
dl ol ul, 
dl ul ol, 
ol ol, 
ol ul { 
	margin: 0 0 0 2em; 
	}

ul ul ul { 
	list-style: none; 
	margin: 0 0 0 2em; 
	}

strong {
	color: #dc143c; 
	}

em {
	font-style: normal; 
	color: #f00; 
	}

table {
	font-size: 1em; 
	color: #000; 
	}

th, td {
	padding: 0.3em; 
	}

address { 
	font-size: 0.95em; 
	font-style: normal; 
	color: #008b8b; 
	background: #ccc; 
	line-height: 1em; 
	text-align: right; 
	margin: 0; 
	padding: 0.3em 0; 
	border: medium outset; 
	}

span.site { 
	font-size: 100%; 
	color: #4f4f4f; 
	background: #fffffa; 
	}

blockquote, q { 
	color: #00008B; 
	}

cite { 
	font-style: normal; 
	color: #000; 
	background: transparent; 
	}

div.map { 
	display: none; 
	}


