@charset "utf-8";
/* CSS Document */

body {
	background-color: #FE7FD7;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(../images/bk-kirakira.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #BEBEBE;
}
.container {
	background-image: url(../images/entercontainer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 819px;
	width: 872px;
	text-align: center;
}
.header {
	height: auto;
	width: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 13px;
	font-weight: bold;
	color: #855445;
}

.box1 {
	height: 300px;
	width: 872px;
	float: left;
	margin-top: 10px;
	font-family: Meiryo;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #855445;
}
.box2 {
	height: 310px;
	width: 872px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}


.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF00CC;
	height: auto;
	width: auto;
	font-weight: normal;
}


.bk-kirakira {
	background-attachment: fixed;
	background-image: url(../images/bk-kirakira.png);
	background-repeat: repeat-x;
}
