@charset "UTF-8";

/* ---------- 共通 ---------- */

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url('../img/bg/bg.gif') top repeat-x;
	color:#444;
}

/* ---------- タグリセット ---------- */

div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,blockquote {
	margin:0;
	padding:0;
	font-size:100%;
}

hr { display:none; }

img { border:none; }

/* ---------- floatクリア ---------- */

.clear { clear:both; height:0; line-height:0; }
.clear hr { display:none; }

/* ---------- 文字装飾 ---------- */

div.entryBody p.em {
	font-size:200%;
	line-height:1.2;
	font-weight:bold;
	margin:1em 0;
	color:#c00;
}

/* ---------- フォント ---------- */

body,th,td,li,div { font:100%/1.6 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
form,input { font:90%/1 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
textarea { font:90%/1.6 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }

/* ---------- リンク ---------- */

a { text-decoration:none; outline:none; }
a:link { color:#04c; }
a:active , a:visited { color:#04c; }
a:hover { color:#f50; }

/* ---------- レイアウト ---------- */

#wrap { width:886px; margin:0 auto; text-align:left; }
#mainWrap { width:500px; float:left; }
#sideWrap { width:356px; float:right; }

/* ---------- 装飾 ---------- */

.entryBody p.imageRight { float:right; text-align:right; margin:0; }

.entryBody p.imageRight img { margin-left:5px; }

.b , .b li { font-weight:bold; }

/* ---------- ヘッダー ---------- */

#head {
	width:888px;
	height:40px;
	margin:0 auto 30px;
	text-align:left;
}

/* グローバルナビ */

#head #tabs {
	width:280px;
	margin-top:5px;
	text-align:right;
	float:right;
}

#head #tabs p {
	display:inline;
}

#head #tabs img {
	vertical-align:top;
}

/* タイトルロゴ */

#head h1#logo,
#head p#logo {
	width:126px;
	margin-top:5px;
	float:left;
}

/* 概要 */

#head h2#title,
#head h1#title{
	width:460px;
	height:50px;
	font-size:12px;
	font-weight:normal;
	color:#ccc;
	line-height:50px;
	float:right;
}

/* ---------- 記事 ---------- */

/* パンくずリンク */

p.topicPath {
	font-size:14px;
	line-height:1;
	margin-bottom:6px;
	padding-left:4px;
}

/* 記事タイトル */

#entryBox h2,
#archivesBox h2,
#hasSubCatBox h2,
#catArhiveBox h2 {
	padding:1em 0 1.2em 2px;
	font-weight:normal;
	font-size:220%;
	line-height:1.2;
	letter-spacing:-1px;
	color:#8F854F;
	background:url('../img/bg/dot.gif') bottom repeat-x;
}

/* 記事メタデータ */

div.entryMeta,
div.entryBox div.entryMeta {
	height:30px;
	margin-bottom:20px;
	padding:0 1px;
	background:url('../img/bg/dot.gif') bottom repeat-x;
	font-size:12px;
}

div.entryMeta p,
#entryBox div.entryMeta p {
	float:left;
	margin:0;
	padding:0 5px 0 18px;
	font-size:12px;
	line-height:30px;
	letter-spacing:0;
	vertical-align:middle;
}

div.entryMeta p.date { background:url('../img/icon/calendar.gif') left 6px no-repeat; }
div.entryMeta p.com { background:url('../img/icon/comment.gif') left no-repeat; }
div.entryMeta p.tb { background:url('../img/icon/link.gif') left 6px no-repeat; }
div.entryMeta p.cat { background:url('../img/icon/folder.gif') left no-repeat; }
div.entryMeta p.twitter { background:url('../img/icon/t_mini-b.png') left no-repeat; }
div.entryMeta a:hover { background-color:#ffc; }

/* 記事本文 */

.newEntryBody p,
.entryBody p {
	font-size:100%;
	line-height:1.55;
	letter-spacing:1px;
	margin:0 0 1.2em 0;
	padding:0 0 0 2px;
}

#newEntryBody p img {
	position:relative;
	left:-2px;
}

.entryBody ul { margin:0 0 1em 1.6em; }

.entryBody ol { margin:0 0 1em 2em; }

.entryBody li {
	font-size:100%;
	line-height:1.25;
	padding:0.1em 0;
}

.entryBody blockquote {
	background:#eff6ff url('../img/bg/blockquote.gif') 0 0 no-repeat;
	margin:30px 0;
	padding:5px 5px 5px 45px;
	line-height:1.5;
	font-size:16px;
	border:solid 1px #def;
	color:#333;
}

