/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
p  { margin: 15px; padding: 0; }

/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 5px 0; }

/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }

.s a { color: #333; text-decoration: underline; }

p a { color: #333; text-decoration: none; }

/* ページレイアウト */

body {
    position: relative;
    width: 820px;
    text-align: center; /* center on ie */
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.65;
    background: url(img/bg.gif) no-repeat top #eeeecc;
}

*:first-child+html body { padding: 0 1px 0 0; }

#header
{
    position: relative;
    width: 810px;
    height: 260px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #666;
    background: url(img/top.jpg) no-repeat right;
}

#header p
{
    width: 540px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position:absolute; top: 40px; left: 90px;
    font-family: メイリオ,Meiryo;
    font-size: 44px;
    line-height: 2.0;
}

/* コンテンツ */

#container
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    * margin: 0 0 0 1px;
    padding: 10px 45px 0 45px;
    text-align: left;
    * text-align: center;
    background: url(img/bbg.gif) repeat-y;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

ul#menu1, ul#menu2
{
    position: relative;
    display: block;
    width; auto;
    min-height: 30px;
    list-style: none;
    margin: 0 0 10px;
    padding: 10px 5px 10px;
    text-align: center;
}

ul#menu1 li, ul#menu2 li
{
    margin: 0;
    padding: 5px;
    list-style: none;
    display: inline;
}

ul#link
{
    position: relative;
    display: block;
    width; auto;
    min-height: 10px;
    list-style: none;
    margin: 0;
    padding: 5px 5px 0;
    text-align: center;
    font-size: 12px;
}

ul#link li
{
    margin: 0;
    padding: 3px;
    list-style: none;
    display: inline;
}

#link a { text-decoration:none;}
#link a:link{color	:#666;}
#link a:active{color	:#666;}
#link a:visited{color	:#666;}
#link a:hover{color	:#f00;}

#kiji01
{
    margin: 0 15px;
    padding: 1px 0 15px;
    clear: both;
    text-align: left;
}

#kiji02
{
    margin: 10px 15px;
    padding: 1px 0 15px;
    clear: both;
    text-align: left;
}

#kiji03
{
    margin: 10px 15px;
    padding: 1px 0 15px;
    clear: both;
    text-align: left;
}

#kiji04
{
    margin: 10px 15px;
    padding: 1px 0 15px;
    clear: both;
    text-align: left;
}

#kiji05
{
    margin: 10px 15px;
    padding: 1px 0 15px;
    clear: both;
    text-align: left;
}

#kiji_un
{
    margin: 0 15px;
    padding: 1px 0 150px;
    clear: both;
    text-align: left;
}

/* フッター */

#foot
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    * margin: 0 0 0 1px;
    padding: 1px 45px 20px;
    text-align: center;
    background: url(img/fbg.gif) no-repeat bottom ;
}

#foot p
{
    margin: 0 20px 5px;
    padding: 0;
    font-size: 12px;
}

/* 見出し */

h1 {
    position: relative;
    margin: 0 auto;
    padding-top: 12px;
    width: 760px;
    font-family: メイリオ,Meiryo,HGP創英角ｺﾞｼｯｸUB;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-indent: 15px;
    line-height: 28px;
}

/*
h2 {
    margin: 0;
    padding: 0;
    width: 370px;
    font-family: メイリオ,Meiryo,HGP創英角ｺﾞｼｯｸUB;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5;
    position:absolute; top: 30px; left: 400px;
}
*/

h2,h3 {
    position: relative;
    margin: 5px 5px 15px 5px;
    padding: 3px 0 0 27px;
    font-family: メイリオ,Meiryo,HGP創英角ｺﾞｼｯｸUB;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    background: url(img/check.gif) no-repeat left;
}

h4 {
    margin: 3px 0;
    padding: 0;
    font-family: メイリオ,Meiryo,HGP創英角ｺﾞｼｯｸUB;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px dotted #7e571e;
    clear: both;
}

/* 画像回り込み */

#img1 { float: right; margin-left: 10px; }
#img2 { float: left; margin: 0 15px 10px 0; }
#img3 { float: left; margin: 10px 15px 10px 0; }
#img_un { float: left; margin: 5px 0 20px 0; }

/* 文字制御 */

.right { text-align: right; }
.center { text-align: center; }

ul#more
{
    text-align: right;
    padding: 0 20px 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.more
{
    padding: 0 20px 10px 340;
    float: right;
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: bold;
}

/* 文字装飾 */

.b { font-weight: bold; } /* 太字 */
.line { background: #ffff00; }/* 背景マーカー処理 */
.lineb { border-bottom: 1px solid #aaa; font-size: 16px; font-weight: bold; line-height: 2.0; }
.u { border-bottom: 1px solid ; } /* アンダーライン */

/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #006699; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 

/* ボタン */

.bt {
    padding: 5px 35px 30px 35px;
    clear: both;
}

.bt a {
    display: block;
    width: 650px;
    height: 70px;
    text-indent: -1000px;
    overflow: hidden;
    background: url(img/bt2.jpg);
}

.bt a:hover {
    background-position: 0 -70px;
}

.bt2 {
    padding: 0 35px 100px 35px;
    clear: both;
}

.bt2 a {
    display: block;
    width: 650px;
    height: 70px;
    text-indent: -1000px;
    overflow: hidden;
    background: url(img/bt2.jpg);
}

.bt2 a:hover {
    background-position: 0 -70px;
}

.no{
  font-size: 2px;
  line-height: 2px;
  display: none;
}

.tx-in{
  text-indent: -9000px;
}

.float-r { float: right; margin: 0 10px 10px 10px; }
.float-l { float: left; margin: 0 10px 10px 10px; }

/* テーブル */

table{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

th{
    color: #000;
    font-size: 18px;
    font-family: メイリオ,Meiryo;
    font-weight: normal;
    text-align: center;
    padding: 5px 0 5px 0;
    background: url(img/th.jpg) repeat-x bottom;
}

td{
    text-align: left;
    padding: 10px 15px 20px;
    font-size: 11pt;
}

.font-st{ font-size: 14px; margin: 10px 10px 10px 15px; line-height: 20px; }

div.kadomaru {
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */
   margin: 10px 10px 10px 15px;
   border: 1px red solid;     /* 枠線の装飾 */
   background-color: #ffff99;   /* 背景色 */
}
