@charset "utf-8";
/* CSS Document */

body {
text-align: center;
background: #f2edc6;
}
#page {
line-height: 1.3;
background: #75bac2;
text-align: left;
width: 900px;
margin-right: auto;
margin-left: auto;
}
#headerArea {
background: #75bac2;
width: 860px;
padding-right: 20px;
padding-left: 20px;
}
#headerArea #headerBlock {
width: 800px;
margin-bottom: 20px;
margin-top: 15px;
}
#headerArea #gNav li a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
}
#headerArea #headerBlock #logo {
float: left;
width: 450px;
margin-top: 35px;
}
#headerArea #headerBlock #logo  a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
}  
#headerArea #headerBlock #utility {
text-align: right;
float: right;
width: 300px;
margin-top: 10px;
}
#headerArea #headerBlock #utility li {
padding-bottom: 10px;
text-align: left;
float: right;
margin-top: 10px;
}
#headerArea #headerBlock #utility li a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
} 
#headerArea #gNav li {
float: left;
width: 120px;
display: inline;
padding-left: 78px;
padding-top: 30px;
}
#contentsArea {
padding: 20px;
width: 860px;
}
#footerArea {
text-align: center;
width: 900px;
}
