/*
 * Winny.info CSS
 *     Programmed by aki 
 */


/* body element*/
body
{
	background-color: #fffbee;
	color:		black;
	font: 100%;
}


/* Address and Copyright */
address, div.counter
{
	font-size: x-small;
	text-align: right;
}


h1	/* Top title */
{
}

h2	/* Sub title */
{
	font: large;
	padding:	0em 1em;
	padding-top: 2px;
	border-bottom:		1px #44cc44 solid;
	border-left:		5px #44cc44 solid;
	background:	#ccffcc;
}

h2 a
{
	color: black;
}

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

hr + p
{
	margin: 0;
}

p > hr
{
	margin: 0;
}

a:focus, a:hover
{
	background:	#eeeeff;
}

blockquote
{
	background: #ccccff;
	color: black;
/*	padding: 3px;*/
	border-top: 2px #7777ff dashed;
	border-left: 2px #7777ff dashed;
}

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

q
{
	background: #ccccff;
	color: black;
	border-bottom: 2px #7777ff dashed;
	font: italic;
}

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

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

strong
{
	font-weight: bolder;
	font-style: normal;
}

dd p
{
	margin-top: 0;
}

pre.aa
{
	font-size: 12pt;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯";
}

/* for thread. */
p font
{
	font: large;
	width: 100%;
	border-bottom:		1px black solid;
}	

dt
{
	padding: 0.5em 0 2px 0;
	border-bottom: 1px solid #666666;
}

dd
{
	padding-top: 1px;
	padding-left: 3em;
}

img
{
	border: 0;
}

.notice
{
	padding: 1em;
	border: red 5px solid;
}

