/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td
{
  margin: 0;
  padding: 0;
}
fieldset, img{
  border: 0;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #047EC8;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}
.size11-black {font-size: 11px}
.size15-black {
	font-size: 15px;
	font-weight: bold;
}
.size16-red {
	font-size: 16px;
	font-weight: bold;
	color: #EA0000;
}
.size20-red {
	font-size: 20px;
	font-weight: bold;
	color: #EA0000;
}
.marker-yellow {
	background: #FAF37A;
}
.marker-red {
	background: #F20000;
	color: #FFFFFF;
}
.marker-blue {
	background: #0033FF;
	color: #FFFFFF;
}
h1 {
	font-size: 30px;
	color: #E30000;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	line-height: 150%;
}
h2 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 140%;
}
h3 {
	font-size: 20px;
	background: url(image/subhead.jpg) no-repeat top;
	margin: 40px 0px 30px;
	padding: 20px 0px;
	height: 20px;
	width: 610px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h5 {
	font-size: 17px;
	font-weight: bold;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 40px 0px 20px;
	padding: 0px;
}

.sitasen{
	font-weight:bold;
	text-decoration: underline;
}

.red{
	color:#AD0E12;
}

.center{
    margin:0 auto;
    /*border:5px solid #ff0000;*/
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ページレイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

body {
	/*font: normal 15px/1.5em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font: normal 15px/1.5em "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: url(image/bg.png) repeat center top;
	text-align: center;
}

#topback{
    width:100%;
    height:1239px;
    background-image: url(image/back.jpg);
    background-repert:no-repeat;
    background-position:center top;
    margin:0 auto;
}

#wrapper {
	height: auto;
	margin: 0px auto;
	padding: 0px 20px;
	width: 960px;
	background: url(image/wra.jpg) repeat-y center top;
}
#header {
	margin: 0px;
	padding: 25px 0px 10px;
	height: auto;
	width: 700px;
}
#header-inner {
	padding: 0px;
	height: auto;
	width: 620px;
	margin: 0px 40px;
}
#contents {
	height: auto;
	width: 960px;
	padding: 20px 0px 2px;
	margin: 0px;
	text-align: left;
}
#contents-inner {
	width: 850px;
	margin: 0px 45px;
	padding: 0px;
	height: auto;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#footer {
	margin: 0px;
	padding: 25px 0px;
	height: auto;
	width: 960px;
	background: url(image/footer_line.gif) no-repeat top;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
}
address {
	font-size: 12px;
	text-align: center;
	color: #666666;
}

.yuki{
	float:right;
	margin-left:-20px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターナビ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.fnavi {
	margin: 40px 0px 0px;
	padding: 0px;
	height: auto;
	width: 850px;
	text-align: center;
}
div.fnavi ul {
}
div.fnavi li {
	font-size: 11px;
	list-style: url(none) none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ボックス（610px）
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.box {
	margin:0px;
	padding: 0px;
	height: auto;
	width: 610px;
}
.box-top {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 610px;
}
.box-bottom {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 610px;
}
.box-inner {
	margin: 0px;
	padding: 0px 25px;
	height: auto;
	width: 560px;
}
div.box {
	margin: 30px 0px;
	padding: 0px;
	height: auto;
	width: 610px;
}
div.box-inner {
	margin: 5px 0px;
	padding: 0px;
	height: auto;
	width: 560px;
}
div.block {
	margin: 30px 0px;
	padding: 24px;
	width: 560px;
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
}
div.block-inner {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 560px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ボックス２（850px）
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.box2 {
	margin:0px;
	padding: 0px;
	height: auto;
	width: 850px;
}
.box-top2 {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 850px;
}
.box-bottom2 {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: auto;
	width: 850px;
}
.box-inner2 {
	margin: 0px;
	padding: 0px 25px;
	height: auto;
	width: 800px;
}
div.box2 {
	margin: 30px 0px;
	padding: 0px;
	height: auto;
	width: 850px;
}
div.box-inner2 {
	margin: 5px 0px;
	padding: 0px;
	height: auto;
	width: 800px;
}
div.block2 {
	margin: 30px 0px;
	padding: 24px;
	width: 800px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
div.block-inner2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ベネフィット
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.check {
	margin: 0px auto;
	padding: 0px;
}
div.check ul {
}
div.check li {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	background: url(image/check.gif) no-repeat left top;
	padding-left: 28px;
	margin: 12px 0px;
}
div.check-small {
	margin: 0px auto;
	padding: 0px;
}
div.check-small ul {
}
div.check-small li {
	background: url(image/check2.gif) no-repeat left top;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
申込み
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.order-left {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 200px;
	text-align: left;
	vertical-align: top;
}
.order-right {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 340px;
	height: auto;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
.price {
	width: 319px;
	height: 40px;
	padding: 0px;
	margin: 10px 21px 10px 0px;
}
.comma {
	height: 40px;
	width: 12px;
	margin: 0px;
	padding: 0px;
}
.price-left {
	width: 132px;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 30px;
	text-align: left;
}
.number {
	height: 40px;
	width: 25px;
	margin: 0px;
	padding: 0px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特典
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.pre {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 20px;
	padding: 0px;
	height: auto;
	width: 560px;
}
.pre-left {
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: left;
	vertical-align: top;
}
.pre-right {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
Q&A
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.q-left {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: left;
	vertical-align: top;
	height: auto;
	width: 35px;
}
.q-right {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px 0px 10px;
}
.a-left {
	margin: 0px;
	padding: 20px 0px 0px;
	vertical-align: top;
	text-align: left;
	height: auto;
	width: 35px;
}
.a-right {
	margin: 0px;
	padding: 20px 0px 0px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
登録フォーム
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.touroku{
    width:380px;
    margin:0 auto;
}

.touroku_table table{
    width:360px;
    margin:0 auto;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    /*background-color:red;*/
}

.touroku input[type=text]{
    width:360px;
    height:30px;
    font-size:20px;
    font-weight:bold;
    /*border:1.5px solid #000000;*/
    background: -moz-linear-gradient(top, #f9f9f9, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#dfdfdf));
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
登録フォーム（ホバー用）
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.touroku2{
    width:380px;
    margin:200px auto 0 auto;
}

.touroku_table2 table{
    width:360px;
    margin:0 auto;
    font-size:20px;
    font-weight:bold;
    color:#ffffff;
    text-align:left;
    /*background-color:red;*/
}

.touroku2 input[type=text]{
    width:360px;
    height:30px;
    font-size:20px;
    font-weight:bold;
    /*border:1.5px solid #000000;*/
    background: -moz-linear-gradient(top, #f9f9f9, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#dfdfdf));
    filter:progid:DXImageTransform.Microsoft.gradient
    (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
PV
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.PV{
    margin:0 auto;
}

.TV{
	width:870px;
	height:550px;
	background:url(image/tv_back.png) no-repeat;
	padding-left:38px;
	padding-top:32px;
	margin:0 auto;
}

#promo{
	display:block;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ホバーウィンドウ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/


#backgroundPopup{
   display:none;
   position:fixed;
   _position:absolute; /* hack for IE6 */
   width:100%; height:100%;
   top:0; left:0;
   background:#000000;
   border:none;
   z-index:2;
}
#popupContact{
   display:none;
   position:fixed;
   _position:absolute; /* hack for IE6 */
   padding:0px;
   width:960px; height:470px;
   background-image:url(image/hova_back.jpg);
   background-repeat: no-repeat;
   color:#000;
   border:10px solid #000000;
   z-index:3;
   font-size:13px;
}
/*
#popupContact h2{
   margin:0 0 10px 0; padding:0;
   border-bottom:1px dotted #e7a847;
   color:#fff;
   text-align:left;
}
*/
#popupContactClose{
   display:block;
   font-weight:bold;
   line-height:2em;
}
/*
#contactArea {
   color:#fff;
   font-size:11px;
}
*/
.imgleft {
   float:left;
   width:100px; height:75px;
   margin:0 10px 0 0; padding:0;
}


#hova{
   width:100%;
   height:5px;
   display:block;
   position:fixed;
   top:0px;
   z-index:1;"
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
タイマー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#timer{
   position:absolute;
   top:77px;
   right:10%;
   background:none !important;
}



/*end*/
