@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========CSS RESET======== */

* {
	margin:0;
	padding:0;
}

/* ========全体======== */

body {
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#666;

}

br {
   letter-spacing:normal;
}

a {
   text-decoration:none;
}

a:hover {
   text-decoration:none;
}

img  {
   border:0;
}

/* ======== WIREFRAME======== */
div#wrapper {
   width:970px;
   margin:0 auto;
   text-align:left;
   padding:20px 10px 0 10px;

}

div#menu {
	width:970px;
	margin:0px;
	padding: 0px;
	background:#fff 100% 100% no-repeat;
}


div#header {
   width:970px;
   height:80px;
   margin:0px;

}

h1  {
   width:700px;
   height:80px;
   margin:0px auto;
}

div#container {
   width:970px;
   margin:10px 0px;
   background:#fff repeat-y;
}

div#contents1{
   float:left;
   width:460px;
   padding:10px 10px;
   background:#fff repeat-y;
	 font-size:100%;
}
div#contents2{
   float:right;
   width:460px;
   padding:10px 10px;
   background:#fff repeat-y;
}

div#footer {
   clear:both;
   width:970px;
   margin:10px auto;
   padding-top: 10px;
   border-top:2px solid #64aa44;
}

/* 回り込み解除 */
div#menu:after,
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   margin:0;
   padding:0;
   text-align:center;
   font-size:75%;/* 12px相当 */
   font-weight:bold;
   list-style-type:none;
}

div#menu li a {
	color:#fff;
   display:block;
   width:194px;
   line-height:24px;
   border-top:2px solid #f8e100;
   border-bottom:2px solid #c4003f;
   background:#64aa44;
}

div#menu li a:hover {
	color:#fff;
   background:#b4ce5c;
}

/* ========CUSTOMIZE======== */
div#container a {
	color:#64aa44;
	border:0;
}
div#container a:hover {
	color:#333;
	border:0;
}
span.orenge {
	color:#d78113;
}
span.red {
	font-size:36px;
	color:#c4003f;
}

div#contents1 h2 {
	margin:10px 0;
	background:#fff;
   text-align:center;
   color:#000;
   font-style:normal;
   font-size:113%;/* 17px相当 */
}


h3 {
	margin:20px;
	text-align:center;
	color:#64aa44;
	font-style:normal;
	font-size:100%;/* 13px相当 */
}

div#contents1 p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
	text-align: justify;
	text-justify: distribute;
}

div#contents1 img {
	margin:5px auto;
	border:1px solid #64aa44;
}

table.haitatu{
	font-size:70%;/* 11px相当 */
	color:#000;
	border-top:1px solid #000;
    border-left:1px solid #000;
    border-collapse:collapse;
		border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	

}
.haitatu th{
	 border-right:1px solid #000;
    border-bottom:1px solid #000;
		text-align:center;
			padding:2px;

}
.haitatu td{
	border-right:1px solid #000;
    border-bottom:1px solid #000;
		text-align:center;
		padding:2px;
}


div#contents2 h2 {
	margin:10px 0;
	background:#fff;
   text-align:center;
   color:#000;
   font-style:normal;
   font-size:113%;/* 17px相当 */
}

div#contents2 h3 {
	margin:20px;
	font-size:82%;/* 13px相当 */
}
div#contents2 img {
	margin:5px auto;
	border:1px solid #64aa44;
}

div#contents2 p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
	text-align: justify;
	text-justify: distribute;
}
div#contents2 h4 {
	margin:30px 0 10px;
	background:#fff;
   text-align:center;
   color:#c4003f;
   font-style:normal;
   font-size:125%;/* 20px相当 */
}

h5 {
	margin:10px 0;
	background:#fff;
   color:#000;
   font-style:normal;
   font-size:113%;/* 17px相当 */
}
div#contents2 h6 {
	margin:10px 0;
	background:#fff;
	border-bottom:solid 1px #000;
   color:#000;
   font-style:normal;
   font-size:82%;/* 13px相当 */
}

div#contents2 img {
	margin:5px 81px;
	border:1px solid #64aa44;
}
span.yen {
	color:#c4003f;
}
	
/* ========FOOTER CUSTOMIZE======== */

div#footer ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left:375px;
}

div#footer li{
	float: left;
	font-style:normal;
	font-size:60%;/* 11px相当 */
}

div#footer a{
	color:#64aa44;
}

div#footer a:hover{
	color:#333;
}
address {
   clear:both;
   background:#fff;
   text-align:center;
   color:#333;
   font-style:normal;
   font-size:60%;/* 11px相当 */
}