@charset: "Shift_JIS";

* {
margin: 0px;
border-collapse: collapse;
}

body {
background-image: url('../image/back001.gif');
background-repeat: repeat-x;
background-attachment: fixed;
margin-left: 30px;
margin-top: 20px;
margin-bottom: 30px;
font-size: 14px;
}

#container {
width: 980px;
background-color: #eeffaa;
}

#goodsList {
float: right;
width: 180px;
background-color: #eeffaa;
margin: 10px 0px 30px 10px;
padding: 20px 5px 15px 15px;
font-family: monospace;
font-weight: 700;
}

#menu {
font-size: 20px;
width: 750px;
background-color: #66cc00;
padding: 10px;
margin: 10px;
color: #000080;
font-weight: 700;
font-family: monospace;
}

#main {
width: 750px;
background-color: #ffffde;
padding: 10px;
margin: 10px 10px 30px 10px;
}

#end {
clear: both;
width: auto;
}

#header {
width: auto;
padding: 10px;
margin: 0;
background-color: #339933;
}

#footer {
width: auto;
padding: 10px;
margin: 0;
background-color: #339933;
color: #ffffff;
font-size: 20px;
font-weight: 700;
font-family: sans-serif;
text-align: center;
line-height: 120%;
}

a:link { color:#0033cc; text-decoration: none; }
a:visited { color: #0000ff; text-decoration: none; }
a:active { color: #ff0000; text-decoration: none; }
a:hover { color: #0099cc; text-decoration: underline; }

a.menu:link { color: inherit; text-decoration: none; }
a.menu:visited { color: inherit; text-decoration: none; }
a.menu:active { color: #ff0000; text-decoration: none; }
a.menu:hover { color: #ff0000; text-decoration: underline; }











