body {
	background:#fff;
        background-repeat: no-repeat;
	font-family: 'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
}

.pageContainer {
	margin-left:-10px;
}

/* Links */
a, a:visited {
	text-decoration:none;
	color:#104E8B;
}
a:hover {
	background-color: #104E8B;
	color: #FFFFFF;
}

blockquote,
pre {
	background:#edf1f5 url(./images/blockquote.png) 3px 3px no-repeat;
	padding:15px 12px 10px 25px;
	margin:5px 10px;
	font-style:normal;
        border: 1px solid #eeeeee
}

.headerMain h1 {
	color:#36414d;
	font-size:40px;
	font-family:Impact, Charcoal, sans-serif;
}
.headerMain h1 a,
.headerMain h1 a:visited,
.headerMain h1 a:hover {
	color:#36414d;
	font-size:40px;
	font-family:Impact, Charcoal, sans-serif;
	background-color: transparent
}
.headerMain span {
	color:#666;
	font-size:12px;
	font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h3.contentHeader {
	font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:18px;
}


.postTitle,
.postTitle a,
.postTitle a:visited,
.postTitle a:hover {
	font-size:16px;
	font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: transparent
}
.postContent {
	color:#333;
	font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	line-height:20px;
	margin:20px 15px;
	overflow:hidden;
}
.postContent h4 {
	width:550px;
	font-size:14px;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 5px 10px;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 12px solid #666666;
	background-color: #EEEEEE;
}
.postContent h5 {
	width:25em;
	font-size:13px;
	border:solid #CCCCCC;
	border-width:0 0 0px 6px;
	padding:0.4em 0.4em;
	margin-top: 1.5em;
	margin-bottom: 2px;
        font-weight: bolder;
}
.gaibu ul li {
	list-style-image: url(./images/arrow1.gif);
	margin-left:20px;
}

.commentHeader h4 {
	font-size:16px;
	font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.replyHeader h4 {
	font-size:16px;
	font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	float:left;
}

	.sidebars a.rssBtn {
		display:block;
		height:26px;
		padding:0 10px 0 32px;
		line-height:26px;
		font-size:12px;
		font-weight:bold;
		color:#662700;
		background:url(./images/sidebars.png) no-repeat 0 -190px;
	}
	.sidebars a.twitterBtn {
		display:block;
		height:26px;
		padding:0 10px 0 32px;
		line-height:26px;
		font-size:12px;
		font-weight:bold;
		color:#056;
		background:url(./images/sidebars.png) no-repeat -250px -190px;
	}

.more-link,
.more-link:visited {
	border-color: #666666;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 80px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 2px 5px;
	background-color: white;
	font-size:11px;
	color: #333333;
	text-decoration:none;
}
.more-link:hover {
	background-color: #333333;
	color: #cccccc;
}

/* 関連記事のスタイル */
.similar-posts li {
		/* background:url(./images/sidebars.png) no-repeat 0 -225px;
		padding:0 0 0 15px;
		margin-bottom:1px;
		line-height:18px;
		font-size:10px;
		font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* Amazletのスタイル */
.amazlet-box {
        font-size: 85%;
        margin: 0.5em 30px 1em;
        border: 1px solid #bbb;
        }

.amazlet-box div.amazlet-image,
.amazlet-box div.amazlet-info {
        float: left;
        }

.amazlet-box div.amazlet-image img {
        border: 0;
        }

.amazlet-box div.amazlet-footer {
        clear: left;
        }
