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;
    margin-top: 24px;
    margin-bottom: 10px;
}
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 #666666;
    border-bottom: solid 1px #666666;
}
h3 {
    font-size: 1em;
    padding-left: 4px;
    border-bottom: solid 1px #666666;
}

p {
    padding-left: 4px;
    padding-top: 4px;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul {
    margin-left: 12px;
    padding:0px;
    list-style-image: url(image/po1.gif);
    list-style-position: inside;
}

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: #cccccc;
    border: dashed 2px #666666;
    padding: 8px;
    margin: 8px;
}

table {
    padding:0px;
    border:0px;
    margin:auto;
    text-align:left;
    color:inherit;
    background-color:#ccd5dd;
}
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: #0798BC;
    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: #0798BC;
    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: 730px;
    text-align: center; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS PƒSƒVƒbƒN","osaka", sans-serif;
    color: #333333;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #ACAAAB;
}

#container {
    position: relative;
    text-align: left;
    width: 750px;
    margin: 0 auto 10px auto;
    background-color: #FFFFFF;
}

#container-inner {
    position: static;
    width: auto;
}


/* banner */

#banner {
    position: relative;
    background-image: url(image/sin3.jpg);
    background-repeat: no-repeat;
    height: 150px;
    width: 750px;
    margin: 0px 0px 5px;
    padding: 0px;
}

#banner-inner {
    position: static;
    height: 100%;
}

#description {
    position: absolute;
    top: 30px;
    font-size: 12px;
    text-align: center;
    width:100%;
}

#title {
    position: absolute;
    top: 50px;
    text-align: center;
    width:100%;
}

#favorite {
    position: absolute;
    top: 85px;
    right: 20px;
    font-size: 10px;
    text-align: right;
    width:auto;
}

/* main */

#pagebody {
    position: relative;
    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: 548px;
}
#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: 50px;
    background-image: url(image/s1.gif);
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

/* footer */

#footer {
    font-size: 12px;
    background-color: #808080;
    text-align: center;
    margin: 0px;
    display: block;
    text-decoration: none;
    clear: both;
    color: #ffffff;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

#footer-navi { 
    font-size: 12px;
    text-align: center;
}

/* specific item */

.article-header {
    border: none;
    margin-top: 4px;
    font-size: 18px;
    color: #2B3060;
}

.topic-path { 
    font-size: 12px;
}
