@charset "shift-jis";

* { font-size:14px; color: #444444; } 
body { background-color:#ffffff; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
font-family: "Century","メイリオ", Meiryo,serif;}

.blue { font-size:16px; color: #3cf; text-align: left }
.gray { font-size:14px; color: #444444; text-align: left }
.red { font-size:16px; color: #FF0000; text-align: left }

#wrap{
	width:800px;
	margin:0 auto;
	text-align:left;
	border: 0px;
}

#top{
 float:left;
 width:800px;
 padding-left:5px;
 padding-right:20px;
}

#title{
	width:800px;
    height:80px;
    color:#029EBC;
    
    text-shadow: 
	1px 1px 1px rgba(0, 0, 0, 0.6), 
	-1px -1px 1px rgba(255, 255, 255, 0.5); 
	
	background-repeat:no-repeat;
    padding-left:10px;
    padding-top:10px;
    font-size:25px;
    
    background:#eee; 
    border-bottom: 1px #ccc solid; 
    border-top: 0px #029EBC double; 
    margin:0; 
    background: -webkit-gradient(linear, left top, left bottom, from(#3cf), to(#fff));/* webkit */ 
    background: -moz-linear-gradient(top,  #3cf,  #fff);/* ff */ 
    -pie-background:linear-gradient(top,  #3cf,  #fff);/* ie */ 
    background:linear-gradient(to bottom,  #3cf,  #fff); /* ie10 */ 
    behavior: url(images/PIE.htc);  /* ie */ 

}

#title2{
    text-shadow: 
	1px 1px 1px rgba(0, 0, 0, 0.6), 
	-1px -1px 1px rgba(255, 255, 255, 0.5); 
	font size:12pt;

}

hr.style-one {
    width:790px;
    border:1px solid #029EBC;
}


#menu{
 float:left;
 width:180px;
 padding-left:15px;
 padding-right:10px;
 }


#content{
 float:left;
 width:560px;
 padding-left:5px;
 padding-right:20px;
 }

#menu ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
#menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}
#menu li.joui a{
	color: #444444;
	display: block; 
	text-align: left;
	font-size: 14px;
	text-decoration: none;
    background: #fff; 
    border-top:1px solid #ddd; 
    border-right:1px outset #ddd; 
    border-bottom:1px outset #ddd; 
    border-left:3px solid #029EBC; 
	padding: 3px 10px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */ 
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */ 
    background:linear-gradient(to bottom, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie10 */ 
    behavior: url(images/PIE.htc);  /* ie */ 
	width: 150px; 
	margin: 5px 0px 0px;
}
#menu li.joui a:hover{
	border-left: 4px solid #00434f;
	color: #017589;
	
    background: -moz-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #eee 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ddd), color-stop(51%,#ccc), color-stop(100%,#eee)); /* webkit */ 
    -pie-background:linear-gradient(top, #eee 0%, #ddd 50%, #ccc 51%, #eee 100%); /* ie */ 
    background:linear-gradient(to bottom, #eee 0%, #ddd 50%, #ccc 51%, #eee 100%); /* ie10 */ 
    behavior: url(images/PIE.htc);  /* ie */ 
}

#menu li.modoru a{
	display: block; 
	text-align: left;
	font-size: 14px;
	text-decoration: none;
    background: #fff; 
    border-top:2px solid #ccc; 
    border-right:2px solid #ccc; 
    border-left:2px solid #ccc; 
    border-bottom:2px solid #ccc; 
	padding: 5px 10px 5px 10px;
    background:#fff;
	width: 152px; 
	margin: 0px 0px	;
}
#menu li.modoru a:hover{
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #aaa;
}


#content li.setu { list-style:none; }
#content li.setu:before { content:"≫ "; color:#54d571;
	font-weight:bold; }
#content li.setu {
	 font-size:14px;
	 color: #444444;
	 text-align:left;
	 line-height: 1.2;
	 padding-bottom: 10px;
}

#content li.joui {
	list-style:none; 
	 font-size:14px;
	 color: #54d571;
	 text-align:left;
	 line-height: 1.2;
	 padding-bottom: 10px;
	 font-weight: bold;
}

