/*===========================================================================*/
/*              メイン レイアウトスタイル                                    */
/*---------------------------------------------------------------------------*/
/*              top     middle      bottom                                   */
/*      バックグランド画像がない場合                                         */
/*        上段      top：920px     middle：920px    bottom：920px                   */
/*      バックグランド画像がある場合                                         */
/*        上段      top：900px     middle：900px    bottom：900px                   */
/*===========================================================================*/
#header_top,
#header_bottom,
#inner_top,
#inner_middle,
#inner_bottom,
#footer_top,
#footer_bottom {
    border: 0px solid #000000;
}


#header_top {
	display: block;
    float:center;
    text-align:left;
	width: 960px;
	height: 170px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header_bottom {
	display: none;
    float: center;
    text-align: center;
	width: 960px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header_bottom img {
    vertical-align: top;
}

#inner_top {
	display: block;
	float:left;
	width: 960px;
	min-height: 0px;
	margin: 0px 0px 0px 0px;
    *margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#inner_middle {
	display: block;
	float:left;
	width: 960px;
    min-height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#inner_bottom {
	display: none;
	clear: left;
	width: 960px;
    min-height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#inner_bottom img {
    border: 1px solid #AAAAAA;
}


#footer_top {
	display: none;
    float:left;
	width: 960px;
	border: none;
}

#footer_bottom {
	display: none;
    float:left;
	width: 960px;
	border: none;
}