@charset "UTF-8";


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

body {
   margin:auto;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:13px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
	color:#00F;
   text-decoration:none;
}

a sub{
	color:#00F;
   text-decoration:none;
}

a:hover {
   color:#008000;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
.item1 li{
	padding:3px;
	display:inline;
	font-size:12px;
}
.maru li{
	list-style-type:circle;
}
.maru2{
	overflow:scroll;
	height:150px;
}
.aka{
	color:#F00;
	font-size:16px;
	padding-left:100px;
}
.aka1{
	color:#F00;	
}
.p15{
	font-size:15px;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   width:1050px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #008F7C;
   border-bottom:5px solid #008F7C;
}

#header {
   position:relative;
   width:1024px;
   height:90px;
   background:#fff;
}
#header1{
	float:left;

}
#header2{
	float:left;	

}
#menu {
   width:1050px;
   background:#000;
}


#contents {
   clear:both;
   width:1050px;
   margin-top:10px;
}

#main {
   float:left;
   margin:10px 10px;
   width:530px;
   background-color:#fcfcfc;   
}


#main2 {	
   float:left;
   margin:10px 10px;
   width:710px;
   background-color:#fcfcfc;   
}

#subL {
   float:left;
   margin-top:10px;
   width:180px;
}

#subR {
   float:left;
   width:310px;
}

#footer {
   position:relative;
   clear:both;
   width:960px;
}
#footer2 {
   clear:both;
   width:960px;
   margin-left:200px;
}

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


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 10px;
   padding-top:15px;
   font-size:22px;
   color:#000;
}

#header1 img{
	padding-top:15px;
	width:60px;
}

#h1b{
	font-size:16px;
	padding-left:0px;
}

#header h1 a {
   color:#000;
}

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

#header .pr {
   position:absolute;
   top:0px;
   right:-25px;
}



/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   background:url("../images/bg_menu.gif") 0 50% repeat-x;
}

#menu li {
   float:left;
   color:#333;
   list-style-type:none;
}

#menu li a {
   display:block;
   margin-right:1px;
   padding:0 20px;
   line-height:2.0;
   color:#fff;
   font-size:14px;
}

#menu li a:hover{
   color:#ddd;
}

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


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color:#00F;
}

#main a:hover {
   border:0;
   color:#008000;
   border-bottom:1px solid #008000;
}

#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:15px;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("../images/bg_h2.gif");
}

#main h3 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:3px double #000;
}

#main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   line-height:1.4;
   background:#ddd;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
   border-bottom:2px solid #333;
}

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

#main p{
   margin:0 0 1em 0;
   line-height:1.4;
}

#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}
.adsenbun{
	margin:0;
	width:100%
}
.adsenbun a:hover{
	background-color:#FCF;
}

/* ========MAIN2 CONTENTS CUSTOMIZE======== */
#main2 a {
	color:#00F;
}

#main2 a:hover {
   border:0;
   color:#008000;
   border-bottom:1px solid #008000;
}

#main2 h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:15px;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("../images/bg_h2.gif");
}

#main2 h3 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:3px double #000;
}

#main2 h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   line-height:1.4;
   background:#ddd;
}

#main2 h5 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
   border-bottom:2px solid #333;
}

#main2 h6 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
}

#main2 p{
   margin:0 0 1em 0;
   line-height:1.4;
}

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



/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section {
   background:#DEDDD0;
}

#subL h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#49BC1D url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

#subL ul {
   margin:0;
   padding:5px 0 3px 3px;
}

#subL li {
   margin:0;
   padding-left:18px;
   background:#DEDDD0 url("../images/bg_list.gif") 0 6px no-repeat;
   list-style:none;
}


/* ========subR CONTENTS CUSTOMIZE======== */
#subR .pr {
   margin:10px 0;
   text-align:left;
}
#subR p{
   text-align:left;
}

#subR h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#49BC1D url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

#subR ul {
   margin:0;
   padding:5px 0 1em 1em; 
   text-align:left;   
}

#subR li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#DEDDD0 url("../images/bg_list.gif") 0 4px no-repeat;
   list-style:none;
   text-align:left;   
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

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


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}



.button2{
	font-size:20px;
	background-color:#F00;
	border:groove #000;
	margin-left:6em;
}
.kaii{
	font-size:20px;
	background-color:#000;
	line-height:1.3em;
}
.kaii:hover{
	background-color:#FCF;
}

.yoko li{
	display:inline;
	padding:5px;
	color:#00F;
}
.yoko li a{
	color:#00F;
	font-size:12px;
}
.sp_contents{
	display:none;
}
td{
	text-align:left;
	vertical-align:top;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

