body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	line-height: 18px;
	background-repeat: repeat-y;



}


div#head{
	padding: 5 px;
	position: absolute;
	left: 0px;
	width: 1024px;
	top: 0px;
	height: 100px;
	background-color: #FF8000;
	z-index:2;

}


div#menu {
	position: absolute;
	top: 100px;
	width: 200px;
	left: 0px;
	height: 1024px;
	background-color: #FF8000;
	z-index:3;
}



div#main {
	padding: 5 px;
	position: absolute;
	left: 0px;
	width: 1024px;
	top: 50px;
	height: 800px;
	background-color: #FFFFFF;
	z-index:3;


}


h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
  	color: #FFFFFF;
}




h2 {

	padding: 2 px;
	margin: 0 auto;
	text-align: left;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 0px solid #000000;
	border-left: 12px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #999999;
	color: #FFFFFF;
	background-color: #2F384B;

}











input, select, textarea {

	background-color: #FFFFFF;

	color: #333333;

	border: 1px solid #333333;

	overflow: auto;

}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
 	text-decoration:  underline;
	color: gray; 
}

a:visited {
 	color: gray; 
}
