@charset "shift_jis";
/* CSS Document */


#wrapper #main ul.menu{
margin: 0 0 0 10px;
padding: 0;
line-height: 1;
background-color: #FFF;
list-style-type: none;
}

#wrapper #main ul.menu li{
margin: 0;
padding: 0;
float: left;
width: 195px;
text-align: center;
}

#wrapper #main ul.menu li a{
border-right: 1px solid #FFF;
border-bottom:1px solid #FFF;
padding: 9px 20px;
display: block;
position: relative; /* for IE6 */
color: #000;
background:url(../environ/img/menu.jpg) no-repeat;
text-decoration: none;
}

#wrapper #main ul.menu li a:hover{
color: #000;
background:url(../environ/img/ov_menu.jpg) no-repeat;
outline:none;
}

/* ClearFix */

ul.gmenu {
_height: 1px;
min-height: 1px;
/*\*//*/
height: 1px;
overflow: hidden;
/**/
}

ul.menu:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

#text{
clear:both;
margin:10px;
min-height:500px;
}

#text p{
margin:0 10px 5px 20px;
}


