body {
background-color: #222222;
background-image: url('../_img/bg.jpg');
background-repeat: repeat-x;

color: #999999;

font-family: Verdana;
font-size: 12px;
}

body, img {
margin: 0px;
padding: 0px;
border: 0px;
}

a {
color: #93EC95;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#layout {
background-color: #333333;
width: 660px;
}

#lay {
background-color: #000000;
width: 650px;
}

#header{
background-image: url('../_img/header_bg.jpg');

height: 95px;
text-align: left;
}

#footer {
background-image: url('../_img/footer_bg.jpg');
background-repeat: repeat-x;

height: 100px;
}

#menu {
padding-top: 71px;

text-align: right;
}

#pres {
height: 200px;
}

#content {
width: 600px;

font-size: 13px;
text-align: left;

margin-top: 20px;
margin-bottom: 30px;
}

#copy {
background-color: #333333;

padding-top: 2px;
padding-bottom: 2px;

margin-top: 10px;
margin-bottom: 10px;
}

#tit {
text-align: left;
}

#title {
background-color: #333333;

color: #999999;

width: 200px;

margin-top: 10px;
padding: 2px;
padding-left: 10px;
}

.line {
background-image: url('../_img/line.jpg');
background-repeat: repeat-x;

background-color: #000000;

font-size: 1px;
height: 1px;
}

.shop_t {
font-weight: bold;
}

.shop_p {
}