@charset "Shift_JIS";
/*：全体の幅ie*/
.width {text-align: center;}
/*：全体の幅fx・Ｎ・０*/
.width2 {width: 932px;
margin-left: auto; 
margin-right: auto; 
background-color:#ffffff;
text-align: left;}

/*：ヘッダー*/
#header {width: 832px; 
 height: 130px;
	background-color:#ffffff;
	}
/*：コンテンツ*/
#sample1 {
float:left;
width: 620px;
background-color:#ffffff;
text-align: left;
}
/*：メニュー*/
#sample2 {float:right;
width:280px;
	background-color:#ffffff;
margin-top: 10px; 
}
/*：フッダー*/
#footer {float:left;
	width: 615px; 
height: 50px;
background-color:#ffffff;
text-align: center;}
/*：バックカラー マージン */
body { 
background-color: #ffffff; 
background-attachment: fixed; 
margin-top: 20px; 
margin-right: 0px; 
margin-bottom: 20px; 
margin-left: 0px;
text-align: center;}

.chosaku { color: #778899; font-size: 10pt;}