
html,body{
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
	position: relative;
	min-height: 100%;
}

header{
	border-top: solid 20px #c2e08f;
}

#main{
	background-color: lightblue;
	padding-bottom: 150px;
}

footer{
	text-align: center;
	background-color: #c2e08f;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
}

.txt_center1{
	text-align: center;
}
.txt_style1{
	
	}
.img1{
	text-align: center;
	}

.title1{
	font-size: 100%;
	text-align: center;
	}
.nav1{
	text-align: center;
}
.ul1{
	margin: 0;
	padding: 0;
}
.li1{
	list-style: none;
	display: inline-block;
	width: 0%;
	min-width: 70px;
	}
nav ul li.li1:not(:last-child){
	border-right:2px solid #ddd;
	}

a.link1:link{
	color: black; text-decoration:none;
	}
a.link1:current{
	color: #00B0F0;
	border-bottom:2px solid #00B0F0;
	}

a.link1:hover{
	color:#F7CB4D;
	border-bottom:2px solid #F7CB4D;
	/* //background-color: lime; */
}
	
.style21{
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}





/*---  ‘qŒÉ  ---
h1{
color: green;
font-size: 200%;
}

nav li:not(:last-child){
	border-right:2px solid #ddd;
	}
*/

/*---
 div{
width:1140px;
margin-rigth: auto;
margin-left: auto;
}

li{
list-style: none;
width: 10%;
float: left;
}

ul:after{
content:"" ;
display: block;
clear: both;
}

h1,h2,ul{
padding: 0;
}
---*/
