@charset "UTF-8";

BODY {
	background:#FFFFFF url("img/limebg.gif") right repeat-y;
}
H1 {
	border-style:ridge;
	border-width:1px 1px 1px 1px;
	border-color:#666666;
	padding:8px;
	background:#FFFFFF;
	text-align:center;
	color:#999999;
}
H2 {
	width:80%;
	border-style:groove;
	border-width:3px;
	border-color:#6666CC;
	padding:4px;
	background:#FFFFFF;
	font-size:large;
	color:#FF0000;
}
H3 {
	width:50%;
	margin-left:2%;
	border-style:solid;
	border-width:2px;
	border-color:#00FFFF;
	padding:2px;
	background:#FFFFFF;
	font-weight:normal;
	color:#3333CC;
}
H4 {
	width:30%;
	margin-left:2%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#FF0000;
	padding:2px;
	font-weight:normal;
	color:#000000;
}
P {
	margin-right:5%;
	margin-left:5%;
	line-height:120%;
}
P.icon {
	background:url("img/smile.gif") no-repeat top left;
	padding:0px 0px 1em 32px;
}
P.notice {
	margin-right:8%;
	margin-left:8%;
	line-height:120%;
	color:#000099;
}
P.navigation {
	text-align:center;
}
DT {
	margin-left:5%;
	font-weight:bold;
}
DT .remark{
	margin-left:1em;
	font-weight:normal;
	font-size:xx-small;
}
DD P {
	margin-top:0px;
	margin-bottom:0px;
}
BLOCKQUOTE {
	width:80%;
	margin:0px auto 0px auto;
	border:solid 1px #E8E8E8;
	border-right:solid 2px #E8E8E8;
	border-bottom:solid 2px #E8E8E8;
	padding:1em;
	color:#666666;
	background:#FFFFFF url("img/paper.gif") no-repeat right bottom;
	font-family:monospace;
}
TABLE.imagine {
	width:80%;
	margin-left:10%;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#FFFFE0;
	border-collapse:collapse;
}
.imagine TD, .imagine TH {
	padding:2px;
	border-style:none solid solid none;
	border-width:0px 1px 1px 0px;
	border-color:#CCCC99;
}
IMG {
	border:none;
}
IMG#cover {
	float:right;
	border-style:ridge;
	border-color:#FF9900;
	border-width:6;
}
EM {
	font-style:normal;
	font-weight:bold;
	color:#FF6699;
}
LI {
	line-height:150%;
}
A:link {
	color:#6666FF;
	font-weight:bold;
	text-decoration:none;
}
A:visited {
	color:#9999FF;
	font-weight:bold;
	text-decoration:none;
}
.caption {
	text-decoration:none;
	font-size:120%;
}
.navigation {
	margin-top:0.5em;
	text-align:center;
}
.navigation LI {
	clear:both;
	display:inline;
}
.navigation LI:before {
	content:"[";
}
.navigation LI:after {
	content:"]";
}
.navigation A.here {
	font-weight:bold;
	color:#FF3366;
}
#footer {
	text-align:right;
}
#footer P {
	margin-top:0;
	margin-bottom:0;
	font-style:italic;
}

B {
/* Google—p */
	margin:2px;
	border:solid #FF0000 2px;
	padding:2px;
	font-weight:bold;
	font-size:105%;
}
