body{
        width: 100%;  /* IEのバグ対策 */
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        border: dotted #ffffff 0px;
}

/* 全体のスタイル設定 */
#layout{
        position: static;
        width: 800px;
        height: 900px;
        margin-left: auto;
        margin-right: auto;
        border: dotted #ffffff 0px;
}

#head{
        position: relative;
        width: 800px;
        height: 180px;
        border: dotted #FF0000 0px;
        background: url("images/head_top.gif") no-repeat;
        margin: 0;
        padding: 0;
}


#contents{
        position: relative;
        float: left;
        margin: 0px;
        padding: 0px;
        width: 630px;
        overflow: auto;
}

#footer{
	clear: both;
	float: none;
	position: static;
	top: 10px;
        width: 100%;
        background: #dfdfdf;
	color: #666666;
	text-align: center;
	font-size: 10px;
}

#footer2{
	clear: both;
	float: none;
	position: absolute;
	top: 820px;
        width: 100%;
        background: #dfdfdf;
	color: #666666;
	text-align: center;
	font-size: 10px;
}

