* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	/*\*/
	letter-spacing: 0.08em;
	/**/
    font-size: 12px; line-height: 140% ; color: #FFFFFF;
	text-align: left;
	background-color: #000000;
}

body a:link{
  color: #FFFFFF;
  text-decoration: none;
  }
body a:visited{
  color: #FFFFFF;
  text-decoration: none;
  }
body a:hover{
  color: #CCCCCC;
  text-decoration: underline;}
  
.left{	padding-left: 3;
margin-left:10px;}

sample001 {
 position: relative;
 width: 300px;
 height: 300px;
 background-color: #ffcccc;
 margin: 10px;
}
.into {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 10px;
}

