html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 10px;
    clear: both;
}
p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    padding: 0px;
    margin: 0px;
    font-size: 30pt;
}
h2 {
    font-size: 1em;
    padding-left: 8px;
    border-left: solid 4px #D64F00;
    border-bottom: solid 1px #D64F00;
}
h3 {
    font-size: 1em;
    padding-left: 4px;
    border-bottom: solid 1px #D64F00;
}

p {
    padding-left: 4px;
    padding-top: 4px;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 16px;
    background-image: url(image/right.gif);
    background-repeat: no-repeat;
    background-position: 0% .2em;
}

ul {
    padding:0px;
    margin: 0px;
    list-style-type: none;
}

dt {
    font-weight: bold;
}

blockquote {
    border-left: solid #0000ff 2px;
    border-right: solid #0000ff 2px;
}

blockquote p {
    margin-top: 0px;
    margin-bottom: 0px;
}

pre {
    background-color: #8A7700;
    border: dashed 2px #D64F00;
    padding: 8px;
    margin: 8px;
}

table {
    padding:0px;
    border:0px;
    margin:auto;
    text-align:left;
    color:inherit;
    background-color:#CCCCCC;
}
td {
    padding:5px;
    margin:1px;
    color:inherit;
    background-color:#ffffff;
}
thead td{
    color:inherit;
    background-color:#CCCCCC;
}
tfoot td{
    color:#ffffff;
    background-color:#000000;
}

/* link */

a:link {
    color: #2B3060;
    text-decoration: none;
}
a:visited {
    color: #2B3060;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
a:active {
    color: #2B3060;
    text-decoration: none;
}

#banner a:link {
    color: #000000;
    text-decoration: none;
}
#banner a:visited {
    color: #000000;
    text-decoration: none;
}
#banner a:hover {
    color: #ff0000;
    text-decoration: none;
}
#banner a:active {
    color: #000000;
    text-decoration: none;
}

#favorite a:link {
    color: #000000;
    text-decoration: none;
}
#favorite a:visited {
    color: #000000;
    text-decoration: none;
}
#favorite a:hover {
    color: #FF0000;
    text-decoration: underline;
}
#favorite a:active {
    color: #000000;
    text-decoration: none;
}

#footer a:link {
    color: #ffffff;
    text-decoration: none;
}
#footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    color: #FF0000;
    text-decoration: underline;
}
#footer a:active {
    color: #ffffff;
    text-decoration: none;
}

/* function */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.red { color: red; }
.green { color: green; }
.blue { color: blue; }
.yellow { color: yellow; }
.magenta { color: magenta; }
.cyan { color: cyan; }
.black { color: black; }
.gray { color: gray; }
.white { color: white; }

.xlarge { font-size: x-large; }
.large { font-size: large; }
.small { font-size: small; }
.xsmall { font-size: x-small; }

/* layout */

body {
    min-width: 920px;
    text-align: center; /* center on ie */
    color: #333333;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #8A7700;
}

#container {
    position: relative;
    text-align: left;
    width: 950px;
    margin: 0 auto 10px auto;
    background-color: #FFFFFF;
}

#container-inner {
    position: static;
    width: auto;
}


/* banner */

#banner {
    position: relative;
    background-image: url(image/life.jpg);
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    margin: 0px 0px 5px;
    padding: 0px;
    border-bottom-width: 1px;
}

#banner-inner {
    position: static;
    height: 100%;
}

#description {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    width:auto;
}

#title {
    position: absolute;
    top: 45px;
    left: 60px;
    font-size: 30px;
    text-align: left;
    width:auto;
}

#title a:link {
    color: #ffffff;
    text-decoration: none;
}
#title a:visited {
    color: #ffffff;
    text-decoration: none;
}



#favorite {
    position: absolute;
    top: 90px;
    right: 15px;
    font-size: 10px;
    text-align: right;
    width:auto;
}

/* main */

#pagebody {
    position: nrelative;
    width: 100%;
    text-align: center;
}

#pagebody-inner  {
    position: static;
    width: 100%; 
    text-align: left; 
}


#alpha {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#beta { 
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
}

#alpha-inner, #beta-inner {
    position: static;
}

