﻿/* 基本レイアウト */

.footlink
{
font-size:9px;
color:#777777;

}

.footlink a
{ color:#777777; text-decoration: none; }


html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
p  { margin: 5px; padding: 0; }
strong{font-weight:normal;}
em{font-style:normal;}


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 5px 0; }

/* リンク色（ページ全体） */

a { color: blue; text-decoration: underline; }
a:hover { color: #ff6600; }

.s a { color: #333; text-decoration: underline; }

p a { color: blue; text-decoration: underline; }

/* ページレイアウト */

body {
    min-width: 770px;
    text-align: center; /* center on ie */
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    line-height: 1.65;
    background: url(img/hbg3.jpg) no-repeat top center #fff;
}

#header
{
    position: relative;
    width: 810px;
    height:250px;
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #666;
    line-height: 25px;
}
#header h2{
    position:relative;
    top:7px;
    left:40px;
}
#header p{
    position:absolute;
    top:60px;
    left:40px;
    width:390px;
    margin-top:10px;
}
#contener
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    padding: 10px 45px;
    text-align: left;
    background: url(img/bbg.gif) repeat-y;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#link
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    padding: 10px 45px;
    text-align: left;
    background: url(img/bbg.gif) #fff;
}

#foot
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    padding: 10px 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: 0px auto;
    padding-top: 12px;
    width: 760px;
    text-align: left;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    text-indent: 15px;
    color: #999;
}

#header h2 {
    margin: 0;
    padding: 0;
    width: 500px;
    font-size: 1.9em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;

}

h3 {
    position: relative;
    margin: 20px 0 15px;
    padding: 2px 0 2px 25px;
    color: #f18000;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background: url(img/check.gif) no-repeat left;
}

h4 {
    margin: 10px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    text-align: center;
}

/* 画像 */

.img { float:left; margin-left: 15px; margin: 0px 10px 5px 0px; }
.imgr { float:right; margin-left: 5px; margin: 0px 10px 5px 20px;}


/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */


.box
{
   margin: 10px 0;
   border: 1px solid #999;
   background-color: #fff;
   padding: 10px 10px;
   clear: both;
   line-height: 1.25;
}

.box p
{
    margin: 10px 0;
    line-height: 1.5;
    font-size: 0.9em;
}

/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b /* 太字 */
{
    font-weight: bold;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.br /* 赤・太字 */
{
    color: #dc0000;
    font-weight: bold;
}


/* 文字色 */
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #506DC5; font-size:16px;} /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.slver{ color:#666;}

.line /* 背景マーカー処理 */
{
    background: #ffff00;
}


.u /* アンダーライン */
{
    border-bottom: 1px solid ;
border-color: #666;
}


.u1 /* アンダーライン */
{
    border-bottom: 3px dotted ;
border-color: #ff0000;
}
.u2 /* アンダーライン */
{
    border-bottom: 3px dotted ;
border-color: #32CD32;
}


.u3 /* アンダーライン */
{
    border-bottom: 2px solid ;
border-color: #ff9900;
}




.u4 /* アンダーライン */
{
    border-bottom: 5px double ;
border-color: #ff9900;
}






.order a {
    display: block;
    height: 60px;
    width: 320px;
    margin: 50px auto;
    background: url(imgimg/push.gif) no-repeat #ff0000;
    text-indent: -9999px;
}

.order a:hover {
    display: block;
    height: 60px;
    width: 320px;
    margin: 50px auto;
    background: url(imgimg/push_h.gif) no-repeat #ff9900;
}

/* 赤小文字 */

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}

.s { text-align: center; font-size: 12px; color: #333; line-height: 1.25; }
.copy { text-align: center; font-size: 12px; color: #666; line-height: 1.25; margin: 5px 0 50px;}








/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/


/*  フォントの指定
-------------------------------------------------------------*/

.font{ font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }
.arial{ font-family: "Arial"; }
.arial-b{ font-family: "Arial Black"; }
.comic{ font-family: "Comic Sans MS"; }
.courier{ font-family: "Courier New"; }
.time{ font-family: "Times New Roman"; }
.impact{ font-family: "Impact"; }
.trebuchet{ font-family: "Trebchet MS"; }
.verdana{ font-family: "Verdana"; }


/*  フォントのサイズ
-------------------------------------------------------------*/

.fs9{ font-size: 9pt!important; }
.fs10{ font-size: 10pt!important; }
.fs11{ font-size: 11pt!important; }
.fs12{ font-size: 12pt!important; }
.fs14{ font-size: 14pt!important; }
.fs16{ font-size: 16pt!important; }
.fs18{ font-size: 18pt!important; }
.fs20{ font-size: 20pt!important; }
.fs22{ font-size: 22pt!important; }
.fs24{ font-size: 24pt!important; }







/*  線
-------------------------------------------------------------*/

.border1 { border: 1px solid #cccccc; }/*グレーの線*/
.border2 { border: 1px solid #ff99cc; }/*ピンクの線*/
.border3 { border: 1px solid #cc0000; }/*赤の線*/
.border4 { border: 1px solid #000000; }/*黒の線*/
.border5 { border: 6px solid #ff0000; }/*黒の線*/
.border{ border:1px solid #cacaca; padding:5px; width:213px; float:left; margin-right:1px; margin-bottom:20px;}
#navi{
    position:relative;
    bottom:14px;
    width:730px;
    text-align:center;
}

#navi ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
#navi li{
    float:left;
    width:243px;
    text-align:center;
    background:#cacaca;
    line-height:40px;
    margin:0 0px;
    }
    
#navi li a{
    float:left;
    width:243px;
    text-align:center;
    background:#cacaca;
    line-height:40px;
    margin:0 0px; color:#fff;
    background:url(img/libg2.gif) no-repeat;
    text-decoration:none;
    font-size:1.1em;
    }
#navi li a:hover{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}


table {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    padding: 5px 20px 5px 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #58b1d6;
    font-weight: bold;
    line-height: 120%;
    text-align: right;
    white-space: nowrap; 
    color:#fff;
}
table td {
    padding: 5px 5px 5px 20px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}

.shousai a{
    display:block;
    width:487px;
    height:51px;
    background:url(img/shousai.gif) no-repeat;
    text-indent:-5000px;
    margin:30px 0;
}
.shousai a:hover{
    background:url(img/shousaih.gif) no-repeat;
}