<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================================================
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM
	5.TABLE
	6.COMMON
	7.PAGE
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}
 
ul,
ol {
	list-style: none;
}
 
blockquote,
q {
	quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
a {
	outline: none;
}

img {
	vertical-align: bottom;
}
 
/* 2.BASE-SET
--------------------------------------------------------- */

body {
	background: #fff;
	font-size: 13px;
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: none;
}
 
@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
	overflow: hidden;
	text-decoration: underline;
}

a:link {
	color: #07519a;
}

a:visited {
	color: #603;
}

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

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

.header,
.mainTtl,
.wrapper,
.footer {
	margin: 0 auto;
}

.section {
	margin-bottom: 50px;
}

.section h1 {
	color: #ba964e;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 20px;
	padding: 5px 10px 10px;
	text-align: center;
	width: 940px;
}

/* 4.FORM
--------------------------------------------------------- */

/* 5.TABLE
--------------------------------------------------------- */

/* 6.COMMON
--------------------------------------------------------- */
.entryBtn .btn {
	margin: 0 auto 10px;
	position: relative;
	width: 632px;
}

.entryBtn .btn a {
	background: url(../img/btn_entry.png) no-repeat 0 -1px;
	display: block;
	height: 115px;
	text-indent: -9999px;
	width: 632px;
}

.entryBtn .btn a:hover {
	background-position: 0 -113px;
}

.entryBtn .caption {
	color: #333;
	font-size: 15px;
	text-align: center;
}

.entryBtn .caption a {
	color: #07519a;
}

.btn span {
	overflow: hidden;
	position: absolute;
}

.btn .snowman {
	bottom: 7px;
	height: 145px;
	left: 440px;
	width: 123px;
}

.btn .snowman img {
	left: 0;
	position: absolute;
	bottom: -134px;
	opacity: 0;
	/*filter: alpha(opacity=0);*/
	filter': 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icon_snowman.png", sizingMethod="scale")';
}

.btn .pop {
	display: none;
	height: 92px;
	left: 527px;
	top: -10px;
	width: 135px;
}

.btn .pop img {
	left: 0;
	position: absolute;
	top: 0;
	filter': 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/icon_pop.png", sizingMethod="scale")';
}

/* IE7用 */
*:first-child+html .entryBtn .btn {
	width: 698px;
}

*:first-child+html .entryBtn a {
	background: url(../img/btn_entry_ie6.png) no-repeat 0 0;
	height:157px;
	width: 698px;
}

*:first-child+html .entryBtn a:hover {
	background-position: 0 -149px;
}

*:first-child+html .btn .snowman {
	display: none;
}

*:first-child+html .btn .pop {
	display: none;
}

/* IE6用 */
* html .entryBtn .btn {
	width: 698px;
}

* html .entryBtn a {
	background: url(../img/btn_entry_ie6.png) no-repeat 0 0;
	height:157px;
	width: 698px;
}

* html .entryBtn a:hover {
	background-position: 0 -149px;
}

* html .btn .snowman {
	display: none;
}

* html .btn .pop {
	display: none;
}


/* 7.PAGE
--------------------------------------------------------- */
/* headArea */
.headArea {
	background: url(../img/main.jpg) no-repeat center top;
	margin: 0 auto 50px;
	min-height: 627px;
	min-width: 940px;
}

* html .headArea {
	height: 810px;
}

/* header */
.header {
	padding: 18px 10px 0;
	width: 940px;
}

.logo {
	float: left;
	width: 84px;
}

.socialmedia {
	float: right;
}

.period {
	clear: both;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
}

*:first-child+html .period {
	zoom: 1;
}

* html .period {
	zoom: 1;
}

.mainTtl {
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 940px;
}

.mainTtl h1,
.mainTtl .headTxt {
	height: 0;
	line-height: 0;
	text-indent: -9999px;
}

.mainTtl .entryBtn {
	padding-top: 445px;
}

.slide {
	background: url(../img/slide_frame.png) no-repeat 0 0;
	height: 185px;
	position: absolute;
	right: 140px;
	width: 185px;
}

.slide img {
	left: 0;
	position: absolute;
	top: 0;
}

/* check */
.themeListA {
	margin: 0 auto 20px;
	padding: 0 10px;
	width: 940px;
}

.themeListB {
	margin: 0 auto 20px;
	width: 617px;
}

.check ul {
	overflow: hidden;
}

.check ul li {
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	float: left;
	margin: 0 29px 0 0;
	width: 292px;
}

.check ul li img {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.check ul li .themeName {
	padding: 15px 0;
	text-align: center;
}

.check .last,
.merit .last {
	margin-right: 0;
}

/* merit */
.meritBox {
	background: #f6f6f6;
	margin-bottom: 50px;
	padding: 50px 0;
}

.meritInner {
	/*background: url(../img/merit.png) no-repeat center bottom;*/
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

.merit dl {
	float: left;
	height: 300px;
	margin-right: 20px;
	width: 220px;
}

.merit01 {
	background: url(../img/merit01.png) no-repeat center bottom;
}

.merit02 {
	background: url(../img/merit02.png) no-repeat center bottom;
}

.merit03 {
	background: url(../img/merit03.png) no-repeat center bottom;
}

.merit04 {
	background: url(../img/merit04.png) no-repeat center bottom;
}

.merit dt {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
	text-align: center;
}

.merit dd {
	font-size: 15px;
	line-height: 1.4;
}

.merit .entryBtn {
	padding-bottom: 10px;
}

/* guideline */
.guideline {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 auto 20px;
	padding: 0 10px;
	width: 940px;
}

.guideline h1 {
	border-bottom: solid 1px #999999;
	color: #000;
	padding: 0 0 10px;
}

.guideline .guidelineTxt {
	margin-bottom: 50px;
}

.guideline .guidelineTxt dt {
	font-weight: bold;
}

.guideline .guidelineTxt dd {
	margin-bottom: 30px;
}

.guideline .guidelineTxt li {
	margin-left: 1em;
	text-indent: -1em;
}

.guideline div {
	margin-top: 30px;
}

/* footer */
.footer {
	padding-bottom: 15px;
	text-align: center;
}

.footer .copy {
	border-top: 1px solid #b3b3b3;
	margin-top: 15px;
	padding: 15px 10px;
}
</pre></body></html>