
*{
	margin:0;
	padding:0;
}

a{
	color:black;
	text-decoration: none;

}

a:visited{
	color:black;
}

a:hover{
	color:red;
	font-weight:bold;
}

a[href $='.pdf'] {
padding-right: 50px;
background: transparent url(../img/icon_pdf.gif) no-repeat center right;
}

#contents a{
	font-weight:bold;
}

.monospace{
	font-family:monospace;
}


body{
	width:100%;
	background-color:white;
}

#main{
	margin:0 auto;
	width:800px;
	background-color:white;
	position:relative;
}

#header{
	height:75px;
	border-bottom:1px blue solid;
}

#header img{
	border:0px;
}

#header h1{
	visibility:hidden;
}

#toc{
	margin-top:1em;
	border:1px lightblue solid;
	float:left;
	width:130px;
	padding:10px;
	background:lightcyan
}

#toc h4{
	font-size:0.9em;
	font-style:normal;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.2em;
	padding-left:0.5em;
	border-left:0.5em blue solid;
	
}

#toc ul{
	list-style:none;
	line-height:1.5em;
	font-size:0.8em;
	padding-left:0.5em;
	margin-left:0.5em;
}

#toc ul .subtoc{
	font-size:1em;
}

#toc ul .subtoc li{
	border-bottom:0px;
}

#toc li {
	border-bottom:1px green dashed;
}




#contents{
	font-size:1em;
	padding-left:1em;
	margin-left:150px;
	background-color:white;
}

#contents h2{
	padding-top:0.7em;
	font-size:1.1em;
	font-weight:bold;
	border-bottom:2px blue solid;
}

#contents h3{
	margin-top:1em;
	margin-left:1em;
	font-size:1.0em;
	font-weight:bold;
	border-bottom:1px blue dashed;
}

#contents h4{
	margin-top:1em;
	margin-left:1em;
	font-size:1.0em;
	font-weight:normal;
	padding-left:0.5em;
	border-left:0.5em green solid;
}
#contents ul{
	margin-top:0.5em;
	margin-bottom:1em;
	list-style:none;
	line-height:1.7em;
	font-size:1.em;
	padding-left:1em;
	margin-left:1em;
}

#contents li{
}
#contents ol{
	margin-top:0.5em;
	margin-bottom:1em;
	line-height:1.7em;
	font-size:1.em;
	padding-left:1em;
	margin-left:2em;
}

#contents p{
	line-height:1.4em;
	margin-left:1.5em;
	margin-top:0.5em;
	margin-right:0.5em;
	margin-bottom:1.em;
	
}

#contents .club{
	font-size:0.97em;
}

#contents .box{
	margin-top:1em;
	padding:10px;
	border:1px orange solid;
	background:lemonchiffon;
}

#contents .box h2{
	padding:0em;
	line-height:1em;
	border-bottom:1px orange solid;
	margin:0px;
}

#contents .box h3{
	line-height:1em;
	border-bottom:1px orange solid;
}

#contents .box h4{
	margin-top:1em;
	margin-left:1em;
	font-size:1.0em;
	font-weight:normal;
	padding-left:0;
	border-left:none;
	border-bottom:1px orange solid;

}

#footer{
	clear:both;
	margin-top:1em;
	height:50px;
	background-color:white;
	border-top:1px blue solid;
}

#footer p{
	font-size:0.8em;
	font-weight:normal;
	text-align:center;
	padding-top:1em;

}

#footer a{
	font-weight:normal;
}

