@charset "utf-8";
/* CSS Document */

/* 切替え
-------------------------------------------------------------------------------------------------------*/
.style1_btn {
	cursor:pointer;
}
.style2_btn {
	display:none;
}
#left_container {
	float:left;
	width:200px;
	margin-right:20px;
}
#main_container {
	float:left;
	width:720px;
	margin-right:0;
}
#right_container {
	display:none;
}
#main_container ul.news li .newstext {
	width:600px;
}

