@charset "shift_jis";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

ul,ol {
	list-style: none;
}


/*===============================*/
body {
	background:#52c8d2 url(../image/back.jpg) top left repeat-x;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 900px;
	margin: 0 auto;
}


#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#contents {
	width: 900px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
}


#lead {
	margin: 100px auto 0;
	font-size: 96%;
	line-height: 200%;
}

h1 {
	margin: 10px;
	font-size: 140%;
	font-weight: bold;
}

h2 {
	margin: 10px;
	font-size: 120%;
	line-height: 150%;
}

#install {
	margin: 80px auto 0;
	font-size: 78%;
	line-height: 200%;
}


#footer {
	width: 900px;
	margin-bottom: 10px;
	position: absolute;
	top: 510px;
	left: 0px;
}

#footer ul {
	margin-top: 5px;
}

#footer ul li {
	float: left;
	margin-right: 11px;
}

#sagalink {
	position: absolute;
	top: 0px;
	right: 10px;
	text-align:left;
}

#credit {
	position: absolute;
	top: 57px;
	right: 0px;
	padding-bottom: 10px;
}