@charset "Shift_JIS";

/* ********************************************************************************
 * common
 * ******************************************************************************** */

span {
	color:#FF418C;
}

p {
	font-family:"Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS UI Gothic","Lucida Grande","MS Gothic";
	/*color:#8c8c8c;*/
	color:#474747;
	font-size:12px;
	line-height:150%;
}

* html p {
	font-size:93%;
}

.text1 {
	color:#8c8c8c;
	font-weight:bold;
	line-height:150%;
}

#hdr_sp {
	text-indent:-9999px;
	font-size:0.1%;
	line-height:0.1%;
}

.clear {
	clear:both;
}

/* ********************************************************************************
 * content
 * ******************************************************************************** */

div#content {
	width: 100%;
	height: 512px;
	background: #000000;;
}
div#content div#contentInner {
	width: 768px;
	height: 512px;
	margin: 0 auto;
	background: url(../img/bg.jpg) no-repeat 0 0;
	position: relative;
}
div#content div#contentInner h1 {
	position: absolute;
	top: 0;
	left: 0;
}

div#content div#contentInner p#btnTentou {
	position: absolute;
	bottom: 0;
	left: 0;
}
div#content div#contentInner p#btnSaver {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ********************************************************************************
 * info
 * ******************************************************************************** */

table.softInfo {
margin: 0 0 20px 5px;
}

p#copy {
	margin: 0 0 20px 322px;
}

