/*######################################################################

	Style CSS

************************************************************************/

/* Reset Stylesheet */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {vertical-align: bottom;}


/************************************************************************

    コンテンツ

************************************************************************/

/* --------------------------------------------------- マージン */

.mar-top10 {margin-top: 10px;}
.mar-top20 {margin-top: 20px;}
.mar-top30 {margin-top: 30px;}
.mar-top40 {margin-top: 40px;}
.mar-top50 {margin-top: 50px;}
.mar-top60 {margin-top: 60px;}
.mar-top70 {margin-top: 70px;}
.mar-top80 {margin-top: 80px;}
.mar-top90 {margin-top: 90px;}
.mar-top100 {margin-top: 100px;}

.mar-bottom10 {margin-bottom: 10px;}
.mar-bottom20 {margin-bottom: 20px;}
.mar-bottom30 {margin-bottom: 30px;}
.mar-bottom40 {margin-bottom: 40px;}
.mar-bottom50 {margin-bottom: 50px;}
.mar-bottom60 {margin-bottom: 60px;}
.mar-bottom70 {margin-bottom: 70px;}
.mar-bottom80 {margin-bottom: 80px;}
.mar-bottom90 {margin-bottom: 90px;}
.mar-bottom100 {margin-bottom: 100px;}


/* --------------------------------------------------- テキストスタイル */

.txt-orange {
	color: #ff6700;
	font-weight: bold;
}

body {
	font-size: 20px;
	line-height: 1.6;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic","Myriad Pro", Helvetica, Arial, sans-serif;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fef100;
	text-align: center;
}

header {
	width: 1020px;
	margin: 0 auto;
}

h1 {
	background-image: url(../img/head01.png);
    background-repeat: no-repeat;
    width: 1020px;
    height: 85px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

article {
	background-image: url(../img/wrapper.png);
    background-repeat: repeat-y;
	width: 1020px;
	margin: 0 auto;
}

article .inner {
	text-align: left;
	width: 820px;
	margin: 0 100px 0 100px;
	padding: 20px 0 20px 0;
}

.illust {
	text-align: center;
	margin: 60px auto 60px auto;
}

.sub {
	text-align: center;
}

.block01 {
	background-image: url(../img/block01.png);
	background-repeat: no-repeat;
	width: 831px;
	height: 242px;
	margin-left: -10px;
}

.block02 {
	background-image: url(../img/block02.png);
	background-repeat: no-repeat;
	width: 831px;
	height: 242px;
	margin-left: -10px;
}

.block03 {
	background-image: url(../img/block03.png);
	background-repeat: no-repeat;
	width: 831px;
	height: 240px;
	margin-left: -10px;
}

.block04 {
	background-image: url(../img/block04.png);
	background-repeat: no-repeat;
	width: 831px;
	height: 283px;
	margin-left: -10px;
}

p.block-inner {padding: 95px 0 0 50px;}

h3 {
	background-image: url(../img/last.jpg);
	background-repeat: no-repeat;
	width: 1020px;
	height: 650px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.order-btn {
	width: 540px;
	height: 120px;
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 30px;
}

.order-btn a {
	width: 540px;
	height: 120px;
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

.order-btn a:hover {
	background-image: url(../img/btn_o.png);
	background-repeat: no-repeat;
}

footer {text-align: center;}

footer .f-inner {
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 59px;
	font-size: 12px;
	padding-top: 70px;
	width: 1020px;
	margin: 0 auto;
}

footer img {
	margin-right: 10px;
	margin-top: -12px;
}

footer address {
	color: #fff;
	background-color: #ff6700;
	font-style: normal;
	font-size: 13px;
	margin-top: 10px;
	height: 90px;
}

footer address .copyright {
	padding-top: 35px;
	width: 1020px;
	margin: 0 auto;
}

footer li {
	display: inline;
	margin-right: 30px;
	text-decoration: none;
}

footer a:link {
	color: #111;
	text-decoration: underline;
}

footer a:hover {
	color: #111;
	text-decoration: none;
}

footer a:visited {
	color: #111;
}