#alpha { 
    width: 740px;
}
#alpha-inner { padding: 10px; }

#beta {
    width: 190px;
}
#beta-inner{ padding: 10px; }

/* content */

.gotop { text-align: right;  clear: both;}

.img {
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 40%;
}

/* side */

#beta {
    padding-top: 20px;
    background-image: url(image/s1.gif);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    font-size: 11px;
}

/* footer */

#footer {
    font-size: 12px;
    background-color: #D64F00;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fill;
}

#footer-navi { 
    font-size: 12px;
    text-align: center;
}

/* specific item */

.contents {
    padding: 3px 2px;
    margin: 2px;
    font-size: 11px;
}

.contents2 {
    padding: 3px 2px;
    margin: 2px;
    font-size: 11px;
}

.contents2 a:link {
    color: #2B3060;
    text-decoration: underline;
}

.article-header {
    border: none;
    margin-top: 4px;
    font-size: 18px;
    color: #2B3060;
}

.topic-path { 
    font-size: 12px;
}


.item {
    width: 450px;
    font-size: 13px;
    line-height: 2em;
    vertical-align: top;
    padding: 0px 5px 3px 5px;
    margin: 0px;
}

.item_name {
    background-color: #EEE8AA;
    width: fill;
    height: 25px;
    line-height: 2em;
    font-weight: bold;
    overflow: hidden;

}

.pic {
    text-align:center;
    width: 72px;
    height: 72px;
    overflow: hidden;
    padding: 0px;
    margin-top: 10px;
    margin-right: 30px;
    margin-left: 10px;
    float: left;
}

.pic-m {
    text-align:center;
    overflow: hidden;
    padding: 10px 20px 20px 10px;
    margin-right: 8px;
    font-size: 11px;

}

.pic a {
display: block;
width: 100%;
height: 100%;
}

.price {
    font-weight: bold;
    color: red;
}

.shop {
    font-weight: bold;
}

.info {
    padding-top: 8px;
    font-size: 10px;
    line-height: 11px;

}

.infod {
    padding-top: 8px;
    font-size: 11px;
}

.date {
    margin-top: 1em;
}

.days {
    margin-left: 2em;
}

.keyword {
    margin-top: 1em;
}

.keyword ul li {
    float: left;
    width: 320px;
    margin: 2px 0px;
    padding-left: 16px;
    padding-right: 10px;
}

.showcase {
    table-layout: fixed;
    clear: both;
}

.pager {
    background-image: url(image/right.gif);
    background-repeat: no-repeat;
    background-position: 4.5em .3em;
    padding: .3em 0em;
    margin: 0em 1em;
    font-size: 10px;
    float: right;
}

.backer {
    background-image: url(image/left.gif);
    background-repeat: no-repeat;
    background-position: 0em .3em;
    padding: .3em 2em;
    margin: 0em;
    font-size: 10px;
    float: left;
}

.first-link li {
    display: inline;
    float: left;
    width: 29%;
    padding-right: 1em;
}

#head-liner {
    width: auto;
    font-size: 12px;
    text-align: center;
    background-color: lemonchiffon;
    border: inset mistyrose 1px;
}

.message {
    margin: 12px;
    padding: 12px;
    width: auto;
    line-height: 2em;
    text-align: center;
    background-color: pink;
    border: dashed mistyrose 1px;
}

.form-description {
    padding: 12px;
    width: auto;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
}

.form-table {
width: 600px;
margin-bottom: 12px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
background-color: transparent;
border: none;
}

.form-table table {
background-color: transparent;
}
.form-table th,
.form-table td {
font-size: 12px;
background-color: transparent;
}

.form-table th {
text-align: right;
background-color: transparent;
}

.form-frame {
margin-left: 30px;
margin-right: 30px;
margin-bottom: 12px;
width: 700px;
height: 140px;
border: none;
}

.form-frame-content {
    min-width: 100px;
    width: 700px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
}

.form-frame-content .message {
    margin: 12px;
    padding: 12px;
    width: 576px;
    line-height: 2em;
    text-align: center;
    background-color: pink;
    border: dashed mistyrose 1px;
}

