@charset "UTF-8";
/* CSS Document */

@import url("common.css");

body {
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.6em;
}
p {
	padding-bottom: 15px;
}
dl {
	padding-bottom: 10px;
	line-height: 160%;
}
dt {
	margin-left: 30px;
	margin-bottom: 5px;
}
dd {
	margin-left: 70px;
	margin-bottom: 10px;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
.menu a:link {
	color: #333333;
	text-decoration: none;
}
.menu a:visited {
	color: #333333;
	text-decoration: none;
}
.menu a:hover {
	color: #669900;
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 32px;
	font-size: 90%;
	color: #666666;
	font-weight: normal;
}
h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	color: #666666;
	padding-top: 6px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-align: right;
	line-height: 1.2em;
	height: 59px;
}
h3 {
	background-image: url(../img/bg_title.gif);
	background-repeat: no-repeat;
	width: 280px;
	margin: 0px;
	height: 30px;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
}
h4 {
	font-weight: bold;
	color: #000000;
	font-size: 120%;
	padding-bottom: 5px;
}
h5 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
th, td {
	padding: 3px;
}
.R {
	text-align: right;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 10px;
}
#header {
}
#header #left {
	width: 310px;
	float: left;
}
#header #right {
	width: 460px;
	float: right;
}
#header   #search-base {
	text-align: right;
}
#header .clear {
	clear: both;
	height: 5px;
}
#pagebody {
	clear: both;
	width: 780px;
}

/*サイトナビゲーション*/
#site-navi {
	padding-bottom: 20px;
	font-size: 90%;
	padding-top: 5px;
}
#site-navi img {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

/*メイン*/
#main {
	float: left;
	width: 580px;
}
.content {
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #999999;
}
.entry {
	margin-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 15px;
}
.amazon {
	padding: 10px;
	border: 1px solid #999999;
}

/*サイドナビ*/
#sidenavi {
	float: right;
	width: 170px;
	background-color: #fdffbd;
	font-size: 85%;
}
.menu {
	line-height: 1.2em;
	padding-bottom: 10px;
}
#sidenavi ul  {
	list-style-type: none;
}
#sidenavi li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC00;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../img/point_1.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 10px;
}
#aboutus {
	line-height: 130%;
	padding-top: 30px;
	background-color: #FFFFFF;
}

/*フッター*/
#footer {
	background-color: #eeeeee;
	padding-bottom: 30px;
	font-size: 90%;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 15px;
}

.pgt {
	text-align: right;
	margin-bottom: 10px;
	padding-top: 10px;
	clear: both;
}
/*Amazon*/
.amazlet-image {
	width: 130px;
	text-align: center;
}
.amazlet-info {
	width: 410px;
}
.archive-list {
	list-style-type: none;
}
.comments-open {
	padding-bottom: 15px;
}