.entryBody blockquote a { color:#00c; }

.entryBody blockquote a:hover { color:#f30; }

.entryBody a { text-decoration:underline; font-weight:normal; }

/* 記事見出し */

.entryBody h3 {
	font-size:140%;
	font-weight:bold;
	color:#006;
	line-height:1.4;
	letter-spacing:-1px;
	margin:0 0 0.5em;
	padding:1em 0 0.1em;
	background:url('../img/bg/dot.gif') bottom repeat-x;
}

.entryBody h4 {
	font-size:120%;
	font-weight:bold;
	color:#000;
	line-height:1.4;
	letter-spacing:-1px;
	margin:0 0 0.1em;
	padding:1em 0 0.1em;
}

/* 続きを読む */

.readMore {
	text-align:right;
	font-size:90%;
}

.newEntryBody p.readMore,
.entryBody p.readMore {
	position:relative;
	top:-1em;
}

/* ---------- サイドバー ---------- */

.modBox {
	width:356px;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	padding:5px 0;
	background:#F6F6FF;
	border:solid 1px #99CCEE;
}

.modBox p,
.modBox li {
	font-size:90%;
}

p.modTitle {
	font-weight:bold;
	line-height:26px;
	margin:0 10px 5px;
}

p.modSubTitle {
	font-weight:bold;
	line-height:22px;
	margin:0 10px 5px;
}

/* ---------- フィード ---------- */

div#feedRegist {
	height:110px;
	padding:0;
	background:#fff;
	border:none;
}

#feedRegist p#feedIcon {
	width:98px;
	margin:0 0 0 10px;
	float:left;
}

#feedRegist dl {
	width:230px;
	margin:0 0 0 120px;
}

#feedRegist dt {
	margin-bottom:9px;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#f60;
	line-height:22px;
}

#feedRegist dd {
	width:115px;
	height:25px;
	overflow:hidden;
	float:left;
}

#feedRegist dd img {
	margin:0 0 0 5px;
}

/* ---------- 検索ボックス ---------- */

#searchBox { 
	margin-bottom:20px;
	padding:10px;
	border:solid 1px #90EB36;
	background:#EBFFD7;
}

#searchBox input.q {
	width:240px;
	padding:0;
	height:20px;
	line-height:16px;
}

#searchBox input.sa {
	vertical-align:top;
}

/* ---------- プロフィール ---------- */

#profile {
	padding-bottom:0;
}

#profile p.photo {
	width:122px;
	height:122px;
	float:left;
	margin:0;
}

#profile p.photo span {
	display:block;
	border:solid 1px #ccc;
	margin-left:10px;
	padding:5px;
	background:#fff;
}

#profile p.text {
	margin:0 10px 0 130px;
	padding:1px 0;
	line-height:22px;
}

#profile a {
	text-decoration:underline;
	font-weight:bold;
}

/* ---------- 月別アーカイブ ---------- */

#archiveList p.modTitle {
	margin-left:10px;
}

#archiveList ul {
	list-style:none;
	font-size:12px;
	margin:0 10px;
}

#archiveList p.readMore {
	margin:5px 10px 0;
	font-size:12px;
	font-weight:bold;
	background:url('../img/icon/play.gif') 165px 0 no-repeat;
}

/* ---------- 新着コメント/トラックバック ---------- */

#recentComments,
#recentTrackbacks {
	padding-bottom:10px;
}

/* top level */

#recentComments ul,
#recentTrackbacks ul {
	margin:0 10px;
	padding:5px;
	background:#fff;
	list-style:none;
}

#recentComments ul li,
#recentTrackbacks ul li {
	padding:3px 0 3px 18px;
	line-height:20px;
	background:url('../img/icon/page.gif') 0 5px no-repeat;
}

#recentComments ul li a,
#recentTrackbacks ul li a {
	padding-bottom:1px;
	background:url('../img/bg/dot.gif') bottom repeat-x;
}

/* sub */

#recentComments ul li ul,
#recentTrackbacks ul li ul {
	margin:0;
	padding:0;
}

#recentComments ul li ul li,
#recentTrackbacks ul li ul li {
	padding:2px 0 2px 18px;
	font-size:80%;
	color:#999;
	line-height:14px;
}

#recentComments ul li ul li {
	background:url('../img/icon/commentWhite.gif') 0 0 no-repeat;
}

#recentTrackbacks ul li ul li {
	background:url('../img/icon/linkC.gif') 0 0 no-repeat;
}

/* ---------- アドセンス ---------- */

div.modAds336 div {
	padding:5px 9px;
}

/* ---------- サイド カテゴリ一覧 ---------- */

/* トップレベル */

#modCatList ul {
	padding:5px;
	list-style:none;
}

#modCatList ul li {
	padding:5px 5px 0 25px;
	background:#fff url('../img/icon/folder.gif') 5px 8px no-repeat;
}

#modCatList ul li a { text-decoration:underline; }

/* サブ */

#modCatList ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:disc;
}

#modCatList ul li ul li {
	padding:0;
	background:none;
	line-height:18px;
}

#modCatList ul li ul li a { text-decoration:none; }

/* ---------- フッター ---------- */

#foot {
	padding:15px 0;
	background:#535353;
	clear:both;
	margin-top:20px;
	text-align:center;
	color:#fff;
	border-top:solid 1px #333;
	border-bottom:solid 5px #4EBDFC;
}

#foot #footLink,
#foot address {
	font-style:normal;
	font-size:12px;
	letter-spacing:1px;
}

#foot #footLink p {
	display:inline;
	padding:0 5px;
}

#foot #footLink a {
	color:#ccc;
}




