﻿body
{
    margin: 0;
    font-family: "ＭＳ Ｐゴシック" , "MS PGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,sans-serif;
    line-height: 1.5;
    font-size: 88%;
    color: #333333;
}
h1
{
    margin: 0;
    background-color: #e0f5ff;
    padding: 2px 15px;
    color: #243b9f;
    font-size: 86%;
}
h2
{
    font-size: 114%;
}
h3, h4, h5, h6
{
    font-size: 100%;
}
p
{
}
a:link, a:visited, a:active
{
    color: #0736d1;
}
a:hover
{
    color: #ff0000;
}
table
{
    font-size: 100%; /* ie6 */
    line-height: 1.5; /* ie6 */
}
ul, ol
{
    margin-left: 0; /* ie6, ie7 */
    padding-left: 2em;
}
dl
{
}
dt
{
    font-weight: bold;
    margin-bottom: 0.5em;
}
dd
{
    margin: 0 0 1em 2em;
}
hr
{
}
img, iframe
{
    border: 0;
}
form
{
    margin: 0; /* ie6, ie7 */
}
input, textarea, select, option
{
}

/* --------------------------------------
 wrapper
-------------------------------------- */

.wrapper
{
    width: 800px;
    margin: 0 auto;
}

/* --------------------------------------
 header
-------------------------------------- */

.header
{
    height: 80px;
    position: relative;
    margin-bottom: 5px;
}

.header_div1
{
    position: absolute;
    bottom: 2px;
    left: 0;
}

.header_div2
{
    position: absolute;
    text-align: center;
    line-height: 1.3;
    bottom: 0;
    right: 0;
}

/* --------------------------------------
 separator
-------------------------------------- */

.separator
{
    clear: both;
    height: 5px;
    font-size: 1px; /* ie6 */
    background-image: url('../images/separator.gif');
    background-repeat: repeat-x;
}

/* --------------------------------------
 sidebar
-------------------------------------- */

.sidebar
{
    width: 200px;
    float: left;
}
.menu_box
{
    margin: 10px 0;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}
.menu_title
{
    background-image: url('../images/menu_title.gif');
    background-repeat: repeat-x;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #666666;
}
.menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li a
{
    display: block;
    background-image: url('../images/menu.gif');
    background-repeat: no-repeat;
    height: 30px; /* ie6 */
    line-height: 30px;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
}
.menu li a:link,
.menu li a:visited,
.menu li a:active
{
    background-position: 0 0;
    color: #006c9e;
}
.menu li a:hover,
.menu li a.active
{
    background-position: 0 -30px;
    color: #ffffff;
}
.sub_menu
{
    margin: 0;
    border-bottom: solid 1px #cccccc;
    padding: 3px 0 0 0;
    list-style: none;
}
.sub_menu li
{
    margin: 0 0 3px 0;
    background-image: url('../images/submenu1.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
}
.sub_menu li ul
{
    margin: 0 0 0 5px;
    padding: 0;
}
.sub_menu li ul li
{
    background: none;
    padding: 0;
}
.menu2
{
    border-bottom: solid 1px #cccccc;
    padding: 5px;
    text-align: center;
}
.webreg
{
    margin-bottom: 10px;
}
.webreg a
{
    display: block;
    width: 200px;
    height: 40px;
    background-image: url('../images/webreg.gif');
    text-indent: -9999px;
}
.webreg a:link, .webreg a:visited, .webreg a:active
{
    background-position: 0 0;
}
.webreg a:hover, .webreg a.active
{
    background-position: 0 -40px;
}
.counter
{
    text-align: right;
    margin-bottom: 10px;
}
.counter img
{
    margin-bottom: -4px;
}

/* --------------------------------------
 content
-------------------------------------- */

.content
{
    float: right;
    width: 590px;
}

/* --------------------------------------
 footer
-------------------------------------- */

.footer
{
    margin-top: 10px;
    padding-bottom: 10px;
}
.footer_menu
{
    margin: 0 0 1em 0;
    text-align: center;
    padding: 0;
    list-style: none;
}
.footer_menu li
{
    display: inline;
}

/* サイト全般に使用するスタイル */

.freedial
{
    color: #319f2d;
    font-size: 180%;
}
.page_title
{
    margin: 10px 0 0.5em 0;
    background-image: url('../images/page_title.gif');
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 20px;
    font-size: 114%;
    line-height: 30px;
    font-weight: bold;
    color: #485876;
}
.topic_title1
{
    margin-bottom: 0.5em;
    background-image: url('../images/topic_title1.gif');
    background-repeat: repeat-x;
    padding-left: 0.5em;
    line-height: 30px;
    color: #475a62;
    font-size: 100%;
}
.topic_title2
{
    background-image: url('../images/topic_title2.gif');
    background-repeat: repeat-x;
    padding-left: 10px;
    line-height: 30px;
    color: #3b695f;
    font-size: 100%;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.clear
{
    clear: both;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.clearfix /* ie5.5-7 */
{
    zoom: 1;
}
.marginv10
{
    margin: 10px 0;
}
.marginv1
{
    margin: 1em 0;
}
.marginr1
{
    margin-right: 1em;
}
.color_blue
{
    color: #0000ff;
    font-weight: bold;
}
.color_red
{
    color: #ff0000;
}
.font_large
{
    font-size: 114%;
}
.font_small
{
    font-size: 85%;
}
.font_bold
{
    font-weight: bold;
}
.align_center
{
    text-align: center;
}
.align_right
{
    text-align: right;
}
