/*IE PNG Fix*/
* html img {behavior: url("script/iepngfix.htc")}
* html #quote div div blockquote {behavior: url("script/iepngfix.htc")}
* html #intro ul li {behavior: url("script/iepngfix.htc")}
* html #footer {behavior: url("script/iepngfix.htc")}
* html #product {behavior: url("script/iepngfix.htc")}
* html div {behavior: url("script/iepngfix.htc")}

/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
img { border: 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; }

/* 表示補助 */

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 0px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* ページレイアウト */

body {
    text-align: center; /* center on ie */
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    background: #f0ede8;
}

#container
{
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 0;
    text-align: center;
    background: url(img/head.gif) no-repeat top center;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

#container1
{
    position: relative;
    margin: 0 auto;
    text-align: center;
}

/* ヘッダー（レイアウト） */

#banner {
    position: relative;
    width: 1000px;
    height: 0px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/* ヘッダー（キャッチ） */

#banner h1
{
    display: none;
}


/* コンテンツ（基本レイアウト）*/

#pagebody
{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* コンテンツ（レター部分） */

.main
{
    position: static;
    display: block;
    clear: both;
    margin: 20px 75px;
    padding: 10px;
    text-align: left;
    border: 3px solid #a0895c;
    background: #fff;
}

.main2
{
    width: 700px;
    position: static;
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: left;

}
.contents
{
    margin: 10px 0;
}

#container4, #container5, #container6, #container7
{
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
    clear:both;
}

/* 見出し */

.header {
    margin: 0px;
    padding: 5px 0;
    color: #1949b7;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    clear: both;
}

.header2 {
    position: relative;
    margin: 10px 0;
    padding: 5px 5px 5px 10px ;
    color: #c40000;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    border-left: 5px solid #c40000;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    clear: both;
}

.header0, .header1 , .header3 {
    margin: 10px 0;
    padding: 5px 0;
    color: #c40000;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    clear: both;
}

.mheader2 {
    background-color: #999287;
    max-width: 840px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.1em;
    padding: 5px;
    width: 100%;
}

.no {
    display: block;
    margin: 0;
    padding: 0 10px 0 0;
    color: #000;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    float: left;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    clear: both;
}

.box .header, .bullet2 .header {
    margin: 10px 0 10px;
}

.sh {
    margin: 0;
    padding: 20px 0;
    color: #c40000;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    clear: both;
}

.samplemovie
{
    width: 500px;
    background-image: url(img/sample.gif);
    padding: 150px 0 100px;
    margin: 0 auto;
    text-align: center;
}

/* 画像 */

.img { float: left; margin: 10px 10px 0 0; }
.imgr { float: right; margin-left: 5px; }


/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */


/* フッター */

#footer, #footer2
{
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    font-size: 0.8em;
    clear: both;
    color: #333;
}

#footer p
{
    margin: 0;
    padding: 0;
    line-height: 1.25;
   text-align: center;
}

#footer2 p
{
    margin: 0;
    padding: 40px 0 0 0;
    line-height: 1.25;
   text-align: center;
}

.foot
{
   margin: 0;
   text-align: center;
}

/* 囲み表示 */

.bullet /* 直線 */
{
   margin: 20px;
    border: 1px dotted #5b9200;
   background-color: #fff;
   padding: 10px;
   line-height: 1.25;
}

.bu-b /* ブレット黒字 */
{
    margin: 5px 0 0;
    color: #333;
    font-size: 1.1em;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    line-height: 1.5em;
    background: url(img/next.gif) no-repeat;
    padding: 0 0 0 35px;
    border-bottom: 1px dotted #5b9200;
}


.bullet2 /* 直線 */
{
   margin: 10px 20px;
   border: 1px solid #a0895c;
   background-color: #ffffc0;
   padding: 10px 15px;
   line-height: 1.25;
}

.main .bullet2 .bu-b /* ブレット黒字 */
{
    margin: 3px 0 10px;
    color: #c40000;
    background: url(img/check.gif) no-repeat left top;
    padding: 5px 0 10px 35px;
    border-bottom: 1px dotted #a0895c;
    font-family: "HGP創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    font-size: 1.2em;
    line-height: 1;
}

.main .bullet2 .bu-be /* ブレット黒字 */
{
    margin: 3px 0 0;
    color: #c40000;
    background: url(img/check.gif) no-repeat left top;
    padding: 5px 0 10px 35px;
    font-family: "HGP創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    font-size: 1.2em;
    line-height: 1;
}
.normal /* ブレット黒字 */
{
    margin: 5px 0 0;
    color: #333;
    font-size: 0.8em;
    font-family: none;
    line-height: 1.25em;
    padding: 0;
}

.bu-be /* ブレット黒字 */
{
    margin: 5px 0 0;
    color: #333;
    font-size: 1.1em;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    line-height: 1.25em;
    background: url(img/next.gif) no-repeat;
    padding: 0 0 0 35px;
}

.box
{
   margin: 10px;
   border: 3px solid #fff;
   background-color: #fff;
   padding: 5px 15px 10px;
   clear: both;
   line-height: 1.25;
}

.box1
{
   margin: 0;
   border: 1px solid #fff;
   background-color: #fff;
   padding: 0px;
   clear: both;
   line-height: 1.25;
}

.box1 td,.box1 th {
border: 1px solid #ccc;
padding:5px 10px;
}

.box2
{
   margin: 30px 10px 20px;
   border: 1px solid #ccc;
   background-color: #fff;
   padding: 5px 10px;
   clear: both;
   line-height: 1.3;
}
.box2 p
{
    margin: 10px;
    font-size: 0.9em;
}
.box3
{
   margin: 10px;
   border: 1px dotted #3b96c9;
   background-color: #fff;
   padding: 20px 20px;
   clear: both;
   line-height: 1.3;
}

.box3 img { margin: 0 10px 0 0; }

.box4
{
   margin: 40px 0 0;
   border: 1px dotted #3b96c9;;
   background-color: #fff;
   padding: 20px 50px 30px;
   clear: both;
   line-height: 1.25;
}

.box4 p
{
    margin: 15px 0;
    font-size: 0.9em;
}

.topbox
{
   margin: 0;
   padding: 10px;
   border-top: 1px solid #a0895c;
   border-bottom: 1px solid #a0895c;
   clear: both;
   line-height: 1.25;
    font-size: 1.1em;
}

.topbox2
{
   margin: 15px 10px 0;
   padding: 30px 10px 20px;
   border-top: 1px solid #a0895c;
   border-bottom: 1px solid #a0895c;
   clear: both;
   line-height: 1.25;
    font-size: 1.2em;
}

.voice
{
   margin: 10px 10px 30px;
   text-align: center;
}

.box p.bbb {margin:10px 0 20px}

/* 文字装飾 */

.bbb /* 最大・太字 */
{
    font-size: 1.4em;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    padding: 0;
}

.b4 /* 最大・太字 */
{
    font-size: 2.4em;
    font-family: "HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    padding: 0;
}

.bb, .boxname /* 大・太字 */
{
    font-size: 1.2em;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
}

.b /* 太字 */
{
    font-weight: bold;
}


.bbbr /* 最大・太字・赤 */
{
    color: #cc0000;
    font-size: 1.6em;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
}

.bbr /* 大・太字・赤 */
{
    color: #cc0000;
    font-size: 1.2em;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
}

.br /* 赤・太字 */
{
    color: #ff0000;
    font-weight: bold;
}

.red { color: #cc0000;}
.blue { color: #1949b5;}
.green { color: #006600;}

.line /* マーカー処理 */
{
    background: #ffff00;
    color: #000;
}

.linered /* マーカー処理・赤字 */
{
    background: #ffff00;
    color: #ff0000;
}

.lineb /* マーカー処理・大・太字 */
{
    background: #ffff00;
    color: #000;
    font-weight: bold;
}

.lineredb /* マーカー処理・赤字 */
{
    background: #ffff00;
    color: #ff0000;
    font-weight: bold;
}

.u {border-bottom: 1px solid #000; }

/* 米印注意書き */

.kome { text-align: center; font-size: 12px; color: #ff0000; line-height: 1.25;}

.f-line { border-bottom: 1px dotted #ccc; margin: 10px 0; padding-bottom: 10px; }
.name
{
    font-size: 1.2em;
    font-family: "HGP明朝E","HGS明朝E","HGS創英角ゴシックUB","ヒラギノ角ゴ Pro W6";
    text-align: right;
    margin: 10px 0 50px 0;
}
.name p { margin: 10px 0; }
.s { font-size: 0.8em; line-height: 1.25;}

.none { display:none; }
.hcopy {margin:20px 0;line-height:1.25;font-size:1.2em}
.form table td {margin:0;padding:0;}


#page1, #page2, #page3, #page4, #page5, #page6, #page7 {
	width: 640px;
	height: 500px;
	margin: 0 auto;
}

table {margin: 0 auto;}
td {padding: 0 5px;}

.white p {margin:2px 0 9px; height:93px;}

.form
{
    position: relative;
    width: 890px;
    height: 370px;
    padding: 0;
    margin: 0 auto;
    display: block;
    background: url(img/formbg.jpg) no-repeat top;
}

input {background:#eee;}

input.hankaku {
    max-width: 148px;
}

.none { display:none; }
.form table {
margin:0;color:#fff;
position:absolute; bottom:50px;left:180px;
}