@charset "UTF-8";



/* ALLFRAME
---------------------------------------------------- */
#allFrame {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}


/* CONTAINER
---------------------------------------------------- */

#contents {
	position: absolute;
	top: 36%;
	left: 50%;
	width: 1000px;
	margin:-80px 0 0 -500px;
	padding: 0;
	color:black;
	text-align:center;
}
#contents div img {
	width: 50%;
	height: auto;
}
#contents ul {
	width:100%;
	margin: 20px 0 0 0;
	padding: 0;
	list-style:none;
}
#contents ul li {
	color:#555;
	line-height:1.6em;
}

/* BODY
---------------------------------------------------- */
body {
	font-size:86%;
	color:#555;
	margin:0;
	padding:0;
	text-align:left;
	line-height:1.8em;
	background: #fff;
}
body > #contents {
	height:auto;
	min-height:140px;
}

body a,body a:visited {
	color:#666;
	text-decoration: underline;
}
body a:active,body a:hover {
	color:#ccc;
	text-decoration:none;
}
