@charset "utf-8";
body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#wrapper{
	width: 800px;
}
#header {
	background-image: url(images/img_01.gif);
	height: 70px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-repeat: no-repeat;
	line-height: 140%;
	width: 770px;
	padding: 5px;
	margin: 10px;
	text-align: right;
}
#header h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.socialButtons {
	text-align: right;
	margin: 10px;
}
.socialButtons ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.socialButtons li {
	display: inline;
}
#header2 {
	box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.infobox {
    box-sizing: border-box;
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: 385px;
    margin: 0 0 10px;
    padding: 10px 0;
}
.infobox-text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	width: 365px;
	margin-right: 10px;
	margin-left: 10px;
}

#middle {
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
	clear: both;
}

#left {
	float: left;
	background-image: url(images/img_08.gif);
	width: 280px;
	background-repeat: no-repeat;
	padding-top: 33px;
}
.tree{
	background-color: #fAfAfA;
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#center {
	float: left;
	width: 240px;
	background-image: url(images/img_10.gif);
	background-repeat: no-repeat;
	padding-top: 33px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#right {
	float: left;
	width: 240px;
	background-image: url(images/img_12.gif);
	background-repeat: no-repeat;
	padding-top: 33px;
}
#footer {
	width: 800px;
	text-align: right;
	font-size: 12px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
}
.mybtn {
	border: 1px solid #666666;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	color: #333333;
	background-color: #f0f0f0;
	margin-right: 5px;
}

#amazonranklet{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	color: #666666;
}
.infobox-text .ttl {
	font-weight: bold;
	color: #3366FF;
}
.infobox-text .green {
	font-weight: bold;
	color: #9FCC39;
}
noscript {
	font-weight: bold;
	color: #FF0000;
}
#wrapper #footer #banner {
	float: left;
	margin-left: 10px;
}