#content li.kai {
	list-style:none; 
	 font-size:14px;
	 color: #444444;
	 text-align:left;
	 line-height: 1.2;
	 padding-bottom: 10px;
	 padding-left:10px;
}

.heading{
    font-size:16px;
    text-align: left;
    
    background: #fff; 
    border-top:1px solid #ddd; 
    border-right:1px outset #ddd; 
    border-bottom:1px outset #ddd; 
    border-left:3px solid #029EBC; 
    padding: 5px 0 5px 12px; 
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */ 
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */ 
    background:linear-gradient(to bottom, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie10 */ 
    behavior: url(images/PIE.htc);  /* ie */ 
} 


.header1{
	width: 250px;
	height:50px;
	font-size:12pt;
	position:relative; 
     text-align:center;
     background:#EBF7FA; 
     color:#029EBC;
     box-shadow: 
     0 3px 3px 0 rgba(0,0,0,0.1); 
     
     -moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */

}


.header2 {
    font-size:14px;
    text-align: left;
    color: hsl(180, 50%, 50%);
    padding-left: 5px;
    border-bottom: 4px double hsl(180, 50%, 50%);
}


#bq1{ 
	width:100px;
    height:70px;
	
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */

	border: 3px #029EBC solid;     /* 枠線の装飾 */
	background-color: #fff;

	text-align: center; 
	text-valign:center;
	color:#029EBC;
	font-weight:bold;

    } 
    

#bq2{ 
	width:220px;
	padding-bottom:15px;
    
    font-size:12pt;
	
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */

	border: 3px #029EBC solid;     /* 枠線の装飾 */
	background-color: #fff;

	text-align: center; 
	color:#029EBC;
	font-weight:bold;
    } 
    
.comm{
	font-size:10pt;
	font-weight:100;
}

.big{
	background-color:#ffe36b;
	height:70px;
	
	-moz-border-radius: 50%/50%;    /* Firefox */
	-webkit-border-radius: 50%/50%; /* Safari,Chrome */
	border-radius: 50%/50%;         /* CSS3 */
	
	padding-left:40px;
	padding-top:25px;
	font-size:14pt;
	color:#ff5216;
	font-weight:bold;
	
	text-shadow: 
	1px 1px 1px rgba(255, 255, 255, 1.5); 
}


.ura{
	padding-left:30px; 
	background-color:#f8b26b;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
}

.down{
  position: relative;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #54d571;
}

.down:after{
  position: absolute;
  content: '';
  top: -70px;
  left: -8px;
  width: 16px;
  height: 55px;
  background: #54d571;
}



.odd  { width:180px;
	height:50px;
	background-color:#80CEDD; 
	font-size:14px;
	padding-left: 7px;
}

.even  {
	height:50px;
	background-color:#EBF7FA; 
	font-size:14px;
	padding-left: 7px;
}

.tanto  {
	height:50px;
	background-color:#EBF7FA; 
	font-size:16px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
}


.jsk  {
	background-color:#EBF7FA; 
	font-size:12px;
	height:50px;
	padding-left: 7px;
}



h3{
    width: 250px;
    height: 30px;
    border-top-left-radius: 10px;     /* 左上 */
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    line-height: 30px;
    list-style: none;
    text-align: left;
    padding-left:10px;
    font-size: 12px;
    background: #80CEDD;
    margin-left: 0px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    z-index: 10;
}
h3:nth-child(odd),
h3:nth-child(odd){
    background: #80CEDD;
}
h3 span,
h3 span{
    position: relative;
    z-index: 20;
}
h3::after{
    content: "";
    height: 0;
    border-top: solid 15px rgba(0, 0, 0, 0);
    border-bottom: solid 15px rgba(0, 0, 0, 0);
    border-left: solid 15px #80CEDD;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 5;
}

#ichiran{
	background-color:#EBF7FA; 
	padding-bottom:5px;
	
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
}

.gazo{
	font-size:8pt;
	text-align:right;
	text-valign:top;
	padding-right: 10px;
	}

.genzai{
	font-size:8pt;
	text-align:right;
	text-valign:top;
	padding-right: 10px;
}