/* 大人の小遣い塾 */
/* 基本 */
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}
body {
	color: #000;
	background: #fee url(images/background.jpg);
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 90%;
	text-align: center;
}
h1 {
	color: #000;
	background-color: #e7f0f0;
	font-size: 120%;
	font-weight: bolder;
	text-align: center;
	border-left: solid 15px #5cc;
	border-right: solid 1px #aaa;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #aaa;
	margin-bottom: 12px;
        clear: both;
}
p,pre,ol,ul,dl {
	line-height: 1.5;
	margin: 0 15px 12px;
}
dd p {
	margin: 0 0 12px;
}
pre {
	color: #000;
	background-color: #eee;
	font-size: 14px;
}
blockquote {
	color: #000;
	background-color: #eef;
	margin: 0 15px 12px;
}
ul {
	list-style-type: circle;
	padding-left: 15px;
}
ol {
	padding-left: 25px;
}
dt {
	display: list-item;
	list-style: square inside url(images/point01.gif);
	font-weight: bold;
}
dd {
	margin-left: 16px;
}
img {
	border: none;
}
hr {
	margin-bottom: 12px;
}
strong {
	color: #080;
	font-weight: bolder;
}

/* コンテンツ */
#contents {
	width: 702px;
	position: relative;
	color: #000;
	background: #fff url(images/contents.gif) repeat-y;
	text-align: left;
	margin: 0 auto;
}

/* ヘッダー */
#header {
	height: 100px;
	color: #fff;
	background: #bf4343 url(images/header.gif) no-repeat 95% center;
	border: solid #ccc;
	border-width: 0 1px;
	margin-bottom: 3em;
}
#header img {
	position: absolute;
	top: 20px;
	left: 20px;
}

/* ナビゲーションバー */
#navbar {
	width: 700px;
	background: url(images/menu.gif) no-repeat top right;
	position: absolute;
	top: 100px;
	left: 1px;
	border-top: solid 1px #666;
	clear: both;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar ul li {
	width: 100px;
	float: left;
}
#navbar a {
	color: #107;
	background-color: #e6c6cb;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border: solid 1px;
	border-color: #eee #999 #999 #ddd;
	float: left;
}
html>body #navbar a {
	width: 98px;
}
#navbar a:hover {
	color: #f00;
	background-color: #e1bbc0;
	text-decoration: underline;
	border-color: #999 #eee #ccc #888;
}
#navbar a#top {
	background-color: #cc9f9f;
}

/* メイン */
#main {
	width: 480px;
	position: relative;
	left: 10px;
	float: left;
}
#main h2 {
	color: #000;
	background-color: #dee;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	margin: 0 15px 12px;
        clear: both;
}
#main h3 {
	color: #000;
	background-color: #fff;
	font-size: 90%;
	text-align: center;
	border-top: solid 2px #35b3b3;
	border-bottom: solid 2px #35b3b3;
	margin: 0 15px 12px;
        clear: both;
}
#main a {
	color: #00f;
}
#main p a:visited {
	color: #808;
}
#main a:hover {
	color: #f00;
}
#main p a:hover{
	color: #f00;
}
#main ol {
	padding-left: 25px;
}
#main li {
	margin-bottom: 6px;
}
.ad {
	margin: 0 15px 12px;
}
/* ぺージ送り */
.pages {
	clear: both;
	margin: 0 15px 12px;
}
.pages p {
	padding-top: 16px;
	margin: 0 0 12px;
}
p.prev {
	background: #eee url(images/page_prev.gif) no-repeat 142px 2px;
	width: 224px;
	text-align: right;
	border-right: 1px solid #999;
	float: left;
}
p.prev a {
	margin-right: 6px;
}
p.next {
	background: #eee url(images/page_next.gif) no-repeat 5px 2px;
	width: 225px;
	float: left;
}
p.next a {
	margin-left: 5px;
}
dl.entries dt {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.2;
}
dl.entries dt a {
	width: 100%;
	display: block;
	border-top: double 3px #3bb;
	border-bottom: double 3px #3bb;
}
dl.entries dd {
	margin: 0 0 12px;
}
p.tb {
	min-height: 13px;
	background: #fff url(images/tb.gif) no-repeat 0 4px;
	font-size: 13px;
	padding-left: 86px;
}
dl.trackback {
	background-color: #eee;
	font-size: 90%;
	padding: 4px;
}
dl.trackback dt {
	display: inline;
}
dd.excerpt {
	font-size: 80%;
}
dl.trackback dd {
	margin-left: 0;
}
span.date {
	color: #777;
	font-size: 80%;
}

/* サイドバー */
#side {
	width: 180px;
	margin-left: 511px;
}
#side a {
	color: #1C0C72;
	text-decoration: none;
}
#side a:visited {
	color: #808;
}
#side a:hover {
	color: #f00;
	text-decoration: underline;
}
#side h2 {
	background: url(images/tab01.gif) no-repeat;
	font-size: 16px;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
}
#side h3 {
	color: #000;
	background-color: #c6e6e6;
	font-size: 80%;
	text-align: center;
	margin: 0 5px 0 0;
}
#side ul,#side ol {
	color: #777;
	background-color: #fff;
	font-size: 90%;
	line-height: 1.2;
	border: solid 2px #c6e6e6;
	margin: 0 5px 0 0;
}
#side ul {
	list-style-image: url(images/pin01.gif);
	padding-left: 20px;
}
#side ol {
	list-style-type: decimal-leading-zero;
	padding-left: 30px;
}
#side li {
	margin-bottom: 2px;
}

