@charset "UTF-8";

* { /* すべてのタグの余白をゼロにリセット */
margin:0;
padding:0;
font-style:normal;
font-size:100%;
font-family:"ＭＳ Ｐゴシック",sans-serif;
list-style:none;
}

a {
color:blue;
}

a:hover {
color:red;
}

a img {
border:none;
}

body { /* ページ全体の指定 */
padding-top:20px;
background:#FFF765 url(img/body-bk.gif) no-repeat 3% 77px fixed;
text-align: center;
font-family:sans-sefit;
}

#wrap { /* 全体のコンテンツ領域 */
margin:0 auto;
width:828px;
text-align: left;
position:relative;
background:url(img/cont-top.jpg) no-repeat 240px 225px #FFF765;
}

/* *************** バナー領域 *************** */

#banner {
height:225px;
background:url(img/banner.gif) no-repeat;
}

#banner h1 {
margin:0 0 13px 27px;
padding-top:58px;
font-size:35px;
color:#000;
}

#b-des { /* ブログ説明 */
width:520px;
margin:0 30px 0 110px;
font-weight:bold;
font-size:95%;
line-height:1.2;
color:#000;
}

/* *************** 左コンテンツ領域 *************** */

#content {
margin:10px 48px 0 0;
padding:7px 0 0;
width:540px;
float:right;
background:#fff url(img/cont-bk.jpg) repeat-y;
color:#323232;
display: inline;
}

#content .cat-head, #content #e-body h2 {
padding:0 28px 0 107px;
min-height:111px;
background:url(img/cat-head.jpg) no-repeat;
}

* html #content .cat-head {
height:111px;
}

#content h2 {
padding:8px 0;
color:blue;
text-decoration:none;
font-size:22px;
}

#content h2 a { /* サブタイトル */
color:blue;
text-decoration:none;
font-size:22px;
}

#content h2 a:hover {
color:red;
text-decoration:underline;
}

#content .cat-head div {
font-size:13px;
line-height:1.4;
background:#fff;
}

#content ul.e-list { /* エントリー一覧 */
margin:10px 35px 40px;
width:470px;
background:#fff;
overflow:hidden;
zoom:100%;
}

#content ul.e-list:after {
content:".";
height:0px;
clear:both;
display: block;
visibility:hidden;
}

#content ul.e-list dt {
margin:0 30px 0 0;
font-size:95%;
background:url(img/dot.jpg) no-repeat left center;
white-space:nowrap;
}

#content ul.e-list dt a {
padding-left:16px;
display:block;
color:blue;
text-decoration:none;
}

#content ul.e-list dt a:hover {
color:#f0027f;
text-decoration:underline;
}

#content ul.e-list dd {
margin: 3px 5px 15px 0px;
font-size: 85%;
line-height:1.4;
}

#content p#totop { /* ▲このページのトップへ */
margin:0;
height:56px;
background:url(img/cont-bttm.jpg) no-repeat left bottom;
text-indent:-9999px;
}

#content p#totop a {
padding:0 30px 0 0;
display:block;
width:121px;
height:49px;
background:url(img/totop.jpg) no-repeat;
float:right;
}

#content p#totop a:hover {
background-position:0 -49px;
}

/* *************** 個別ページ *************** */

p#bn { /* バナー部ブログ名 */
font-size:16px;
font-weight:bold;
position:absolute;
top:160px;
right:80px;
}

p#bn a {
text-decoration:none;
color:#000;
}

p#bn a:hover {
text-decoration:underline;
color:#f0027f;
}

#pnkz { /* パンくずリスト */
margin:0px 5px 0px 24px;
font-size:13px;
color:#000;
}

#pnkz a {
text-decoration:none;
}

#pnkz a:hover {
color:#f0027f;
text-decoration:underline;
}

#e-body, #c-body { /* コンテンツ本文領域 */
margin-bottom:10px;
padding-top:10px;
font-size:95%;
zoom:100%;
}

#e-body:after {
content:".";
height:0px;
clear:both;
display: block;
visibility:hidden;
}

#e-body img {
margin: 0px 10px 0px 0px;
}

* html #e-body h2 {
height:101px;
}

#content #e-body h2, #content #c-body h2 {
color:#000;
font-size:22px;
padding-top:8px;
}

#e-body p {
margin:0 24px 1em;
line-height:1.4;
}

#e-pic {
margin:0 20px 10px 24px;
float:left;
display:inline;
}

/* *************** カテゴリーページ *************** */

#c-body #c-list {
margin:20px 24px 10px;
}

