@charset "utf-8";
/* CSS Document */


.txt_super {
	vertical-align: super;
	font-size: 80%;
}

.txt_blue01 {
	color:#06C;
}

.txt_big01 {
	font-size: 112%;
}
.txt_big02 {
	font-size: 117%;
}
.txt_big03 {
	font-size: 125%;
}
.txt_big04 {
	font-size: 140%;
}

.txt_small01 {
	font-size: 94%;
}
.txt_small02 {
	font-size: 89%;
}
.txt_small03 {
	font-size: 85%;
}

.txt_idt30 {
	padding-left: 3em;
	text-indent: -3em;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.lh180 {
	line-height: 1.8em;
}

#main h2 {
	background: #FFF url(../images/h2_1.png) no-repeat center left;
	border: 2px solid #F0CEDA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	font-size: 125%;
	margin: 20px 0 10px 0;
	padding: 7px 15px 6px;
	position: relative;
	font-weight: normal;
}
 
#main h2:before {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    content: "";
    height: 25px;
    left: 0.5em;
    margin-top :-13px;
	position: absolute;
    top: 50%;
    width: 8px;
}

#main h3,#sub h3 {
	font-size: 111%;
	padding: 6px 13px 4px 25px;
	margin: 0;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFF url(../images/h2_2.gif) no-repeat center left;
}

#main h4 {
  position: relative;
  color: #fff;
  background: #666;
  line-height: 1;
  border :1px solid #666;
  margin: 20px -10px 10px -10px;
  padding: 8px 5px 6px 10px;
  border-radius: 3px;
}
#main h4:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #666;
}

#main div.ttl01,
#main div.ttl01_s {
  border-left :6px solid #659B13;
  padding: 4px 5px 2px 8px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  background: #D8E4AF;
  font-weight: bold;
  letter-spacing: 1px;

}

#main div.ttl01_s {
	font-size: 80%;
	margin-top: 0;
	letter-spacing: 0;
	font-weight: normal;
}
#main div.ttl02a,
#main div.ttl02b,
#main div.ttl02c {
	position: relative;
	margin: 0 -10px 0 -10px;
	padding: 15px 20px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	text-align: center;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
}
#main div.ttl02a {
	background: #FFDCC1;
	background: -moz-linear-gradient(top, #FFBF87, #FFDCC1);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#FFBF87), to(#FFDCC1));　/* Safari,Google Chrome用 */  
}
#main div.ttl02b {
	background: #DCEAC6;
	background: -moz-linear-gradient(top, #B4CC80, #DCEAC6);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#B4CC80), to(#DCEAC6));　/* Safari,Google Chrome用 */  
}
#main div.ttl02c {
	background: #FAC9D0;
	background: -moz-linear-gradient(top, #F59EAB, #FAC9D0);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#F59EAB), to(#FAC9D0));　/* Safari,Google Chrome用 */  
}
#main div.ttl02a:before,
#main div.ttl02b:before,
#main div.ttl02c:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 0 solid transparent;
}
#main div.ttl02a:before {
	border-right: 10px solid #FF912D;
}
#main div.ttl02b:before {
	border-right: 10px solid #8FB147;
}
#main div.ttl02c:before {
	border-right: 10px solid #F592A0;
}
#main div.ttl02a:after,
#main div.ttl02b:after,
#main div.ttl02c:after {
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
}
#main div.ttl02a:after {
	border-top-color: #FF912D;
}
#main div.ttl02b:after {
	border-top-color: #8FB147;
}
#main div.ttl02c:after {
	border-top-color: #F592A0;
}

#main div.ttl02_in {
	position: relative;
	padding: 10px 10px 8px;
	text-align: left;
	box-shadow:	0 5px 4px -4px rgba(0,0,0,0.3) inset;
	border-radius: 5px;
	background: #FFF;
	margin-top:0.5em;
}

#main div.ttl03a,
#main div.ttl03b,
#main div.ttl03c {
	color: #FFF;
	font-size: 115%;
	border-radius: 5px 5px 0 0;
	padding: 8px 8px 6px;
	text-align: center;
	font-weight: bold;
}
#main div.ttl03a {
	background: #F96900;
}
#main div.ttl03b {
	background: #83AC3E;
}
#main div.ttl03c {
	background: #F05B72;
}

#main div.ttl04 {
  padding: 4px 5px 2px 15px;
  margin-bottom: 0.5em;
  background: #659B13;
  font-weight: bold;
  letter-spacing: 1px;
	color:  #FFF;
	border-radius: 5px;
}

#main div.ttl05 {
  padding: 7px 0;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #D8E4AF;
  font-weight: bold;
	font-size: 107%;
}

