body {
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	background-color: #ffffff;
	text-align: center;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/*ヘッダ部分*/

#header {
	padding: 16px 20px 135px;
	background-image: url(https://kmguitar.com/img/top_img.gif);
	background-repeat: no-repeat;
}

#header h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#header .description {
	color: darkblue;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 0;
}

/*ヘッダ部分ここまで*/

/*サイドバー部分*/
#sidebar {
	width: 190px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar h3 {
	font-size: 13px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	background-image: url(https://kmguitar.com/img/button.gif);
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
}

/*サイドバー部分ここまで*/

/*Entry部分*/
#content {
	width: 590px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

/* コンテンツ：タイトル */
#content h2 {
	font-size: 20px;
	color: darkblue;
	font-weight: bold;
	background-color: #faf0e6;
	padding: 5px;
}

#content article+article {
	padding-bottom: 24px;
}

#content article>.title {
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

#content article>.title .subtitle {
	font-weight: normal;
}

#content article .content {
	padding-left: 32px;
}

#content article ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content article ul li::before {
	content: "〇";
	margin-right: 8px;
}

/*Entry部分ここまで*/

/*フッター部分*/
#footer {
	border-top: solid 5px #CC9966;
	padding-top: 3px;
	clear: both;
}

#footer p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a {
	color: darkblue;
	text-decoration: none;
}

/*フッター部分ここまで*/

.toppage h3 {
	font-size: 16px;
	font-weight: bold;
}