@charset "EUC-JP";

/* contentの初期化 */
*:before,
*:after {
	content: "";
}

* {
	margin: 0;
	padding: 0;
}

/* body要素以下全てに適用されます */
body {
	font-size: 12px;
	color: #808080;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.5;
}

/* リンク画像の設定 */
a img {
	border: none;
}

/* リンクの設定 */
a {
	text-decoration: none;
}

a:link {
	color: #CC9966;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #000099;
}

a:active {
	color: #000099;
}

/* サイト全体を包含 */
div#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* タイトルブロック */
div#branding {
text-align: center;
height: 100px;
	padding: 10px 20px;
	margin-bottom: 10px;
}

/* 中央ブロックを包含 */
div#primary-column-wrapper {
	float: right;
	width: 100%;
	margin-left: -220px;
}

/* 中央ブロック */
div#primary-column {
	margin-left: 230px;
}

/* 左ブロック */
div#secondary-column {
	float: right;
	width: 220px;
}

/* プラグインブロック */
div.plugin {
	border: 1px dotted #808080;
	padding: 5px 10px;
	margin-bottom: 10px;
font-size: 10px;
}

/* プラグインのタイトル */
div.menutitle {
color: #D4D4D4;
font-size: 12px;
font-weight: bold;
}

/* 著作表示ブロック */
div#siteinfo-legal {
	text-align: center;
	border: 1px dotted #D4D4D4;
	padding: 5px;
	clear: both;
}

div#siteinfo-legal a {
	color: #333333;
	text-decoration: none;
}

/* タイトル */
div#branding h1 {
padding: 25px 5px 0px;
	font-size: 24px;
	color: #b7dbee;
font-weight: bold;
}

div#branding h1 a {
	color: #b7dbee;
}

/* ブログの説明 */
div#branding p {
color: #b7dbee;
}

/* 各記事のブロック */
div.entry,
div#comment,
div#trackback {
	border: 1px dotted #808080;
	padding: 10px 15px 5px 15px;
	margin-bottom: 10px;
}

/* 記事のタイトル */
h2.entry-header {
	font-size: 15px;
	margin-bottom: 10px;
text-align: center;
}

h2.entry-header a {
	color: #a3d0e9;
}

/* 記事本体 */
div.entry-body {
	margin-bottom: 5px;
}

/* 追記部分 */
p.entry-more {
	text-align: left;
}

/* 記事下部 */
ul.entry-footer {
	text-align: center;
font-size: 10px;
}

ul.entry-footer li {
	list-style-type: none;
	display: inline;
	padding: 2.5px;
}

/* ページ移動用ナビゲーション */
p.prev-next-navi {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

p.prev-next-navi a {
	padding: 10px;
}

/* コメント・トラックバックのブロック */
div.section {
	margin-bottom: 10px;
}

/* コメント見出し */
h3#comment-top,
h3.comment-post,
h3.comment-edit {
	font-size: 12px;
	margin-bottom: 10px;
}

h3.comment-post {
	margin-top: 20px;
}

/* コメントのタイトル */
h4.comment-header {
	font-size: 12px;
}

/* コメント本文 */
div.comment-body {
}

/* コメントフッター */
ul.comment-footer {
	text-align: right;
}

ul.comment-footer li {
	list-style-type: none;
	display: inline;
	padding: 2.5px;
}

/* コメントフォーム */
input {
	font-family: monospace;
	margin-bottom: 5px;
	padding: 2.5px;
}

textarea {
	font-family: monospace;
	margin-bottom: 5px;
	padding: 5px;
}

/* 管理者だけにコメント */
input#himitu {
	margin: 0 5px 0 0;
}

/* コメントフォームのボタン */
p.form-btn {
	margin-top: 10px;
}

/* トラックバックトップ */
h3#trackback-top {
	font-size: 12px;
}

/* トラックバックURI */
p.trackback-uri {
	margin-bottom: 20px;
}

/* トラックバックのタイトル */
h4.trackback-header {
	font-size: 12px;
}

h4.trackback-header a {
	color: #333333;
}

/* トラックバック先の概要 */
div.trackback-excerpt {
}

/* トラックバックフッター */
ul.trackback-footer {
	text-align: right;
}

ul.trackback-footer li {
	display: inline;
	list-style-type: none;
	padding: 2.5px;
}

/* 広告タグ削除不可のブロック */
div#ad {
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

/* リスト */
ul {
	padding-left: 15px;
}

li {
	list-style-type: disc;
	list-style-position: outside;
}

/* テーブル */
table {
	width: 100%;
}

/* 強調 */
em {
	font-weight: bold;
}

/* より強い強調 */
strong {
	font-weight: bold;
}

/* 引用の設定 */
blockquote {
	padding: 1em;
}

/* 絵文字の設定 */
.emoji {
	vertical-align: middle;
	border: 0;
}

/* コード */
div.section pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid #2E0A01;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;

}

/* for without MacIE5 \*/
div.section pre {
	overflow: scroll;	/* MacIE用バグ対応 */
}

div.section > pre {
	width: auto;	/* MacIE用バグ対応 */
}

div.section code {
	font-family: monospace;	/* 等幅フォントを指定 */
}

/* Mac版IEの文字化け対策 */
textarea,input,select {
	font-family: "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}