@charset "utf-8";

.main{
	width:700px;
	font-size:30px;
	margin:0 10px;
	float:left;	
}

body{
	background-image:url(./myphoto/sakura.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	margin:200px 100px;
	background-repeat:no-repeat;
}

.sider{
	width:200px;
	margin:0 10px 0 30px;
	float:right;	
}

.btn a{
	background-color:#00ced1;
	color:#FFFFFF;
	font-size:20px;
	font-family:'bitter',serif;
	width:150px;
	display:block;	
	text-align:center;
	line-height:40px;
	border-radius:5px;
	border:3px solid #FFFFFF;
	margin-top: 10px;
	text-decoration: none;
}

.btn a:hover{
	text-decoration:none;	
	background-color:#FFFFFF;
	color:#F16682;	
}

.profile-section {
  margin-top: 20px;
}

.profile-image-inside{
	:url(./myphoto/hato2.png);
	width: 300px;
	height: auto;
	display: block;
	margin-top: 40px;
	margin-left: 0;
}

.sider {
  font-size: 16px;
  line-height: 1.6;
}

