﻿a{
				border: 0px;
				color: #FFFF00;
				font-weight: normal;
				font-family: Arial;
				text-decoration: none;
}
a:hover{
				border: 0px;
				color: #FFFFFF;
}

body{
/*				border: 1px #00bb00 solid;*/
				padding: 0px;
				width: 1100px;
				margin: 10px auto 10px auto;
				font-family: Arial;
				color: #C0C0C0;
				font-size: 14px;
				background-color: #008000;

/*				border-radius: 16px;
				-moz-border-radius: 16px;
				-webkit-border-radius: 16px;*/

}
#page{
				background-color: transparent/*#008000;*/ 
/*				border-radius: 16px 16px 16px 16px;
				-moz-border-radius: 16px 16px 16px 16px;
				-webkit-border-radius: 16px 16px 16px 16px;*/
}

#banner{
				background-image: url('../images/banner.png');
				background-repeat: no-repeat;
				background-color: #008000;
				border: 1px #00bb00 solid;
				vertical-align: top;
				margin: auto;
				padding: 0px;
				border-radius: 10px 10px 4px 4px;
				-moz-border-radius: 10px 10px 4px 4px;
				-webkit-border-radius: 10px 10px 4px 4px;
				height: 100px;
				box-shadow: 5px 5px 15px #111;
				-moz-box-shadow: 5px 5px 15px #111;
				-webkit-box-shadow: 5px 5px 15px #111;

}
#content2{
				background-color: #006600;
				border: 1px #00bb00 solid;
				border-radius: 4px 4px 10px 10px;
				-moz-border-radius: 4px 4px 10px 10px;
				-webkit-border-radius: 4px 4px 10px 10px;

				box-shadow: 5px 5px 15px #111;
				-moz-box-shadow: 5px 5px 15px #111;
				-webkit-box-shadow: 5px 5px 15px #111;

}


#spacer{
				padding: 5px;
				background-color: transparent;
				width: 90%;
}
#menu{
				line-height: 24px;
				font-size: 16px;
				font-family: Arial;

				top: 1px; /* 20180224 */
				position: relative;
				width: 200px;
				height: auto;
				background-color: #006600;
				z-index: 2;
}
#menu_no{
				line-height: 20px;
				font-size: 10px;
				font-family: Arial;
				float: left;
				top: 136px;
				position: fixed;
				width: 70px;
				height: auto;
				background-color: #006600;
				z-index: 1;
}

#content{
				margin: 2px 0px 0px 200px;
				background-color: #006600;
				position: relative;
				top: -570px;
				z-index: 3;


				padding-top: 2px;/* 20180224 */
}
#footer{
				margin-right: 20px;
				margin: 0 auto 0 auto;
				left: 0px;
				position: relative;
				width: 1050px;
				background-color: #006600;
				font-family: Arial;
				font-size: 8px;
				font-style: italic;
				font-weight: normal;
				text-align: right;
}
.menu_td{
				padding: 5px;
				border: 1px #00bb00 solid;
				background-color: #2f822f;
				line-height: 20px;
				border-radius: 0px 50px 50px 0px;
				-moz-border-radius: 0px 50px 50px 0px;
				-webkit-border-radius: 0px 50px 50px 0px;
				font-size: 16px;
				font-family: Arial;
				text-align: left;
				-moz-box-shadow: 4px 4px 14px #111;
				-webkit-box-shadow: 4px 4px 14px #111;
				box-shadow: 4px 4px 14px #111;
}
.menu_td_w{
				padding: 5px;
				border: 1px #00bb00 solid;
				background-color: #2f822f;

				width: 200px;
				line-height: 20px;
				border-radius: 0px 15px 15px 0px;
				-moz-border-radius: 0px 15px 15px 0px;
				-webkit-border-radius: 0px 15px 15px 0px;
				font-size: 16px;
				font-family: Arial;
				text-align: left;
				-moz-box-shadow: 4px 4px 14px #111;
				-webkit-box-shadow: 4px 4px 14px #111;
				box-shadow: 4px 4px 14px #111;

}

.menu2{
				padding: 5px;
				width: 200px;
				font-family: Arial;
				font-size: 10px;
				line-height:20px;
				color: #c0c0c0;

}
.menu_td_no{
				padding: 5px;
				border: 1px #00bb00 solid;
				background-color: #2f822f;
				line-height: 20px;
				border-radius: 0px 50px 50px 0px;
				-moz-border-radius: 0px 50px 50px 0px;
				-webkit-border-radius: 0px 50px 50px 0px;
				font-size: 10px;
				font-family: Arial;
				text-align: left;
				-moz-box-shadow: 4px 4px 14px #111;
				-webkit-box-shadow: 4px 4px 14px #111;
				box-shadow: 4px 4px 14px #111;
}
a.no{
				color: #c0c0c0;
}
.link{
				font-weight: bold;
				color: #FFFFFF;
}
hr{
				border-bottom-style: solid;
				border-color: #00bb00;
				border-bottom-width: 1px;
}
