/*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 input {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 {
    min-width: 1000px;
    text-align: center; /* center on ie */
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
}

#container
{
    position: relative;
    width: 1000px;
    height: 850px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: url(img/bg.gif) no-repeat;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

#thanks
{
    position: relative;
    width: 1000px;
    height: 850px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #fff;
}

#thanks:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

#logo {padding: 5px 0 0 ;
margin-left:-50px;
	text-align:left;}

#copy {
position:absolute; top: 135px; 

}

#ftext {
position:absolute; bottom: 278px; right: 47px;
}

#arrow {
position:absolute; top: 380px; right: 75px;
}

.onm {
position:absolute; top: 148px; right: 54px;
}

.optf {
position:absolute; bottom: 90px; right: 55px;
line-height:1;
}

#bullet {
position:absolute; bottom: 40px; left: 80px;
}

.s {font-size: 10pt;}
.red {color: #c40000;}

.none {display: none}

/* 画像 */

.img { float: left; margin: 20px 10px 0 0; }
.imgr { float: right; margin-left: 5px; }


/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */


/* フッター */

#footer
{
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: left;
    font-size: 8pt;
    clear: both;
    color: #333;
}

#footer p
{
    margin: 0;
    padding: 10px 0;
    line-height: 1.25;
   text-align: center;
}

.foot
{
   margin: 0;
   text-align: center;
}

input.email {width: 200px;}