@charset "utf-8";

h1
		{
		font-size: 200%;
		font-weight: bold;
		text-align: left;
		color: #333333;
		margin: 10 0 0 0;
		padding-left: 5px;
		}
#title h1
		{
		font-size: 200%;
		font-weight: bold;
		text-align: center;
		background-color: #ffffff;
		}		
h2
		{
		font-size: 110%;
		font-weight: normal;
		background-color: #ff9900;
		color: #ffffff;
		margin: 5 0;
		clear: both;
		}


		
#ex h2
		{
		margin-top: 0;
		}


h3
		{
		font-size: 110%;
		font-weight: normal;
		margin: 0 0 0 0;
		}
		
		
h4
		{
		font-size: 110%;
		font-weight: normal;
		margin: 0 0 15 0;
		}
		
li
		{
		list-style-type: none;
		text-align: left;
		margin: 0 0 0 -15;
		line-height: 1.5em;
		}
	
div#main ul
		{
		margin: auto;
		}
		
div#main li
		{
		line-height: 2em;
		border-bottom-style: dotted;
		border-width: thin;
		border-color: #669966;
		}
		
img
		{
		border: none;
		margin: 0;
		}

div#ex img
		{
		border: none;
		margin: 5;
		}

p
		{
		margin: 0;
		}

#list
		{
		text-align: left;
		font-size: 12px;
		margin: 10 0 10 0;
		}

div.back
		{
		text-align: right;
		font-size: 80%;
		margin-top: 0;
		}
#side a
		{
		text-decoration: none;
		}
#side li a:hover
		{
		text-decoration: underline;
		}

#main  a
		{
		text-decoration: none;
		}
#main li a:hover
		{
		text-decoration: underline;
		}
		
#main .topix a
		{
		text-decoration: none;
		}
#main .topix a:hover
		{
		text-decoration: underline;
		}