@charset "utf-8";

body {
  font-family: Meiryo, Verdana, sans-serif;
  font-size: 13px;
  font-size: small;
  font: x-small;
}

table {
  font-size: 100%;
}

select, input, textarea {
  font-family: Meiryo, Osaka, "MS P Gothic", Arial, sans-serif;
  font-size: 99%;
}

pre, code, samp, kbd, var {
  font-family: Consolas, Monaco, monospace;
  font-size:100%;
}

sub, sup {
  font-size: 50%;
}

.boldtitle1 {
	color:#333333;
	font-size:1.5em;
	margin-top:10px;
}

.midasi {
	font-size: 0.9em;
	line-height: 150%;
	color:#333333;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}

.midasi2 {
	font-size: 1.5em;
	color:#FFCC00;
	font-weight: bold;
	border-bottom: dotted 3px orange;
}

.midasi2s {
	font-size: 1.2em;
	color:#FFCC00;
	font-weight: bold;
	border-bottom: dotted 3px orange;
}

.blueline {
	line-height:2.5;
	font-size: 1.2em;
	color:cornflowerblue;
	font-weight: bold;
	border-bottom: dotted 3px #32A1E6;
}

.midasi2sln {
	font-size: 1.2em;
	color:#FFCC00;
	font-weight: bold;
	margin-bottom:0 0 0 0;
	line-height:0;
	
}

.midasi3 {
	font-size: 1em;
	line-height: 110%;
	color:#00CC99;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
}

.midasi3s {
	font-size: 0.8em;
	line-height: 110%;
	color:#00CC99;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
}

.midasi3b {
	font-size: 1.2em;
	line-height: 110%;
	color:#00CC99;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
}

.midasi4 {
    padding: 0.8rem 0 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #8DDF9F 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #323232;
    font-weight: bold;
    font-size: 16px;
}

.midasi5 {
    padding: 0.8rem 0 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #04D8F2 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #323232;
    font-weight: bold;
    font-size: 16px;
}

.midasi6 {
    padding: 0.8rem 0 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #FDFC49 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #323232;
    font-weight: bold;
    font-size: 16px;
}

.m4 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #d1dce3, #d1dce3 4px,#FCFEFD 3px, #FCFEFD 8px);
  background: repeating-linear-gradient(-45deg, #d1dce3, #d1dce3 4px,#FCFEFD 3px, #FCFEFD 8px);
  border-radius: 7px;
}

.m4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d1dce3;
  width: 0;
  height: 0;
}

.m5 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #b7ebc3, #b7ebc3 4px,#FCFEFD 3px, #FCFEFD 8px);
  background: repeating-linear-gradient(-45deg, #b7ebc3, #b7ebc3 4px,#FCFEFD 3px, #FCFEFD 8px);
  border-radius: 7px;
}

.m5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #b7ebc3;
  width: 0;
  height: 0;
}

.m6 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fcfca4, #fcfca4 4px,#FCFEFD 3px, #FCFEFD 8px);
  background: repeating-linear-gradient(-45deg, #fcfca4, #fcfca4 4px,#FCFEFD 3px, #FCFEFD 8px);
  border-radius: 7px;
}

.m6:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fcfca4;
  width: 0;
  height: 0;
}

.midasi4_c {
    padding: 0.8rem 0 0;
    margin-bottom: 0.2rem;
	text-align:center;
    color: #323232;
    font-weight: bold;
    font-size: 16px;
}

.heading19 {
	position: relative;
	padding-bottom: 10px;
	font-size: 26px;
}

.heading19:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.honbun {
	font-size: 0.8em;
	line-height: 150%;
	color:#3E3E3E;
	font-weight:normal;
	text-align:left;
}


.honbun_g {
	font-size: 0.9em;
	line-height: 150%;
	color:#00CC99;
	font-weight:bold;
	text-align:left;
}

.honbun_cen {
	font-size: 0.8em;
	line-height: 150%;
	color:#3E3E3E;
	font-weight:normal;
	text-align:center;
}

.honbununder {
	font-size: 1em;
	line-height: 150%;
	color:#3E3E3E;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
}

.honbun_c {
	font-size: 0.9em;
	line-height: 150%;
	color:#3E3E3E;
	text-align:center;
}

.honbunbig {
	font-size: 24px;
	line-height: 150%;
	color:#3E3E3E;
	text-align:center;
	font-weight:bold;
}


.honbunbig_red {
	font-size: 24px;
	line-height: 150%;
	color:#FF0033;
	text-align:center;
	font-weight:bold;
}

.honbun_s {
	font-size: 0.7em;
	color:#333333;
	font-weight:normal;
	text-align:left;
}

.honbun_sc {
	font-size: 0.7em;
	color:#CCCC00;
	font-weight:normal;
	text-align:left;
}

.honbun_sunder {
	font-size: 0.8em;
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
	font-weight:bold;
}

.honbun2 {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
    line-height: 150%;
	color: #ffffff;
}

.honbun3 {
	font-size: 0.8em;
	line-height: 150%;
	color:#666600;
	font-weight:normal;
}

.honbun4 {
	font-size: 12px;
	line-height: 150%;
	color:#333333;
	font-weight:normal;
}

.honbun5 {
	font-size: 11px;
	line-height: 150%;
	color:#333333;
	font-weight:normal;
}

.honbun6 {
	font-size: 0.8em;
	line-height: 150%;
	color:#CC3333;
	font-weight:bold;
}

.honbun7 {
	font-size: 1em;
	line-height: 150%;
	color:#333333;
	font-weight:bold;
}


.style1 {
	color: #CC3333;
}


.handy{
	color:#333333;
	size:0.7em;
}

.handybold{
	color:#333333;
	size:0.7em;
	font-weight:bold;
}

.footermenu {
	font-size: 0.7em;
	line-height: 150%;
	color:#333333;
	font-weight:normal;
}

.hr1 {
  display: block;
  height: 1px;
  background-image:url(themes/design1/theme-images/line700.gif);
  background-repeat: no-repeat;
  background-position:center;
  margin: 10px 0 10px 0;
}

.hr2 {
  display: block;
  height: 3px;
  background-image:url(themes/design1/theme-images/line500.gif);
  background-repeat: no-repeat;
  background-position: left;
  margin: 1em 0 1em 0;
}

.hr3 {
  display: block;
  height: 3px;
  background-image:url(themes/design1/theme-images/line235.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: 2px 0 2px 0;
}

