div#support_menu{
	float: left;
	height: 560px;
	width: 130px;
}

div#support_contents{
	float: left;
	height: 100%;
	width: 530px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	color:#000000;
	padding: 20px;
}

.sectionmenu {
	font-size: 12px;
	color: #000000;
	text-align:center;
	font-weight: bold;
	background-color: #8CAAE6;
	letter-spacing: 1px;
	border: 1px solid #CCCCCC;
	height: 22px;
	padding-top: 3px;
	width: 120px;
}

.commonmenu {
	font-weight:bold;
	font-size: 14px;
	color: #717171;
	padding-left: 5px;
	cursor:pointer;
	height: 22px;
	padding-top: 3px;
}
A.commonmenu {
	font-weight:bold;
	font-size: 14px;
	color: #717171;
	padding-left: 5px;
	cursor:pointer;
	text-decoration: none;
	height: 22px;
	padding-top: 3px;
}
a:visited.commonmenu { text-decoration: none; color: #717171; }
a:active.commonmenu  { text-decoration: none; color: #717171; }
a:hover.commonmenu   { text-decoration: none; color: #717171; background-color: #E6F2FF; }