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

.motion {
	display: none;
}

#motion_area1 {
	display: block;
}

/*タブ*/
#tab_list {
	overflow: hidden;
}

#tab_list li {
	width: 153px;
	height: 38px;
	text-align: center;
	float: left;
	padding: 0 10px 0 0;
}

#tab_list a {
	display: block;
	width: 153px;
	height: 33px;
	font-size: 14px;
	background: url(../img/tab_off_ill.png) no-repeat left bottom;
	padding-top: 5px;
	text-decoration: none;
}

#tab_list li a:link {
	color: #724141;
}

#tab_list li a:hover {
	color: #cb713b;
}

#tab_list a:hover, #tab_list a.active {
	background: url(../img/tab_on_ill.png) no-repeat left bottom;
}