/* ================================================================================ */
/* 配置設定　[ ゆっちぃ先生のわくわく英語 ]                                         */  
/* ================================================================================ */

/**********************************************************************************/
/* 1.全体サイズ                                           　　　　                */  
/**********************************************************************************/
#contents {
	width: 935px;
	clear: both;
	margin: auto;
}

/**********************************************************************************/
/* 2.左側サイズ                                               　　　　            */  
/**********************************************************************************/
#leftside {
	float: left;
	clear: both;
	margin-left: 2px;
	width: 191px;
	margin-top: 0px;
	padding-top: 0px;
}

/**********************************************************************************/
/* 3.中央サイズ                                          　　　　　　             */  
/**********************************************************************************/
#mainside {
	float: left;
	width: 540px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 7px;

/*	float: left;
	width: 535px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 7px;*/
}


/**********************************************************************************/
/* 4.右側サイズ                                               　　　　            */  
/**********************************************************************************/
#rightside {
	float: left;
	clear: none;
	margin-left: 6px;
	width: 180px;
	margin-top: 7px;
	padding-top: 0px;
}

/**********************************************************************************/
/* 5.フッターサイズ                                           　　　　            */  
/**********************************************************************************/
#footer {
	clear: both;
	text-align: center;
}
#ft_menu {
	clear: both;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	margin-right: 15px;
	margin-left: 15px;
}




