@charset "utf-8";

/* 全ての頁共通 */

a:link {
    color: #006699;
    text-decoration: none;
}
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}

html {
    height: 100%;  /* 上下をフル表示するため */
}

body  {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
    padding: 0;
    text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
    color: #000000;
    font-size: 10pt;
    background-color: #FBFBFB;
    height: 100%;  /* 上下をフル表示するため */
}

/* 背景画像用 */
body.twoColFixLtHdr #wrapper {
    background: url(../img/body_border_narrow.png) repeat-y;
    margin: 0 auto;
    width: 810px;
    min-height: 100%;   /* 上下をフル表示するため */
/*    height: auto;*/
}
/* 背景画像用 ここまで */

.twoColFixLtHdr #container {
    width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
    background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
    text-align: left;
    margin-left: 5px;  /* 背景画像表示スペース */
    margin-right: 5px;  /* 背景画像表示スペース */
} 
.twoColFixLtHdr #header {
    background: #FFF;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    margin-top: 0;
    margin-bottom: 0px;
    height: 65px;
}

.twoColFixLtHdr #header h1 {
    margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
    padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixLtHdr #sidebar1 {
    float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
    width: 210px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
    padding: 0px;
    margin-left: 0px;
    background-color: #FFF;
    padding-top: 20px; /* IE以外にも対応させる */
}

.twoColFixLtHdr #mainContent {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 230px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    clip: rect(0px,auto,0px,auto);
} 
.twoColFixLtHdr #footer {
    background-color: #fff;
    margin-top: 10px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    height: 40px;
} 
.twoColFixLtHdr #footer #copy {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    float: right;
    margin-top: 0;
    margin-right: 10;
    margin-bottom: 10;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 20px;
    width: 400px;
}

#footer #totop {
    color: #FFF;
    font-size: small;
    width: 300px;
    padding-top: 13px;
}
#footer ul li {
    display: inline;
    margin-right: 3px;
    margin-left: 7px;
    padding-left: 20px;
    list-style-type: none;
    background: url(../img/arrow_purple_s.png) no-repeat;
}

#footer ul li.li_totop {
    background: url(../img/arrow_up_purple_s.png) no-repeat;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
    float: right;
    margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ページ左側のメニュー */
#sidebar1 #menu1 {
    float: left;
    width: 195px;
    padding-left: 5px;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: 0;
}
#sidebar1 #menu1-h {
    height: 35px;
    width: 200px;
    background-image: url(../img/menutitle_kigyoujouhou.png);
}
#sidebar1 #menu2 {
    float: left;
    width: 195px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 1.5em;
    text-decoration: none;
}
#sidebar1 #menu2-h {
    height: 35px;
    width: 200px;
    background-image: url(../img/menutitle_oyakudachi.png);
}
#sidebar1 ul.menu1-b li {
    height: 22px;
    width: 168px;
    padding-left: 30px;
    padding-top: 8px;
    background-image: url(../img/ball_red_sidebar_s.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    text-decoration: none;
    vertical-align: bottom;
}
#sidebar1 ul.menu1-b li.currentpage {
    background-image: url(../img/arrow_red_sidebar_s.png);
}

/* ページ右側 全てのページ共通 */
#mainContent h1 {
    font-size: 1.4em;
    font-weight: bold;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 0;
    
}
#mainContent h2 {
    border-bottom: 1px dotted #B60000;
    border-left: 3px solid #B60000;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#mainContent p {
    line-height: 1.3em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    color: #222;
}
#mainContent ol li {
    padding-left: 10px;
    list-style-type: decimal;
    list-style-position: inside;
/*    line-height: 1em;*/
    margin-bottom: 10px;
}

#mainContent dl dt {
    font-size: medium;
    font-weight: bold;
}
#mainContent dl dd   {
    margin-bottom: 1em;
}
#mainContent table {
    margin-bottom: 0.5em;
    text-align: justify;
    margin-left: 0.5em;
}

#mainContent caption {
    font-weight: bold;
    padding-bottom: 5px;
}

#mainContent .map {
    margin-left: 30px;
}
#mainContent .picture {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

#container #logo {
    float: left;
    width: 431px;
}

#mainContent img.img_toppage {
    border: 0;
    margin: 0;
    padding: 0;
}

#mainContent #noflash {
    float:left;
    width:357px;
}

/* サイト内検索 */
#header #search {
    font-size: small;
    color: #333;
    width: 320px;
    float: right;
    text-align: right;
    margin-right: 8px;
    margin-top: 5px;
}
#header #sitemap {
    font-size: small;
    float: right;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 10px;
    text-decoration: none;
}

#header ul li {
    display: inline;
    margin-right: 3px;
    margin-left: 7px;
    padding-left: 20px;
    list-style-type: none;
    background: url(../img/arrow_purple_s.png) no-repeat;
    vertical-align: baseline;
}

#mainContent ul li {
    list-style-position: inside;
    line-height: 1.5em;
}
#mainContent .heading p{
    font-size: medium;
    color: #600;
    text-align: center;
}
#mainContent dl dd {
    margin-left: 1.5em;
    margin-top: 5px;
}
#mainContent #center {
    text-align: center;
}
/* サイトマップ */
#mainContent h1.h1_sitemap {
    background: url(../img/contents_title_sitemap.png) no-repeat;
    height: 40px;
    line-height: 35px;
    padding-left: 20px;
    width: 640px;

}
#mainContent ul.sitemap {
    padding-left: 10px;
}
#mainContent ul.sitemap li {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    background: url(../img/ball_red_s.png) no-repeat;
}

/* トップページ お見舞い */
#mainContent div.omimai {
    width: 480px;
    border:2px solid #AAA;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#mainContent div.omimai p#omimai_caption {
    font-weight: bold;
    font-size: 16pt !important;
}
#mainContent div.omimai p#omimai_content {
}

