/*                                                                  *
 * [Silphium]　日記用スタイルシート                                 *
 * 2.0.0：2001/10/22 ($Id)
 *                                     Programed by NAGASE Akihiro  *
 *                                                                  *
 * Update History                                                   *
 *   2001/10/22 2.0.0 renewal                                       *
 *                                                                  */


/* body element*/
body
{
/*	background:	#fff5f5; */
	background: #f8f8ff;
}


/* Address and Copyright */
address
{
	font-size: x-small;
}


h1	/* Top title */
{
}

h2	/* Date */
{
	margin: 0em auto auto;
	width: 100%;
	border-bottom: 1px black solid;
	font-style: italic;
	font-size: 1.3em;
}

h2 a
{
	color: #222299;
}

h3
{
	padding:	0em 1em;
	padding-top: 2px;
	background-color:	#ccccff;
	border-bottom:		1px #4444ff solid;
	border-left:		5px #4444ff solid;
/*	background-color:	#ffcccc;
	border-bottom:		1px #ff4444 solid;
	border-left:		5px #ff4444 solid; */
}

h3
{
}

h4
{
	border-bottom: 1px black solid;
}

p
{
	line-height: 1.3em;
}

hr + p
{
	margin: 0;
}

p > hr
{
	margin: 0;
}

a
{
	text-decoration: none;
	border-bottom: 1px solid #0000ff;
}

a:visited
{
	color: #003000;
	border-bottom: 1px solid #008000;
}

a:focus, a:hover
{
/*	background:	#ddddff; */
	background:	#ffe0e0;
	border-bottom: 1px dotted #000000;
}

li
{
	padding-top: -2px;
	margin-top: 2px;
}

blockquote
{
	background: #eeeeee;
	color: black;
	padding: 3px;
	border-top: 1px black dashed;
	border-left: 1px black dashed;
	margin-right: 0;
}

blockquote p, blockquote pre
{
	margin-top: 0.2em;
}

p.cite
{
	margin-top: 0px;
	text-align: right;
}

q
{
	background: #eeeeee;
	color: black;
/*	border-bottom: 2px #7777ff dashed;*/
	text-decoration: underline;
	font-style: italic;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

/* Header / Footer */
.header, .footer
{
	clear:		both;
}

.header .uribar, .footer .uribar
{
	background:	#ccccff;
/*	background:	#ffcccc; */
	font-weight:	bold;
	border:		0;
	clear:		both;
}
	
.header .uribar
{
	padding:	0.5em 1em 0em;
	border-bottom:	1em solid #aaaaff;
/*	border-bottom:	1em solid #ffaaaa; */
}

.footer .uribar
{
	border-top:	1em;
	padding:	0em 1em 0.5em;
	border-top:	1em solid;
}

.header p, .footer p
{
	margin:		0px;
}

.header a, .footer a
{
	text-decoration:	none;
}

address
{
	text-align: right;
}

address.report
{
	font-size:		small;
	text-align:		right;
}

table ul
{
	margin: 0.5em 0em 0.5em 0em;
}

em
{
	color: red;
	font-style: normal;
}

dt
{
	border-bottom: 1px solid black;
}

dd
{
	margin-top: 3px;
	margin-bottom: 0.5em;
}
