@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
margin: 0;
padding: 0;
color: #889;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #889;
}
#wrapper {
width: 770px;
height: 570px;
position: absolute;
left: 50%;
margin: 0 0 0 -385px;
padding: 0;
background: url(../images/bg_wrapper.gif) repeat-y;
}

/* ヘッダ
---------------------------------------------------- */
#header {
height: 100px;
padding: 50px 50px 0 50px;
margin: 0;
background: url(../images/bg_header.gif) no-repeat;
}
#header p {
color: #FAD;
text-align: center;
}
#bgm {
float: right;
margin: 10px 50px 0 0;
text-align: center;
font-weight: bold;
}

/* メニュー
---------------------------------------------------- */
#menu {
position: absolute;
left: 0;
margin: 0;
padding: 10px 5px 10px 45px;
width: 130px;
height: 300px;
font-weight: bold;
}
#menu ul {
list-style-type: none;
margin: 0;
padding:0;
}
#menu li {
margin-bottom: 5px;
}
#menu a {
text-decoration: none;
}
#menu a:hover {
position: relative;
top: 1px;
left: 1px;
}
#menu .this {
color: #889;
}
#w3c {
position: absolute;
left: 45px;
top: 285px;
}
#w3c a {
text-decoration: none;
}

/* メイン（フレーム）
---------------------------------------------------- */
#frame {
margin: 0 0 0 180px;
padding: 0px 45px 10px 0;
width: auto;
height: 310px;
overflow: auto;
scrollbar-face-color: #FAD;
}
#frame ul {
list-style-type: square;
margin: 0 0 0 20px;
padding:0;
}
#frame li {
margin-bottom: 5px;
}
#frame .migi {
float: right;
margin: 0 0 5px 5px;
}
#frame .hidari {
float: left;
margin: 0 5px 5px 0;
}
#frame .mannaka {
margin: 5px 0 5px 85px;
}
.content {
padding: 5px 0;
}
.content h3 {
margin: 10px 0 0 0;
padding: 5px;
font-size: 1em;
color: #FFF;
background: #889;
}
.content p {
margin: 0;
padding: 5px 15px;
border-top: 0px hidden;
border-bottom: 2px dotted #889;
border-right: 2px dotted #889;
border-left: 2px dotted #889;
}
.content .family {
height: 105px;
}
.content .tatesakuhin {
height: 205px;
}
.content .yokosakuhin {
height: 155px;
}
.content .tategoods {
height: 105px;
}
.content .yokogoods {
height: 80px;
}
.content #formmail {
margin: 0;
padding: 0 15px;
border-top: 0px hidden;
border-bottom: 2px dotted #889;
border-right: 2px dotted #889;
border-left: 2px dotted #889;
}

/* フッタ
---------------------------------------------------- */
#footer {
height: 75px;
margin: 0;
padding: 25px 0 0 0;
background: url(../images/bg_footer.gif) no-repeat;
text-align: center;
}
#footer em {
color: #FAD;
font-style: normal;
font-weight: bold;
}

/* 文字関連
---------------------------------------------------- */
h1 {
background: url(../materials/images/nikukyu_g.gif) no-repeat;
padding-left: 20px;
font-size: 1.2em;
}
h2 {
background: url(../materials/images/nikukyu_p.gif) no-repeat;
padding-left: 20px;
color: #FAD;
font-size: 1em;
}
p {
margin: 10px 0;
line-height: 1.5;
}
a {
color: #0CB;
}
a:hover {
color: #FAD;
}
