@charset "utf-8";
/* CSS Document */

.tutorial_item li{ width:20%; }
.tutorial_item{ padding:20px 0 20px 0;}
.step_img{ margin:20px 30px 0 30px;}
.nstd_h1{ top:30px;}

.tutorial_outside2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:block;
	width:60px;
	color:#333333;
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	padding:7px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
	text-align:center;
}
.tutorial_outside2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.tutorial_outside2:active {
	position:relative;
	top:1px;
}

.list_outside2 {
margin-left:100px;
margin-top:-30px;
}

.list_a{
width:10px;

}