@charset "Shift_JIS";

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4, h5, h6 ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot{
  margin: 0;
  padding: 0;
}


ol, ul{
  list-style: none;
}

img{
  max-width: 100%;
  height: auto;
  border: 0;
}

a:link{
  color: #009900;
}

a:visited{
	color: #22a355;
}

a:hover{
	color: #00cc00;
}

p{
  margin: 0px;
  padding: 5px;
  line-height: 1em;
  text-align:left;
 }

body{
  width: 100%;
  max-width: 1000px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
    margin: auto;
    font-size: 14px;
 }
table,th,td {
  margin-left:auto;margin-right:auto;
  text-align:center;
  border-collapse:  collapse;
  border: 1px solid #ccc;
}
         
}

#wrap1{
  width: 100%;
  margin: auto;
}
 
#wrap1::after   {
  content: "";
  display: block;
  clear: both;
}
 
#boxA{
	border-width: 1px;
	border-style: solid;
	border-color: #a8ffa8;
	background-image: url(gazou/kabegami/mon-g.gif);
	padding: 5px;
	text-align: center;
	margin: 3px;
	}
 
#boxB1{
       text-align:center;
             }
#boxB2{
       text-align:center;
       text-decoration: none;
    }
 
#boxC{
	border-width: 1px;
	border-style: solid;
	border-color: green;/* green */
	color: white;
	background-color: green;
       text-align:center;
       margin: 5px;
       }
.simple{
	font-size: 13px;
	color: gray;
	padding: 5px;
	text-align: left;
	line-height: 1rem;
}
.small{
	font-size: 12px;
	color: gray;
	padding: 5px;
	text-align: left;
       line-height: 0.9rem;	
}
h1{
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #cc0000;
	text-align: center;
	padding: 4px;
	font-family: "ＭＳ Ｐゴシック";
}
h2{
	font-size: 16px;
	color: green;
	padding: 10px;
       text-align: left;
       font-family: "ＭＳ Ｐゴシック";
       text-decoration: none;
	}
h3{
	font-size: 14px;
	color: green;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
       text-align: left;
}

.menu{
	font-size: 14px;
	color: green;
	background: linear-gradient(to right, #c3edbd, #eeffee);
	padding: 5px;
	text-decoration: none;
	margin: 5px;
	}
.pinkmenu{
	font-size: 14px;
	color: #dd0000;
	background-color: #ffe6ff;
	text-decoration: none;
	margin: 5px;
	}
.rule{
       border: solid 1px #cc0000;
       box-shadow:1px 1px 1px 1px #bbb;
       margin: 5px;
       margin-bottom:10px;
       background: linear-gradient(to bottom right, #fff8dd, #fcdfdf); 
       
}
.sidemenu{
       border-width: 1px;
	border-style: solid;
	border-color: #a8ffa8;
       margin: 5px;
}
.topmenu{
       border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
       margin: 5px;}

@media screen and (min-width:641px){
#boxB1{
  box-sizing: border-box;
  float: right;
  width: 70%;
}
#boxB2{
  box-sizing: border-box;
  float: left;
  width: 30%;
}
}

