/*
**	かのんけんきゅうしつ めいん すたいるしーと
*/

body {
	margin-left: 1em;
	margin-right: 1em;
}

a {
	background-color: transparent;
	font-weight: bold;
}
a:link {
	color: #4444FF;
	text-decoration: none;
}
a:visited {
	color: #8844FF;
	text-decoration: none;
}
a:active {
	color: #4488FF;
	text-decoration: none;
}
a:hover {
	color: #4488FF;
	text-decoration: underline;
}
a[name] {
	text-decoration: none;
}
a[href]:hover {
	text-decoration: underline;
}
a.no-bold {
	font-weight: normal
}

h1 {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.5em;
	border-width: 0em 0.4em 0.1em 0em;
	border-style: solid;
	border-color: #4488FF;
	padding: 0.1em 0.4em 0.1em 0.4em;
}
h2 {
	background-color: #FFEEFF;
	letter-spacing: 0.2em;
	border-width: 0.1em 0.4em 0.1em 0.4em;
	border-style: solid;
	border-color: #4488FF;
	padding: 0.1em 0.4em 0.0em 0.4em;
}
h3 {
	letter-spacing: 0.2em;
	border-width: 0em 0em 0.1em 0.4em;
	border-style: solid;
	border-color: #0088FF;
	padding: 0em 0.6em 0.0em 0.6em;
	width: 75%;
	margin-left: 0.6em;
	margin-right: 0.6em;
}
h4 {
	font-weight: normal;
}
h5 {
	font-weight: normal;
}
h6 {
	font-weight: normal;
}

ul {
	margin-bottom: 1.2em;
}
ul.menu li {
	margin-bottom: 0.6em;
}
dl {
	margin-bottom: 1.2em;
}
dt {
	margin-top: 0.6em;
}
caption {
	letter-spacing: 0.1em;
}

p.t {
	text-indent: 1em;
	line-height: 1.4em;
	margin-left: 1em;
	margin-right: 1em;
}
.t li {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 0.2em;
}
.t li.none {
	list-style-type: none;
}

.comment {
	font-size: 0.8em;
}
.indent {
	margin-right: 3em;
	margin-left: 3em;
}

.datetime{
	white-space: nowrap;
}

.left   { text-align: left }
.center { text-align: center }
.right  { text-align: right }
.top    { vertical-align: top }
.middle { vertical-align: middle }
.bottom { vertical-align: bottom }


.update {
	font-size: 0.8em;
	overflow: auto;
	height: 6em;
	
	margin-right: 3em;
	margin-left: 3em;
	padding-top: 4px;
	padding-bottom: 4px;
	_padding-right: 2em;
	_padding-left: 2em;
	background-color: #ffffee;
	border: 1px solid #000000;
	-moz-border-radius: 1em;
	width: 80%;
}
.update .datetime {
	color: #CC44AA;
}


