/*Iwaki Toshima CSS*/
/*----- body -----*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:#FFFFFF;
}

h1{
	padding: 5px;
	margin-top:5px;
	margin-bottom:1px;
	width:95%;

	/*=== text ===*/
	font-size: 1.4em;
	font-weight:bold;
	color: #ffffff;
	background-color:#9966FF;
}

h2{
	padding: 5px;
	margin-top:2px;
	margin-bottom:1px;
	width:95%;

	/*=== text ===*/
	font-size: 1.2em;
	font-weight:bold;
	background-color: #CCCCCC;
}

h3{
	padding: 4px;
	margin-top:3px;
	margin-bottom:1px;
	width:95%;

	/*=== text ===*/
	font-size: 1.1em;
	font-weight:bold;
	color: #333366;

	/*=== deco ===*/
	border: 1px solid #336699;
}

h4{
	margin-top:5px;
	margin-left:4px;
	margin-bottom:1px;
	width:95%;
}

hr{
	height: 1px;
	border: none;
	border-top: 1px #336699 dashed;
}
/*

+----------------------------------------+
| 99%                                    |50
+----------------------------------------+5
| 200   |                                |52
|       |                                |
|       |                                |
|       |                                |
|       |                                |
|       |                                |
+----------------------------------------+

*/
/*----- header footer start -------------------------*/
#header {
	/*=== position ===*/
/*	width:99%;*/
	width: 800px;
	height:50px;
	left: 0px;
	top: 0px;
	padding: 8px;
	margin-bottom: 3px;
	border: none;
	/*=== text ===*/
	font-size: 1.6em;
	color: #FFFFFF;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-weight:bold;
	text-align: left;
	/*=== deco ===*/
	background-color: #003;
	display:block;
	page-break-after:avoid;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: right;
}

#footer {
	/*=== position ===*/
/*	width:99%;*/
	width: 550px;
	padding: 5px;
	clear : both;
	/*=== text ===*/
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;
	/*=== deco ===*/
	background-color: #333333;
}

/*----- main block -----*/
#pagebody {
	/*=== position ===*/
/*	width:99%;*/
	width: 800px;
	padding: 2px;
	left:0px;
	position:relative;
	overflow:auto;
	display:block;
	/*=== deco ===*/
	border: 1px solid #ababab;
	background-color: #FFFFFF;
	page-break-before:avoid;

}

/*----- sidebar  -------------------------*/
#sidebar {
	/*=== position ===*/
/*	position: absolute; */
	left: 2px; 
	float: left;
	width:200px;
	text-align: center;
	padding:1px;

	/*=== text ===*/
	font-size: 0.9em;
	text-decoration:none;
	
	/*=== deco ===*/
	border: 1px #ababab solid;
	background-color: #ffffff
}

	/*----- sidebar menu header  -----*/
	#sidebar .menuHeader{
		/*=== position ===*/
		width: 95%;
		font-weight:bold;
		text-align: left;
		padding: 3px;
		margin-left:auto;
		margin-right:auto;

		/*=== text ===*/
		color: #cccccc;

		/*=== deco ===*/
		background-color:  #000000;
	}


	/*----- sidebar button  -----*/
	#sidebar .button a{
		/*=== position ===*/
		margin-top:1px;
		margin-bottom:1px;
		text-align:left;
		padding: 2px;
		margin-left:auto;
		margin-right:auto;

		/*=== text ===*/
		text-decoration:none;

		/*=== deco ===*/
		display:block;
		border: 1px solid #ababab;
	}

		/*----- sidebar a parent -----*/
		#sidebar .button a.menuP{
			/*=== position ===*/
			margin-top:3px;
			width: 95%;
			/*=== text ===*/
			color:#ffffff;
			font-weight:bold;

			/*=== deco ===*/
			background-color: #663399;
		}

		#sidebar .button a.menuP:visited{
			color:#FFFFFF;
		}


		#sidebar .button a.menuP:hover{
			/*=== deco ===*/
			background-color: #666699;
		}

		/*----- sidebar a child -----*/
		#sidebar .button a.menuC{
			width: 83%;
			padding-left: 10px;

			/*=== deco ===*/
			background-color: #CCCCCC;
			border-left: solid 10px #336699;
		}

		#sidebar .button a.menuC:visited{
			color:#0000ff;
		}

		#sidebar .button a.menuC:hover{
			/*=== deco ===*/
			background-color: #9999FF;
		}

		/*----- sidebar a link -----*/
		#sidebar .button a.menuL{
			width: 83%;
			padding-left: 10px;
			/*=== deco ===*/
			background-color: #eeeeee;
			border-left: solid 10px #8C95DD;
		}

		#sidebar .button a.menuL:visited{
			color:#0000ff;
		}

		#sidebar .button a.menuL:hover{
			/*=== deco ===*/
			background-color: #ffffff;
		}
		#sidebar .button script.nodeco{
			/*=== deco ===*/
			background-color: #ffffff;
			border: none;
			/*=== text ===*/
			text-decoration:none;
		}


/*----- main  -------------------------*/
#main {
	/*=== position ===*/
/*	margin-left: 170px;*/
	padding: 5px;
	float: right;
	width: 560px;
margin-right:5px;

	/*=== text ===*/
	font-size: 0.8em;
	line-height:1.6em;

	/*=== deco ===*/
	border: 1px #ababab solid;
	background-color: #ffffff;
}


ul,ol{
	margin-top:5px;
	margin-bottom:5px;
}
