
body
{
margin: 0px;
padding: 0px;
text-align: center;
font-family: arial,helvetica,sans-serif;
background-color: #eee;
background-image: url('../gazou1/bg3.jpg');
color: #444;
font-size: 75%;
}

#main
{
width: 900px;
background-color: #fff;
margin: 0 auto;
text-align: left;
border-color: #ddd;
border-style: none solid solid;
border-width: medium 1px 1px;
}

#way 
{
float: left;
line-height: 30px;
padding-left: 30px;
}

#select
{
float: right;
position: relative;
width: 250px;
height: 30px;
line-height: 27px;
}

h1
{
clear: both;
background-color: rgb(245,245,245); 
border-top: 1px solid rgb(220,220,220); 
border-bottom: 1px solid rgb(220,220,220);
font-family: arial,helvetica,sans-serif;
margin: 0px; 
padding-left: 30px;
line-height: 30px;
font-size: 15px;
}

#container 
{
padding: 10px 15px 50px 28px;
}

#footer 
{
clear: both;
color: rgb(60,130,130);
font-size: 13px;
width: 900px;
margin: 0px auto;
padding: 40px 0px 25px 0px;
text-align: center;
}


a
{
color: #999999;
text-decoration: none;
}

a:focus, a:hover, a:active 
{
text-decoration: underline;
}

.way a 
{
color: #cc9999;
}

.way a:hover 
{
text-decoration: underline;
color: aqua;
}

form
{
position: absolute;
right: 51px;
bottom: 1px;
}

select
{
width: 120px;
}

input
{
width: 40px;
}

p, li 
{
line-height: 1.8em;
}

#end
{
clear: both;
}

