@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
   font-size:12px;
   color:#333;
   background:#fff url("../images/bg.gif") 0 155px repeat-x;
   border-top:7px solid #ff8c00;
}

br {
   letter-spacing:normal;
}

a{/*リンクされた文字*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


img {
   border:0;
   vertical-align:bottom;
}

img2 {float:left;
}



h1,h2,h3,h4,h5,h6 {
   margin:0;
}

em {
   font-style:normal;
   background:#ff0;
}


*.float {
	float: left;
	margin-right: 1em;
}

*.float_r {
	float:right;
	margin-right: 1em;
}


*.floatclear {
	clear: both;
}

*.e2-3mar li { margin-bottom: 8px; }

/* ========TEMPLATE LAYOUT======== */

#top {
    width:780px;
    margin:30px auto;
    padding:20px;
    border:1px solid #ddd;
    -moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
    -webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
    box-shadow:0 0 10px #bfbfbf;
    background:#fff;
}

#header {
   position:relative;
   width:780px;
}

#headImage {
   width:780px;
}


#pr {
   position:absolute;
   left:0;
   top:0;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   float:left;
   width:780px;
   margin-top:10px;
   background:#bf5900;
   background:-moz-linear-gradient(top, #bf5900, #f77402);/* Firefox用 */
   background:-webkit-gradient(linear, left top, left bottom, from(#bf5900), to(#f77402));/* Safari, Chome用 */
}

#icatch {
   width:780px;
}

#icatch2 {
   width:760px;
   padding:10px;
}

#contents {
   float:left;
   width:760px;
   padding:10px;
   background:#fff;
}

#main {
	float:left;
	width:760px;
}

#sub {
   float:right;
   width:220px;
}

#pageTop {
   clear:both;
}

#footMenu {
   float:left;
   width:780px;
   margin-top:10px;
}

#footer {
   clear:both;
   width:780px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:1em 0 0 0;
   font-size:28px;
   color:#fff;
   line-height:1.0;
}

#header h1 a {
   color:1503fe;
}

#header h1 a:hover {
   color:#f1f1f1;
}

#header #pr p {
   margin:0;
   color:#fff;
}

#header #pr p a {
   color:#fff;
}

#header #gnavi ul {
   list-style:none;

}
#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #gnavi li a {
   display:block;
   padding-left:10px;
   color:#1503fe;
   background:url("../images/bg_gnavi.gif") 0 5px no-repeat;
}

#headImage {
   width:780px;
   height:228px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
   position:absolute;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   margin:0;
   padding:10px 10px 0 10px;
   list-style:none;
}

#menu li {
   float:left;
   margin:0;
   padding:0;
}

#menu li a {
   display:block;
   padding:8px 20px;
   font-weight:bold;
   color:#fff;
   outline:none;
}

#menu li a:hover {
   border:none;
   text-shadow:0 0 5px yellow;
}

#menu .active {
   background:#fff;
   background:-moz-linear-gradient(top, #f1f1f1, #fff);
   background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
}

#menu .active a {
   color:#316900;
}

#menu .active a:hover {
   color:#316900;
   text-shadow:none;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#316900;
}

#main a:hover {
   color:#316900;
   text-decoration:underline;
}

#main h2 {
   margin-bottom:5px;
   padding:1px 10px;
   font-size:15px;
   font-weight:bold;
   color:#fff;
   line-height:2.0;
   background:#316900;
}

#main h3 {
   margin-bottom:3px;
   padding-left:5px;
   font-size:14px;
   border-left:5px solid #316900;
   border-bottom:1px solid #316900;
}

#main h4 {
   margin-bottom:2px;
   padding:2px 2px 2px 5px;
   font-size:13px;
   color:#fff;
   border-left:5px solid #316900;
   background:#59bd02;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   border-bottom:1px solid #316900;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
   margin:0px 0px 20px 0px;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#e9f9f2;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:5px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#333;
}

#sub ul {
   margin:0;
   padding:0;
}

#sub li {
   margin-top:-1px;
   line-height:1.4;
   border:1px solid #333;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 12px;
}

#sub li a:hover {
   display:block;
   background:#D4D4D4;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:5px 0;
   padding:0;
   text-align:center;
   
}

#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   font-size:13px;
   list-style:none;
}

#footMenu li a {
   color:#fff;
}

#footMenu li a:hover {
   color:#999;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
}

.red {
	color: #F00;
}

/*-------------------------------------*/
/* 見出し装飾 */
/*-------------------------------------*/

.chapter1{
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.chapter2{
	padding-bottom: 4px;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}

.chapter3{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size: 14px;
	font-weight: bold;
}
.chapter4{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size: 16px;
	font-weight: bold;
}
.chapter5{
	padding: 6px 8px;
	background: #efefef;
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.chapter6{
	padding: 6px 8px;
	background: #ccc;
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.chapter7{
	padding: 6px 8px;
	background: #666;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter8{
	padding: 6px 8px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter9{
	padding: 6px 8px;
	background: #c00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter10{
	padding: 6px 8px;
	background: #900;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter11{
	padding: 6px 8px;
	background: #63C068;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter12{
	padding: 6px 8px;
	background: #F5F6E4;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.chapter13{
	padding: 6px 8px;
	background: #F9EBF8;
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

.chapter14{
	padding: 6px 8px;
	background: #BEA581;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter15{
	font-size: 14px;
	font-weight: bold;
}

.chapter16{
	font-size: 16px;
	font-weight: bold;
}

.chapter17{
	font-size: 18px;
	font-weight: bold;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@font-face {
    font-family: minmoji;
    src: url('https://minmoji.ucda.jp/fontseot/http%3A__www.moni2.org_moni2_Top.htm');
    src: local('minmoji'),
        url('https://minmoji.ucda.jp/fontswoff/http%3A__www.moni2.org_moni2_Top.htm') format('woff'),
        url('https://minmoji.ucda.jp/fonts/http%3A__www.moni2.org_moni2_Top.htm') format('opentype');
}

body {
    font-family: minmoji;
}