/*
	Denno Page CSS TYPE1
	2005/05/10
*/

a:link	{
	color: blue;
	text-decoration: none;
}

a:visited	{
	color: indigo;
}

a:hover	{
	text-decoration: underline;
}

BODY	{
	background : white;
	color : black;
	margin-left : 2%;
	margin-right : 2%;
	-webkit-text-size-adjust: 100%;
}

H1,H2,H3,H4,H5,H6	{
	clear : left;
}

HR	{
	clear : both;
	display : none
}

H1	{
	border-left:	1em solid navy;
	border-bottom:	2px solid navy;
	color : navy;
	text-indent : 15px;
	padding : 5px;
}

H2	{
	color : navy;
	text-indent : 15px;
}

H1.title	{
	color:red;
}

H2.index	{
	color:fuchsia;
}

P,UL,DT,DD	{
	line-height : 1.3;
}

P.credit	{
	text-align : right;
}

P.guide	{
	text-align : right;
	margin-top : 0px;
}

P.date {
	text-align : right;
	font-weight : bold;
	margin-bottom : 0px;
}

TABLE,OL,UL	{
	margin-left : 3%;
}

DT	{
	font-weight : bold;
}
DD	{
	margin-bottom : 1em;
}
LI	{
	text-indent: -18em;
	padding-left: 18em;
}

STRONG	{
	font-style : normal;
	font-weight : bold;
	font-size : 150%;
}

IMG	{
	border-style : none;
	vertical-align : bottom;
}

.new	{
	font-weight:bold;
	color:red;
}
.center	{
	text-align : center;
}
.bold	{
	font-weight:bold;
}

