
body { 
font-family: メイリオ, sans-serif; 
line-height: 1.5;
font-size: 14px;
background: #efefef;
margin: 0;
padding: 0;
color: #112211;
}

a { color: #DF8E53; text-decoration: none;}
a:hover { text-decoration: underline; }

h1 {
font-family: メイリオ, sans-serif; 
margin: 0;
padding-left: 20px;
font-weight: 100;
}
h1 a { text-decoration: none; color: #fff; }
h1 a:hover { text-decoration: none; border-bottom: 1px solid #fff; color: #fff; }

#wrap { 
width: 800px;
margin: 20px auto;
padding: 10px;
background: #fff;
border: 1px solid #ccc;
}

#header {
background: #FFFFFF url(images/header.jpg) no-repeat;
height: 130px;

}

#menu {
background: #ffe1b5 url(images/menu.jpg) no-repeat;
height: 40px;
line-height: 40px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #000;
font-size: 14px;
font-weight: 100;
text-transform: uppercase;
}
#menu ul li a:hover {
color: #000;
text-decoration: underline;
}

#contentwrap {
/*background: url(images/content.jpg) repeat-y;*/
padding: 0;
}

#content {
float: right;
width: 620px;
margin-top: 20px;
}

#sidebar {
float: left;
margin-top: 20px;
width: 140px;
padding-right: 10px;
padding-left: 10px;
line-height: 40px;
}




#footer { 
text-align: center;
color: #fff;
font-size: 12px;
background: #ae622b url(images/footer.jpg) no-repeat;
height:40px;
line-height: 40px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
