/* 全体 */
* {
 font-size: 13px;
 font-family: Osaka, sans-serif;
 line-height: 1.3;
 margin: 0;
 padding: 0;
}

body { color: black; background-image: url(imgs/entrance/bg.jpg); background-repeat: repeat-x; background-position: center 13px; text-align: center; }

p {
 font-size: 1em;
 margin: 0 3px;
 padding: 0;
}
h1 { color: #fff; font-size: 1.8em; font-weight: bold; line-height: 48px; margin: 10px 0; padding: 0; }

h2 { font-size: 1.5em; font-weight: bold; margin: 20px 0 5px; padding: 0; }

h3 {
 color: #26307a;
 font-size: 1.15em;
 font-weight: bold;
 margin: 10px 0 0 3px;
 padding: 0;
}

h4 {
 font-size: 1.15em;
 font-weight: bold;
 margin: 0 0 5px;
 padding: 0;
}
img {
 margin: 0;
 padding: 0;
}
h2 a { font-size: 1em; }
ul {
 list-style-type: disc;
 margin: 0 0 0 1.7em;
 padding: 0;
}

li {
 margin: 0 0 6px;
 padding: 0;
}

#wrep {
 text-align: center;
 width: 806px;
 height: auto;
 margin: 0 auto;
 padding: 0;
 border-width: 0;
}

#header {
 font-size: 0.9em;
 text-align: left;
 width: 800px;
 margin: 0 auto 18px;
 padding: 0;
}

#header p {
 text-align: right;
 margin-top: 10px;
}

#header a:link {
 color: #000;
 text-decoration: none;
}

#header a:visited {
 color: #000;
 text-decoration: none;
}

#header a:hover {
 color: #f46a0f;
 text-decoration: underline;
}

#header a:active {
 color: #f46a0f;
 text-decoration: underline;
}

#navi {
 margin: 0;
 padding: 0;
 border-width: 0;
}

#main-box {
 background-image: url(imgs/common/main-box_bg.gif);
 background-repeat: repeat-y;
 background-position: center 0;
 width: 806px;
 height: auto;
 min-height: 640px;
 margin: 0;
 padding: 0 10px 30px;
 border-width: 0;
}

#content {
 background-image: url(imgs/common/content_bg.gif);
 background-repeat: no-repeat;
 background-position:center top;
 text-align: left;
 width: 534px;
 min-height: 360px;
 margin: 0;
 padding: 15px;
}

#content img {
 margin-top: 4px;
}

#content p {
 margin-bottom: 20px;
}

#footer {
 color: #fff;
 font-size: 0.9em;
 line-height: 46px;
 background-image: url(imgs/common/footer_bg.gif);
 text-align: center;
 width: 806px;
 height: 46px;
 margin: 0;
 padding: 0;
}

#footer a:link {
 color: #fff;
 text-decoration: none;
}

#footer a:visited {
 color: #fff;
 text-decoration: none;
}

#footer a:hover {
 color: #f46a0f;
 text-decoration: underline;
}

#footer a:active {
 color: #f46a0f;
 text-decoration: underline;
}

#copy {
 font-size: 0.9em;
 line-height: 1em;
 text-align: center;
 width: 806px;
 margin-top: 5px;
 margin-bottom: 5px;
}
.p_imgs {
 margin: 0 0 20px;
 padding: 0;
}
/* トップページ用 */

#top #content {
 background-image: url(imgs/common/content_bg.gif);
 background-repeat: no-repeat;
 background-position: center top;
 min-height: 360px;
 margin: 0;
 padding: 15px 15px 40px;
}
.margin_t25 { margin-top: 50px; margin-bottom: 40px; }
.h2_red { color: #f00; font-size: 1em; }
