@charset "utf-8";

/*リセット定義*/
*{
padding:0px;
margin:0px;
border:0px;
}

/*以下よりメイン*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
}
a{
	color:#006633;
	text-decoration:none;
}
a:link{
	color:#006633;
	text-decoration:none;
}
a:hover{
	color:#3333FF;
	text-decoration:underline;
}


#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	font-size: 13px;
	text-align: right;
	margin: 0px;
}
h2 {
	font-size: 13px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

h3 {
	font-size: 13px;
}

#header  p  {
	text-align: right;
}
       
						
#main {
	width: 500px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
#main p {
	line-height: 150%;
}
.verde {
	margin:0 5px 5px 5px;
	background:#fff;
	padding:8px;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

#banner img {
	margin: 0px;
	padding: 0px;
}
#right {
	width: 215px;
	float: right;
	margin-top: 10px;
}
#right p {
	padding-left: 5px;
}

#footer {
	text-align: center;
	font-weight: bold;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 15px;
}


#undermenu {
	text-align: center;
}


 .lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 710px;
	padding: 15px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
        }

/*IE6用ハック*/
*html .lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 740px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	       }


               
.lavaLampBottomStyle li {
    float: left;
    list-style: none;
                }
				
.lavaLampBottomStyle li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
                    }
/*IE6用ハック*/
*html .lavaLampBottomStyle li a {
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 8;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	margin-top: auto;
	margin-bottom: auto;
}  
					
.lavaLampBottomStyle li a {
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	width: 122px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
                    }  

					
.lavaLampBottomStyle li a:hover{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
                        }                     

