@charset "utf-8";

* { /* すべてのタグの余白をゼロにリセット */
margin:0;
padding:0;
font-style:normal;
font-size:100%;
font-family:sans-sefit;
}

a {
color:#282899;
}

a:hover {
color:#f6c403;
/* color:#ffe84c; */
}

a img {
border:none;
}

body { /* ページ全体の指定 */
	background:#2d2d2d url(img/body-bk.gif);
	text-align: center;
	}

#container { /* 全体のコンテンツ領域 */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
margin-top:12px;
	width: 780px;
background:#404040 url(img/container-bk.jpg);
	}

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

#banner {
	background:url(img/banner.jpg);
	text-align: left;
height:120px;
	}

#banner h1 {
margin:0 0 0 100px;
padding-top:14px;
font-size:30px;
color:#fff;
}

#banner h1 a {
color:#fff;
text-decoration:none;
}

#banner h1 a:hover {
color:#ffdb4c;
text-decoration:underline;
}

/* *************** 左側メイン領域 *************** */

#content {
	float: left;
	width: 490px;
	overflow: hidden;
color:#e6e6e6;
padding:12px 17px 0px 25px;
	}

#content h2 {
background:url(img/h3.gif) no-repeat;
padding-left:56px;
font-size:25px;
padding-top:5px;
padding-bottom:5px;
margin-bottom:3px;
line-height:1.2;
}

#b-des { /* ブログの説明欄 */
font-size:105%;
line-height:1.4em;
background:#fff;
color:#000;
border-bottom:#666 solid 4px;
border-right:#595959 solid 3px;
padding:10px 8px;
margin:0 0px 34px 5px ;
}

#content h3 {
font-size:18px;
background:url(img/h4.gif) no-repeat;
padding-left:41px;
height:30px;
line-height:30px;
margin-bottom:6px;
}

#content h3 a {
color:#fff;
text-decoration:none;
}

#content h3 a:hover {
color:#ffe84c;
}

#content .e-list {
background:#fff;
margin:0 0 20px 5px;
}

#content .e-list dt {
color:#000;
padding:4px 8px;
line-height:1.3;
}

#content .e-list dd.e-ttl {
padding:0 8px 4px;
font-size:95%;
}

#content .e-list dd.e-ttl a {
margin-right:.8em;
line-height:1.4;
}

#smallmoji { /* このカテゴリを全て表示用 */
font-size:75%;
}

#totop {
text-align:right;
font-size:80%;
margin-bottom:30px;
}

#totop a {
color:#d8d8ff;
}

#totop a:hover {
color:#ffe84c;
}

/* *************** 右側サイドメニュー領域 *************** */

#sidebar {
	float: left;
	width: 248px;
	overflow: hidden;
	}

#categories p#bn, #categories h3 {
background:url(img/side-h4.jpg) no-repeat;
height:57px;
padding:8px 0 0 17px;
line-height:1.4em;
font-weight:bold;
}

#categories dt,
#sidebar .fs p.fs-ttl {
border-right:2px solid #7a7a7a;
border-bottom:4px solid #535353;
width:220px;
padding:5px 0 5px 9px;
margin-left:8px;
font-weight:bold;
background:#a0a0f2;
}

#categories dt a {
display:block;
text-decoration:none;
}

#categories dd {
font-size:95%;
margin-right:9px;
margin-left:8px;
}

#categories dd a {
text-decoration:none;
display:block;
padding:2px 0 2px 20px;
border-bottom:1px dashed #333333;
color:#e6e6e6;
background-image:url(img/side-dd.gif);
background-repeat:no-repeat;
background-position:8px 4px
}

#categories dd a:hover {
color:#ffdb4c;
background-color:#000;
}

#sidebar div.fs {
margin-top:20px;
}

#sidebar div.fs div.fs-area {
padding:5px 15px 5px 18px;
font-size:90%;
line-height:1.4;
}

/* *************** フッター領域 *************** */

#foot {
clear:both;
text-align: center;
font-size:80%;
color:#ccc;
height:22px;
padding-top:22px;
background:url(img/foot.jpg) #000;
}

#foot a {
color:#ccc;
text-decoration:none;
cursor:text;
}

/* *************** 個別エントリー *************** */

#banner p#b-name {
margin-top:20px;
font-size:15px;
color:#e6e6e6;
text-align:right;
padding-right:20px;
}

div#content.e, div#content.c {
padding-top:0px;
}

#pnkz {
margin:0 0 16px 3px;
font-size:90%;
}

#pnkz a {
color:#e6e6e6;
text-decoration:none;
}

#pnkz a:hover {
color:#ffe84c;
}

h2#e-h2, div#content.c h2 {
font-size:22px;
}

#e-body { /* エントリー本文 */
font-size:105%;
line-height:1.4em;
background:#fff;
color:#000;
border-bottom:#666 solid 4px;
border-right:#595959 solid 3px;
padding:10px 8px;
margin:10px 0px 6px 5px;
zoom:100%;
}

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

#e-body #e-pic {
float:left;
margin:0 15px 10px 0;
}

#e-body p {
margin-bottom:1em;
line-height:1.3;
}

#e_side-top { /* サイドメニューの「HOME」リンク */
height:62px;
background:url(img/e_side-top.jpg);
}

#e_side-top a {
padding-top:8px;
padding-left:29px;
margin-left:9px;
font-weight:bold;
display:block;
height:29px;
text-decoration:none;
color:#000;
letter-spacing:1px;
}

#e_side-top a:hover {
color:#ffe84c;
}

/* *************** カテゴリー *************** */

dl#c-list {
margin:16px 0 12px 5px;
padding:10px 8px;
background:#fff;
color:#000;
border-bottom:#666 solid 4px;
border-right:#595959 solid 3px;
}

dt#c-c-des {
margin-bottom:8px;
padding-bottom:12px;
border-bottom:2px solid #ccc;
}

dl#c-list dt.c-e-name {
margin-bottom:4px;
}

dl#c-list dd {
margin:0 0 16px 20px;
font-size:90%;
line-height:1.3;
}

table {border-style:dotted;
      border-width:thin;
      border-color:#CCCCCC;
      border-collapse:collapse;}

td   {border-style:dotted;
      border-width:thin;
      border-color:#EEEEEE;}