@charset "utf-8";
body{	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
header {

	font-size: 16px;
	width: 100%;
}
header p{
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ccc;
  border-bottom: 1px solid #ccc;
	text-align: center;
}
h1 {
padding:100px 0px 40px 0px;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin: 0px;

}
h2{
padding: .5em .75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
	font-weight: normal;
}
nav {
  border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
}
body nav ul {
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body nav ul li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body nav ul li a {
	color: #000;
	text-decoration: none;
}
main {
	padding: 50px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
main p{
font-size:16px;
line-height:30px;
}
aside {
	padding: 50px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
aside  p{
float:left;
width:50%;
}
footer {
clear:both;
	font-size: 30px;
	line-height: 200px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 200px;
	width: 100%;
  background-color: #000000;
}
.thumbnail{
padding-right:10px;
float:left;
}