*
{
	margin: 0px;
	padding: 0px;
}

a:link
{
	text-decoration: none;
	color: #3333ff;
}

a:visited
{
	text-decoration: none;
	color: #4444ff;
}

a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

body
{
	padding: 10px;
	color: #000000;
	background: #ffffff;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

p
{
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
}

code
{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 10px;
	font-size: 1.2em;
	display: block;
	background-image: url(images/bg.png);
	border-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
}

code span.comment
{
	color:#008000;
}

table
{
	font-size: 1.0em;
  	font-family: Tahoma, Verdana, Meiryo, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	border-width: 1px;
	border-color: #FFEEE;
}

th
{
	text-align: center;
	padding: 4px;
	background-image: url(images/yellow.png);
	background-repeat: repeat;
}

td
{
	text-align: center;
	padding: 4px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

ul
{
	list-style-type: circle;
	margin-left: 40px;
}

ul.menu
{
	list-style-type: square;
	margin-left: 20px;
	font-size: 0.8em;
}

li
{
	margin-bottom: 2px;
}

ul.menu li
{
	margin-bottom: 2px;
}

ol
{
	padding-left: 50px;
}

ol li
{
	margin-bottom: 2px;
}

h1
{
	font-size: 2.0em;
	color: #111111;
	background-position: bottom;
	background-image: url(images/blue.png);	
	background-repeat: repeat-x;
	margin : 5px;
	padding-bottom: 5px;
}

h1.menu
{
	font-size: 1.2em;
	background-image: url(images/blue.png);	
}


h2
{
	font-size: 1.2em;
	color: #111111;
	background-position: bottom;
	background-image: url(images/green.png);
	background-repeat: repeat-x;
	margin: 5px;
	padding-bottom: 5px;
}

h3
{
	font-size: 1.1em;
	color: #4422bb;
	margin: 5px;
	margin-left: 10px;
	padding-bottom: 5px;
}

h4
{
	font-size: 1.0em;
	color: #333333;
	margin: 5px;
	margin-left: 15px;
	padding-bottom: 5px;
}

h3.footer
{
	text-align: right;
	font-size: 1.0em;
	color: #111111;
	background-position: top;
	background-image: url(images/orange.png);
	background-repeat: repeat-x;
	margin: 5px;
	padding-top: 5px;
}

.caution
{
	color: #ff0000;
	font-weight: bold;
}