#c-list dt.c-e-name {
font-size:95%;
line-height:1.5;
background:url(img/dot.jpg) no-repeat left center;
font-weight:bold;
}

#c-list dt.c-e-name a {
padding-left:16px;
text-decoration:none;
}

#c-list dt.c-e-name a:hover {
text-decoration:underline;
}

#c-list dd {
margin:0 0 30px 16px;
font-size:85%;
}

/* *************** サイドメニュー *************** */

#side {
width:240px;
float:left;
}

#side dl {
margin:0 9px 12px 10px;
padding-bottom:6px;
background:#fbfbfb;
border-top:1px solid #C9C9C9;
border-left:1px solid #C9C9C9;
border-bottom:1px solid #7f7f7f;
border-right:1px solid #7f7f7f;
}

p#e_side-top {
margin-bottom:33px;
}

#side dt, #side p.fs-ttl, p#e_side-top a {
padding-top:11px;
height:29px;
display:block;
background:url(img/side-dt.jpg) no-repeat;
color:#000;
text-decoration:none;
text-align:center;
font-weight:bold;
font-size:14px;
}

#side dt a:hover, p#e_side-top a:hover {
color:red;
}

#side dd a {
margin:0 4px;
padding:4px 2px 4px 38px;
width:169px;
background:#D9D9D9 url(img/side-dd.gif) no-repeat;

border-top:1px solid #C9C9C9;
border-left:1px solid #C9C9C9;
border-bottom:1px solid #7f7f7f;
border-right:1px solid #7f7f7f;
display:block;
color:#000;
font-size:13px;
text-decoration:none;
line-height:1.3;
}

#side dd a:hover {
background-position:-209px 0;
color:red;
}

#side div.fs {
margin:0 9px 0 10px;
padding-bottom:6px;
width:219px;
background:#FBFBFB;
border-top:1px solid #C9C9C9;
border-left:1px solid #C9C9C9;
border-bottom:1px solid #7f7f7f;
border-right:1px solid #7f7f7f;
zoom:100%;
}

#side div.fs:after {
content:".";
height:0px;
clear:both;
display: block;
visibility:hidden;
}

#side p.fs-ttl {
padding-top:11px;
height:29px;
background:url(img/fs-ttl.jpg) no-repeat;
}

#side div.fs-area {
margin:0 4px;
padding:4px 2px 4px 38px;
background:#D9D9D9 url(img/fs-area.jpg) no-repeat;
border-top:1px solid #C9C9C9;
border-left:1px solid #C9C9C9;
border-right:1px solid #7f7f7f;
border-bottom:1px solid #7f7f7f;
font-size:13px;
color:#000;
line-height:1.4;
}

#side p.s-bttn a { /* ATOM, RSS */
margin:6px 4px 0;
text-indent:-9999px;
display:block;
width:23px;
height:9px;
float:left;
}

#side p#rss a {
background:url(img/rss.jpg) no-repeat;
}

#side p#atom a {
background:url(img/atom.jpg) no-repeat;
}

/* *************** フッター *************** */

#foot {
height:51px;
background:url(img/foot.jpg) no-repeat;
text-align:center;
font-size:13px;
line-height:51px;
clear:both;
}

#foot address {
color:#000;
}

.wrd {
margin: 3px 5px 15px 5px;
font-size: 85%;
line-height:1.4;
}

strong {
font-weight: normal;
}

em {
font-style: normal;
}

.b {
font-weight: bold;
}

.red {
color: #c00000;
}

.topb {
margin: 0px 0px 20px 0px;
text-align: center;
}

.top_new {
margin: 0px 0px 5px 40px;
}

#e-body #ads {
margin: 0px 0px 0px 25px;
}

#side dt#under-home {
text-align:center;
background-color::#fff;
background-image:none;
padding: 5px 0px 37px 0px;
}

.ads_link {
padding: 5px 0px 0px 30px;
font-weight: bold;
font-size: 14px;
}

.ads_font {
padding: 2px 0px 0px 30px;
font-size: 13px;
}

.ads_url {
padding: 3px 0px 12px 30px;
color: #ff3f08;
font-size: 11px;
}

#MTPluginMapperGoogle-84-0,
#MTPluginMapperGoogle-84-1,
#MTPluginMapperGoogle-84-2 {
margin: 0px 0px 10px 25px;
}

#naka {
margin: 40px 0px 10px;
}

#naka dt {
color: #ea7500;
font-size: 70%;
margin: 0px 40px 0px 35px;
}

#naka dd {
color: #8c8c8c;
font-size: 70%;
margin: 0px 40px 10px 35px;
}