/* フッター */
#footer {
	color: #fff;
	background-color: #bf4343;
	border-top: solid 1px #ccc;
	clear: both;
}
address {
	font-size: 90%;
	font-style: normal;
	text-align: center;
	padding: 5px;
}
address a {
	color: #fff;
	background-color: #bf4343;
	font-weight: bold;
}

/* テーブル */
table {
	font-size: 90%;
	text-align: left;
	border: solid 1px #999;
	margin: 0 15px 12px;
}
thead th {
	background-color: #cfc;
}
thead th a {
	font-weight: bold;
}
thead td {
	background-color: #fff;
	line-height: 1.3;
}
thead td:first-letter {
	margin-left: 1em;
}
tbody {
	text-align: center;
}
th {
	background-color: #ccc;
	font-weight: normal;
	padding: 2px;
}
td {
	width: 25%;
	background-color: #fff3dd;
	padding: 2px;

}
tfoot td {
	background-color: #fff;
	line-height: 1.3;
	border-top: solid 1px #ccc;
}
caption {
	text-align: left;
	margin-left: 16px;
}

/* 装飾や機能 */
.refer:before {
	content: url(images/arrow01.gif);
}
.hint {
	background: url(images/hint01.gif) no-repeat;
	border: 2px dotted #080;
	margin: 0 15px 12px;
	padding: 0 2px;
}
.hint:first-letter {
	margin-left: 19px;
}
.notice {
	background: url(images/notice01.gif) no-repeat;
	border: 2px dotted #cc3d3d;
	margin: 0 15px 12px;
	padding: 0 2px;
}
.notice:first-letter {
	margin-left: 19px;
}
.comment {
	background: url(images/smile01.gif) no-repeat;
	border: 2px dotted #4cc;
	margin: 0 15px 12px;
	padding: 0 2px;
}
.comment:first-letter {
	margin-left: 19px;
}
p.intro {
	background: url(images/intro.jpg) repeat-x;
	padding: 2px;
}
dl.intro {
	background-color: #efe;
	padding-left: 2px;
}
dl.related {
	background-color: #eee;
	border-bottom: 1px solid #999;
	margin-bottom: 0;
	padding-left: 2px;
	clear: both;
}
dl.intro dt,
dl.related dt {
	display: inline;
	font-weight: normal;
	padding-left: 0;
}
dl.related dt {
	font-size: 90%;
}
dl.intro dd,
dl.related dd {
	margin-left: 0;
}
.attention {
	color: #d00;
}
.url {
	color: #080;
}
.linktxt {
	color: #00f;
	text-decoration: underline;
	font-weight: bold;
}
.clear {
	clear: both;
}

/* Amazon */
#main h3.list_title {
	color: #000;
	background-color: #eeeecc;
	font-size: 90%;
	border: none;
}
.price {
	color: #990000;
	font-weight: bold;
}
.lowestnewprice {
	color: #990000;
}
/* detail */
.aws {
	color: #000;
	background: #fff url(images/intro.jpg) repeat-x;
	font-size: 90%;
	line-height: 1.3;
	margin: 0 15px 12px;
	padding: 4px;
}
table .aws {
	margin: 0;
}
.aws a {
	font-weight: bold;
}
img.item {
	margin-right: 8px;
	float: left;
}
.aws ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
#main .aws li {
	margin-bottom: 2px;
}
.aws p.powered {
	font-size: 10px;
	text-align: right;
	vertical-align: text-bottom;
	margin: 0;
	clear: both;
}
/* list */
dl.aws_list {
	font-size: 90%;
}
dl.aws_list dt {
	list-style: none none;
	font-weight: normal;
	margin-top: 6px;
	padding-left: 0;
}
dt.title {
	font-weight: bold;
	border-top: dashed 1px #ccc;
	padding-top: 6px;
	clear: left;
}
dt.title a {
	color: #003399;
}
dt.awsimage {
	width: 100px;
	text-align: center;
	float: left;
}
dl.aws_list dd {
	margin: 0;
}

/* アクセストレードウェブサービス */
dl.atws_list {
	font-size: 90%;
}
dl.atws_list dt {
	display: block;
	margin-top: 4px;
}
dl.atws_list dd {
	margin-left: 0;
}
dd.atwsimage {
	margin-right: 4px;
	float: left;
}

/* Yahoo!オークションリスト */
dl.auction {
	font-size: 90%;
}
dl.auction dt {
	display: inline;
}
dl.auction dd {
	border-bottom: dashed 1px #ccc;
	margin: 0 0 8px 0;
}
.number {
	color: #080;
	font-weight: bold;
}

/* コンテンツ別 */
/* アーカイブ */
#archives #main ul {
	font-size: 90%;
}
/* 振込手数料比較表 */
table.asp {
	font-size: 90%;
	border: solid 1px #999;
	margin: 0 15px 12px;
}
table.asp tbody {
	text-align: center;
}
table.asp tbody th a {
	font-weight: bold;
}
table.asp th {
	background-color: #cfc;
	font-weight: normal;
	padding: 2px;
}
table.asp td {
	background-color: #fff3dd;
	padding: 2px;
}
.bank {
	background-color: #ccc;
}
