/*Shigeto Furukawa CSS*/
/*----- body -----*/
body{
	margin: 0;
	padding: 0;
	width: 100%; 
	background-color:#FFFFFF;
}


h1{
	padding: 5px;
	margin-top:2px;
	margin-bottom:1px;
	width:98%;
	/*=== text ===*/
	font-size: 1.2em;
	font-weight:bold;
	background-color: #666666;
	color: #FFFFFF;
}

h2{
	padding: 4px;
	margin-top:3px;
	margin-bottom:1px;
	width:98%;
	/*=== text ===*/
	font-size: 1.2em;
	font-weight:bold;
	color: #333333;
	/*=== deco ===*/
	border: 1px solid #336699;
	border-color: #333333;
}
h3{
	padding: 5px;
	margin-top:5px;
	margin-bottom:1px;
	width:95%;

	/*=== text ===*/
	font-size: 1.2em;
	font-weight:bold;
	color: #333333;
	background-color:#FFFFFF;
}

/*

+----------------------------------------+
| 99%                                    |50
+----------------------------------------+5
| 160   |                                |52
|       |                                |
|       |                                |
|       |                                |
|       |                                |
|       |                                |
+----------------------------------------+

*/
/*----- header footer start -------------------------*/
#header {
	/*=== position ===*/
/*	width:99%;*/
	width: 750px;
	height:auto;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	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: #FFFFFF;
	display:block;
	page-break-after:avoid;
}

#footer {
	/*=== position ===*/
/*	width:99%;*/
	width: 750px;
	padding: 5px;
	clear : both ;

	/*=== text ===*/
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;

	/*=== deco ===*/
	background-color: #FFFFFF;
}

/*----- main block -----*/
#pagebody {
	/*=== position ===*/
/*	width:99%;*/
	width: 760px;
	padding: 2px;
	left:0px;
	position:relative;
	overflow:auto;
	display:block;
	background-color: #FFFFFF;
	page-break-before:avoid;
	border-bottom: 5px double #ababab;
	border-top: 5px double #ababab;

}

/*----- sidebar  -------------------------*/
#sidebar {
	/*=== position ===*/
/*	position: absolute; */
	left: 2px; 
	float: left;
	width:140px;
	text-align: center;
	padding:1px;

	/*=== text ===*/
	font-size: 0.8em;
	text-decoration:none;
	
	/*=== deco ===*/
	border: 1px solid #ababab;
	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: #FFFFFF;

		/*=== deco ===*/
		background-color:  #666666;
	}


	/*----- 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; ===*/
	color: #000000;
	}

		/*----- sidebar a parent -----*/
		#sidebar .button a.menuP{
	/*=== position ===*/
			margin-top:3px;
	width: 95%;
	/*=== text ===*/
			color:#000000;
	font-weight:bold;
	/*=== deco ===*/
			background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-left-width: medium;
	border-left-style: solid;
	border-bottom-style: solid;
		}

		#sidebar .button a.menuP:visited{
			color:#666666;
		}


		#sidebar .button a.menuP:hover{
			/*=== deco ===*/
			background-color: #D7D7D7;
		}

		/*----- sidebar a child -----*/
		#sidebar .button a.menuC{
	width: 83%;
	padding-left: 10px;
	/*=== deco ===*/
			background-color: #FFFFFF;
	border-left-color: #666666;
	border-left-width: thin;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
		}

		#sidebar .button a.menuC:visited{
			color:#666666;
		}

		#sidebar .button a.menuC:hover{
			/*=== deco ===*/
			background-color: #D7D7D7;
		}

		/*----- sidebar a link -----*/
		#sidebar .button a.menuL{
	width: 83%;
	padding-left: 10px;
	/*=== deco ===*/
			background-color: #FFFFFF;
	color: #000000;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 0.8em;
		}

		#sidebar .button a.menuL:visited{
			color:#333333;
		}

		#sidebar .button a.menuL:hover{
			/*=== deco ===*/
			background-color: #ffffff;
		}


/*----- main  -------------------------*/
#main {
	/*=== position ===*/
/*	margin-left: 170px;*/
	padding: 5px;
	float: right;
	width: 570px;
margin-right:5px;

	/*=== text ===*/
	font-size: 0.8em;
	line-height:1.6em;
	background-color: #ffffff;
}


ul,ol{
	margin-top:5px;
	margin-bottom:5px;
}

