.left_start {
	background: url(shadow_left.png) no-repeat;
	width: 171px;
	float: left;
	padding-top: 3px;
	text-align: left;
}
.left_start p {
	font-size: 11px;
	color: #6f6f6f;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
}
.visual {
/*	background: url(shadow_visual.png) repeat-x;*/
	float: left;
	clear: right;
	width: 653px;
}
.vis_1, .vis_2, .vis_3, .vis_4 {
	display: block;
	float: left;
	width: 318px;
	height: 146px;
    background-color: #FF0000;
}
.menu_start {
	padding-bottom: 4px;
}
.menu_start a {
	color: #3C3C3C;
	text-decoration: none;
	display: block;
	background: url(bullet_big.png) no-repeat 0px 4px;
	padding-left: 13px;
	margin-left: 22px;
	margin-top: 8px;
}
.menu_start a:hover {
	color: #EB7907;
}
.vis_1 {
	background: url(vis_1.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 7px;
}
.vis_2 {
	background: url(vis_2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.vis_3 {
	background: url(vis_3.png);
}
.vis_4 {
	background: url(vis_4.png);
}
.notice {
	background: #F6F6F6;
	float: left;
	width: 318px;
	margin-left: 3px;
	margin-right: 1px;
    height:170px;
}
.notice p {
	font-size: 11px;
	margin: 5px 12px 12px;
}
.notice a {
	font-size: 11px;
	color: #3C3C3C;
	text-align: right;
	display: block;
/*	background: url(notice.png); */
	height: 25px;
	padding-right: 32px;
	text-decoration: underline;
}
.notice a:hover {
	color: #EB7907;
/*	background: url(notice.png);*/
}
