/* ▼ 全体設定 */

body {
margin: 0;
color: #333333;
font-size: 16px;
letter-spacing: 1px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* リンク */

a:link,
a:visited {
color: #0033DD;
text-decoration: underline;
}
a:active,
a:hover {
color: #0033DD;
text-decoration: none;
}

/* ▼ 文字 */

br {
letter-spacing: 0;
}

strong {
font-weight: normal;
}

/* 位置 */

.txt-l,
.txt-c,
.txt-r {
display: block;
}
.txt-l {
text-align: left;
}
.txt-c {
text-align: center;
}
.txt-r {
text-align: right;
}

/* カラー */

.black {
color: #000000;
}
.red {
color: #FF0000;
}

/* 太さ */

.b {
font-weight: bold;
}

/* マーキー */

.mk {
padding: 2px;
background: #FFFF66;
line-height: 28px;
}

/* ▼ 画像 */

img {
border-width: 0;
}

.img-l {
float: left;
margin: 0 5px 0 0;
}

.img-r {
float: right;
margin: 0 0 0 5px;
}

.main img {
width: 100%;
}
.side-main img {
display: block;
margin: 5px auto;
}

/* ▼ ヘッダ設定 */

#header {
width: 100%;
background: #6DA52B;
}

h1 {
margin: 0;
padding: 5px;
color: #FFFFFF;
font-size: 12px; /* 75% of the baseline */
font-weight: normal;
}

h2 {
margin: 0;
padding: 0 5px 16px;
font-size: 18px;
font-weight: normal;
}
#header h2 a {
color: #FFFFFF;
text-decoration: none;
}

#pan {
padding: 0 5px;
font-size: 12px; /* 75% of the baseline */
background: #EBEBEB;
border-bottom: solid 1px #DBDBDB;
}

/* ▼ メイン部 */

#body {
width: 100%;
}

#content {
padding: 0 5px;
width: 100%px;
}

.main {
margin: 0 0 40px;
word-break: break-all;
line-height: 28px;
}
.main p {
margin: 0 0 28px;
padding: 0;
}
.main-img {
margin: 0 0 40px;
clear: both;
}

/* ▼ カテゴリー・検索結果 */

dl.more {
margin: 0 0 30px;
}
dl.more dt {
margin: 0 0 15px;
padding: 0 0 0 30px;
background: url(image/arrow.gif) left no-repeat;
line-height: 24px;
font-weight: bold;
list-style: none;
}
dl.more dd {
margin: 0 0 5px;
padding: 0 0 0 30px;
line-height: 24px;
list-style: none;
}
.bn {
display: block;
}

/* ▼ 見出し */

h3 {
padding: 5px;
background: #6DA52B;
color: #FFFFFF;
font-size: 18px;
line-height: 24px;
font-weight: bold;
}
#content h3 a {
color: #FFFFFF;
text-decoration: none;
}

h4 {
margin: 0 0 15px;
padding: 0 0 0 25px;
background: url(image/arrow.gif) top left no-repeat;
line-height: 24px;
clear: both;
}

.arrow {
margin: 0;
padding: 0 0 0 25px;
background: url(image/arrow.gif) left no-repeat;
line-height: 28px;
}

/* ▼ エントリー */

/* エントリーナビ */

#entry-navi,
#entry-navi-next,
#entry-navi-pre {
font-size: 14px; /* 75% of the baseline */
}
#entry-navi {
margin: 0 0 20px;
padding: 15px 0 0;
background: url(image/line.gif) top repeat-x;
}
#entry-navi-next {
margin: 0 0 10px;
padding: 0 0 0 21px;
background: url(image/entry-navi-next.gif) top left no-repeat;
line-height: 20px;
}
#entry-navi-pre {
margin: 0 0 10px;
padding: 0 0 0 21px;
background: url(image/entry-navi-pre.gif) top left no-repeat;
line-height: 20px;
}

/* カテゴリ */

#bottom-navi-cat {
margin: 0 0 5px;
padding: 0 0 0 21px;
background: url(image/i-cat.gif) top left no-repeat;
font-size: 14px;
line-height: 20px;
}

/* タグ */

#bottom-navi-tag {
margin: 0 0 30px;
padding: 0 0 0 21px;
background: url(image/i-tag.gif) top left no-repeat;
color: #C1C1C1;
font-size: 14px;
line-height: 20px;
}

