@charset "utf-8";

h1{
letter-spacing: -10px;
}


.sidemenu{
width: 800px;
height: 250px;
margin: 0 auto;
}

.sidemenu .images{
width: 400px;
height: 250px;
float: right;
}

.sidemenu .sidemenu_title{
width: 400px;
height: 250px;
float: left;
background: #000;
}
.sidemenu .sidemenu_title h2{
text-align: center;
font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 40px;
padding-top: 65px;
color: #fff;
border: none;
}


h2{
	text-align: center;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}
section{
	padding: 20px;
}
figure{
	float:left;
	margin:0 0 20px 20px;
	padding: 9px;
	border: 1px solid #666;
}
figcaption{
	padding: 0 10px;
}
figure span{
	float: right;
}