/* ■CSS リセット■ */
/* Reethttp://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h3, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}



/* ■Body■ */
body {
                                font-family: Arial, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
                                font-size: 1.4em;
                                line-height: 160%;
                                background-image: url(./image/bg_body_Square.gif);
background-repeat: repeat;
                                color: #222222;
                                text-align: center;
}



/* ■aタグ■ */
a {
                                color: #0d974e;
                                text-decoration: none;
}
a:hover {
                                color: #ce9212;
                                text-decoration: underline;
}
a visited{
                                color: #0d974e;
                                text-decoration: none;
}

/* ■全体コンテナ■ */
.container {
                                margin: 0 auto;
                                max-width: 800px;
                                text-align: center;
}


.clear {
                                clear: both;
}

/* ■Hタグ■ */
h1 {
}

h2 {
                                font-size:140%;
                                color: #0d974e;
                                Font-weight: bold;
                                text-align: center;
}

h3 {
                                background-image:url(./image/bg_author.gif);
                                background-repeat:no-repeat;
                                background-position: left bottom;
                                padding-left: 20px;
                                color: #333333;
                                font-weight: bold;
                                margin-bottom: 15px;
}

h4 {
                                font-size: 105%;
                                color: #333333;
                                margin-left :-10px;
                                font-weight: bold;
}

/* ■本文■ */
.contents {
                                width: 100%;
                                margin: 40px 0 180px;
}


.doubleline {/*二重取り消し線*/
                                background-image:url(./image/doubleline.png);
                                background-repeat:repeat-x;
                                background-position: center;
                                font-size: 120%;
                                font-weight: bold;
}


.greenLL{
                                font-size:430%;
                                color: #0d974e;
                                line-height: 100%;
}
.greenL {
                                font-size:130%;
                                color: #0d974e;
}
.greenL {
                                font-size:130%;
                                color: #0d974e;
}
.greenLB {
                                font-size:130%;
                                color: #0d974e;
                                font-weight: bold;
}

.greenM {
                                font-size:110%;
                                color: #0d974e;
}
.greenMB {
                                font-size:110%;
                                color: #0d974e;
                                font-weight: bold;
}

.redLB {
                                font-size:130%;
                                color: #cc0000;
                                font-weight: bold;
}

.redMB {
                                font-size:100%;
                                color: #cc0000;
                                font-weight: bold;
}

.blackS {
                                font-size:85%;
                                color: #333333;
                                line-height: 150%;
                                margin-top: 8px;
}

.blackSSS {
                                font-size:55%;
                                color: #333333;
                                line-height: 1.3em;
                                margin-top: 8px;
}

.blackSS {
                                font-size:75%;
                                color: #333333;
                                line-height: 150%;
                                margin-top: 8px;
}

.profileY {
                                font-size:80%;
                                color: #333333;
                                line-height: 150%;
                                margin-bottom: 8px;
}

.profileS {
                                font-size:80%;
                                color: #333333;
                                line-height: 163%;
                                margin-bottom: 10px;
}

.BBox {
                                color: #ffffff;
                                background-color: #000000;
                                padding: 3px 5px 3px 7px;
}

.author {
                                width: 800px;
                                text-align: center;
                                padding: 4px;
                                margin-top: 0px;
                                margin-bottom: 35px;
                                color: #ffffff;
                                background-color: #000000;
                                padding: 3px 5px 3px 7px;
                                font-weight: bold;
}

.small {
                                font-size: 82%;
}

/* ■枠囲い■ */
.ColumnDashed {
                                border: dashed #0d974e 4px;
                                width: 760px;
                                text-align: center;
                                padding: 20px;
                                margin-bottom: 55px;
                                background-color: rgba(255,255,255,0.5);
}

.merit {
                                text-align: left;
                                margin-bottom: 17px;
                                margin-left: 40px;
}

.w800 {
                                width: 760px;
                                padding: 20px;
                                margin-bottom: 55px;
}

/* ■Footer■ */
.Footer {
                                background-color: #000;
                                color: #fff;
                                text-align: center;
}