#bottom-navi-cat a,
#bottom-navi-cat a:link,
#bottom-navi-cat a:visited,
#bottom-navi-tag a,
#bottom-navi-tag a:link,
#bottom-navi-tag a:visited {
color: #C1C1C1;
text-decoration: underline;
}
#bottom-navi-cat a:active,
#bottom-navi-cat a:hover,
#bottom-navi-tag a:active,
#bottom-navi-tag a:hover {
color: #C1C1C1;
text-decoration: none;
}

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

#side-menu {
width: 100%;
}

.side-main {
margin: 0 0 25px;
line-height: 18px;
}

/* カテゴリー */

.side-cat,
.side-entry {
margin: 0 0 25px;
}

.side-title {
padding: 5px;
background: #6DA52B;
color: #FFFFFF;
line-height: 24px;
font-weight: bold;
}

.side-cat ul {
margin: 0;
padding: 0;
width: 100%;
border-top: solid 1px;
border-top-color: #cccccc;
}
.side-cat ul li {
width: 100%;
list-style: none;
text-align: center;
}
.side-cat ul li a {
padding: 10px;
display: block;
color: #666666;
font-weight: bold;
text-decoration: none;
border-bottom: solid 2px;
border-bottom-color: #cccccc;
background: url(image/sma-nav.gif) repeat-x;
}

.side-entry ul {
margin: 5px 0 0 0;
padding: 0 5px;
}
.side-entry ul li {
display: block;
height: 1%;
margin: 0 0 5px;
padding: 16px 0 16px 21px;
background: url(image/i-entry.gif) left no-repeat;
border-bottom: dashed 1px #CCCCCC;
line-height: 18px;
list-style: none;
}
.side-entry ul li a {
display: block;
height: 1%;
}

/* ▼ ページトップ */

#pagetop {
margin: 15px 0 0;
clear: both;
}

#pagetop span {
float: right;
width: 50px;
background: url(image/pagetop.gif);
text-align: center;
font-size: 14px; /* 75% of the baseline */
line-height: 40px;
font-weight: bold;
}

#pagetop a {
display: block;
color: #FFFFFF;
text-decoration: none;
}

/* ▼ フッター設定 */

/* フッターリンク */

#link {
padding: 5px;
background: #EBEBEB;
border-top: 1px solid #DBDBDB;
clear: both;
}

#link span {
display: block;
width: 100%;
color: #999999;
font-size: 12px; /* 75% of the baseline */
line-height: 32px;
}

#link a,
#link a:link {
color: #999999;
text-decoration: underline;
}
#link a:active,
#link a:hover {
color: #999999;
text-decoration: none;
}

/* コピーライト */

#copy {
padding: 5px;
background: #C6C5C5;
text-align: center;
color: #999999;
font-size: 12px; /* 75% of the baseline */
line-height: 16px;
}
#copy a {
color: #999999;
text-decoration: none;
}

/* ▼ その他 */

.hide {
display: none;
}

/* チｪック */

ul.check {
margin: 0;
padding: 0;
list-style: none;
}
ul.check li {
padding: 0 0 0 30px;
background: url(image/check.gif) top left no-repeat;
line-height: 28px;
}

/* 注意 */

.at {
margin: 0 0 30px;
padding: 10px;
background: #FFF7C6;
border: 1px solid #FFCA3A;
line-height: 24px;
}
.at-title {
padding: 0 0 0 35px;
background: url(image/at.gif) left center no-repeat;
font-weight: bold;
}

/* アフィリリンク */

.aff {
margin: 20px 0 50px;
line-height: 28px;
font-weight: bold;
}
.aff a {
font-size: 20px;
}

/* Q&A */

.q ul {
margin: 0;
padding: 0;
list-style: none;
}
.q li {
padding: 0 0 0 30px;
background: url(image/qa-q.gif) top left no-repeat;
line-height: 28px;
font-weight: bold;
}

.q-re {
padding: 0 0 0 30px;
background: url(image/qa-q.gif) top left no-repeat;
line-height: 28px;
font-weight: bold;
}

.a-re {
margin: 0 0 28px;
padding: 0 0 0 30px;
background: url(image/qa-a.gif) top left no-repeat;
line-height: 28px;
}