/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
    margin:0px;
	background-color:#FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Verdana, Arial, Osaka, sans-serif;
	font-size:12px;
	color:#666666;
}


/********************************************************************/
/*								LAYOUT								*/
/********************************************************************/

* html div#outline {
    height:100%;
}

div#outline {
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}

body > #outline {
        height: auto;
}

#screen {
	width:100%;
	margin:0px;
	padding-bottom:250px;
}


/******************** HEADER ********************/
#header {
	width:100%;
	height:30px;
	background-color:#000000;
	background-position:top;
	margin-bottom:10px;
}


/******************** CONTENTS ********************/
#container {
	width:990px;
	background-color:#FFFFFF;
	margin:10px auto 20px auto;
}

#line1 {
	width:990px;
	height:480px;
	margin-bottom:10px;
}

#line2 {
	width:990px;
	height:400px;
	margin-bottom:20px;
}

#line4 {
	width:990px;
	height:400px;
	margin-bottom:10px;
}


/******************** FOOTER ********************/
#footer {
	width:100%;
	height:250px;
	background-color:#000000;
	margin:0px;
	bottom:0px;
	position:absolute;
}

#line3 {
	width:990px;
	height:250px;
	margin:0px auto;
}


