body {
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position: 50% 0%;
	background-image: url(images/bg_01.jpg);
	background-color:#ececec;
}

.LOGO{ 
	padding:0px 0px 30px 0px;
 }
 
 
#MAIN{ 
	position: absolute;
	background-color:#FFF;
	left: 50%;
	transform: translateX(-50%);
	padding:0px 0px 50px 0px;
	font-size:16px;
	letter-spacing:1px;
	line-height:2;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius:30px;
 }
 


#BOX{ 
	position: absolute;
	background-color:#FFF;
	left: 50%;
	transform: translateX(-50%);
	padding:50px;
	font-size:16px;
	letter-spacing:1px;
	line-height:2;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius:30px;
 }
 

.font01 {
	color:#C30;
	font-weight:bold;
	letter-spacing:1px;
	line-height:2;
}

.font02 {
	color:#C30;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.2;
}

.corp {
	font-size:12px;
	line-height:1.8;
	text-align:center;	
}

.corp A {
	color:#000;
	text-decoration:none;

}

A:hover {
	color:#666;
}


/*reset.css*/

div, dl, dt, dd,  h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
