.strategy-title-container{
	width:780px;
	height:80px;
	padding:5px;
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
}
.strategy-title-column{
	border:1px solid ray;
	width:163px;
	height:47px;
	text-align: center;
	color:#f3e1bc;
	font-size:28px;
	line-height: 46px;
	cursor: pointer;
}
.strategy-title-column:hover{
	background-image: url("../images/main_strategy_title_menu_selected.png");
	color:#393023;
}
.strategy-title-column.selected{
	background-image: url("../images/main_strategy_title_menu_selected.png");
	color:#393023;
}	