@charset "utf-8";
.body {
}

body {
	background-color: #F8F6E7;
}

#wrapper {
    width: 760px;
    background-color: #FFFFFF;
    border:none;
    margin: auto;
    float: center;
    text-algin: left;
}

/*########## ヘッダー ##########*/
#header {
	margin:  0px;
	width: 760px;
	height: 53px;
}


#header #logo {
	margin-left:15px;
	margin-top: 12px;
	margin-bottom: 10px;	
	width: 170px;
}


/*########## トップナビゲーション ##########*/
#topnavi {
	width: 760px;
	margin: auto;
}

#topnavi #topnavi01 {
	width: 190px;
	float:  left;
}

#topnavi #topnavi02{
	width: 190px;
	float:  left;
}

#topnavi #topnavi03{
	width: 190px;
	float:  left;
}

#topnavi #topnavi04{
	width: 190px;
	float:  left;
}

/*########## トップ ##########*/
#top {
	margin-top: 0px;	
	padding:   0px;
	width:   760px;
}


/*########## コンテンツ ##########*/
#contents {
	width: 760px;
}



/*########## フッター ##########*/
#footer {
	width: 760px;
	margin-bottom: 0px;	
	margin: auto;

}


#footer #footer_navi {
	float: right;
	width: 250px;
	margin-top: 5px;	
	margin-right: 10px;	
	margin-bottom: 0px;	

}

#footer #footer_bar{
	width: 760px;
	margin-top: 5px;	
	margin-bottom: 0px;	

}

