/* basic elements */


body                 { background-color: #ffffff;

                       color: #333333; font-size: 12px; line-height: 150%; letter-spacing: 

1px;

                       font-family: font-family: "ＭＳ ゴシック",sans-serif;
                       margin: 0; padding: 0; border: none; }


img                  { margin: 0; padding: 0; border: none; }


a:link,a:visited     { color: #666666; line-height: 140%; text-decoration: underline; }

a:hover,a:active     { color: #666666; line-height: 140%; text-decoration: none; }


div,p,tr,td          { margin: 0; padding: 0; border: none; }


td                   { text-align:left; vertical-align: top; }
p                    { margin-bottom: 1em; }
ul                   { list-style-type: none;
                       margin: 0; padding: 0; border: none;
                       margin-bottom: 1em; }


li,dl                { margin: 0; padding: 0; border: none; }


b,dt                 { font-weight: 700; }
dd                   { margin: 0 0 0.5em 1em; padding: 0; border: none; }

/* Hタグ */

h1,h2,h3             { text-decolation: none;
                       margin: 0; padding: 0; border: none; }

h3                   { font-size: 125%;
                       border-bottom: 1px solid #333333; }


/* banner */

div#banner-inner     { background: #333333 url("./img/banner_logo.gif") no-repeat center;

                       height: 100px;
                       margin-bottom: 1em; }



/* pagebody */

div#pagebody         { width: 800px;

                       margin: 0 auto; }




/* alpha */

div#alpha            { float: right;

                       width: 550px; }


/* beta */

div#beta             { float: left;

                       width: 230px; }



/* bottom */
div#bottom           { clear: both;
                       background: #333333 url("./img/gamma_presented.gif") no-repeat center;

                       height: 30px; }



/* entry */
div.entry            { margin-bottom: 1em; }


.list dt             { font-weight: 400; }
.list dl             { margin-bottom: 2em; }

/* beta module */
div#beta div.module  { margin-bottom: 1em; }

