@charset "utf-8";

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

img { vertical-align:bottom }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

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

img { vertical-align:bottom }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

body {
	line-height: 1.7em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	background:#F3C2C3 url(../img/bg.jpg) no-repeat top;
	font-size:24px;
	-webkit-text-size-adjust: 100%;
	color: #630;
}

a {
	color: #F69;
	text-decoration: none;
}

#wrap {
	width:640px;
	margin:0px auto;
	position:relative;
}

.canvas-container {
	position:absolute !important;
	left:0px;
	top:0px;
	z-index:-1;
}


/* header */


/* navi */
nav ul {
	background: url(../img/bg_menu.gif) repeat left top;
}

nav ul li{
	padding-bottom: 6px;
	background: url(../img/line_menu.png) no-repeat left bottom;
}

nav ul li:last-child{
	padding-bottom: 0;
	background: none;
}

footer {
	margin-top: 40px;
}

footer .banner {
	width: 460px;
	margin: 0 auto 40px auto;
}

footer .banner li{
	margin:0 0 20px 0;
}

footer .pagetop {
	width: 120px;
	margin: 0 auto 30px auto;
}

footer .copy {
	text-align: center;
	padding-bottom:30px;
}

.bold {	font-weight: bold; }

.pink {	color: #2eab38; }
.red { color: #FF3300; }
.orange { color: #ff9900;}
.green {color: #009933;}
.blue {color: #1b72c1;}
.blues {color: #1b72c1;}

footer .sns {
	width: 400px;
	height: 90px;
	margin: 0 auto 30px auto;
	background: url(../img/bg_share.png) no-repeat left top;
}

footer .sns ul {
	padding-left : 170px;
	padding-top:15px;
}

footer .sns ul li {
	display: inline;
	float: left;
	margin-right: 50px;
}

.line{
	width:400px;
	margin:0 auto 30px auto;
}
