@charset "utf-8";

.body {

}



body {

	background-color: #BBE3F9;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}



.wrapper {

    width: 792px;

    height: auto;

	background-color: #FFFFFF;

    margin: auto;

    float: center;

    text-algin: left;

    overflow: hidden;

}



/*########## ヘッダー ##########*/

.header {

	margin:  0px;

	width: 792px;

    height: auto;

	margin-bottom:10px;	

    border-bottom:1px solid #231815;

}











/*########## コンテンツ ##########*/

.contents {

	width: 792px;

    height: auto;

	margin-bottom: 30px;	

    overflow: hidden;

	}





/*########## メイン ##########*/

.wrapper .contents #main {

	float: left;

	height: auto;

	width: 595px;

    margin-left:10px;

}





/*########## ライトナビゲーション ##########*/

.wrapper .contents #navi {

	float: right;

	height: auto;

	width: 153px;

    margin-left:15px;

    margin-right:10px;

}





/*########## フッター ##########*/



.wrapper .footer {

	float: left;

	height: auto;

	width: 792px;

}


