@charset "shift_jis";


/*基本設定*/

body {
  font-family: 'ＭＳ ゴシック';
  margin: 0px;
  padding: 0;
}

.header {
  font-size : 12px;
  color : #ffffff;
  text-align: right;

}

.comment {
  font-size : 14px;
  line-height: 180%;
  text-align: left;

}

.koushi1 {
  font-size : 14px;
  color : #14a73b;
  text-align: left;
  width: 170px;


}

.koushi2 {
  font-size : 14px;
  line-height: 160%;
  text-align: left;

}

.jugyo {
  font-size : 14px;
  line-height: 140%;
  text-align: left;

}

.jugyo1 {
  font-size : 16px;
  line-height: 140%;
  font-weight: bold;
  text-align: left;

}

.hoshin1 {
  color : #2cf862;
  font-weight: bold;
  text-align: left;

}
.hoshin2 {
  color : #068728;
  font-weight: bold;
  text-align: left;

}

.hoshin1-1 {
  font-size : 22px;
  color : #2cf862;
  font-weight: bold;
  text-align: left;

}
.hoshin2-1 {
  font-size : 22px;
  color : #068728;
  font-weight: bold;
  text-align: left;

}


.midashi {
  font-size : 30px;
  color : #ffffff;
  font-weight: bold;
  background-color: #14a73b;
  text-align: left;
	padding: 6px;

}


.kouza {
  font-size : 24px;
  line-height: 140%;
  font-weight: bold;
  background-color: #faf7e2;
  text-align: left;
	padding: 6px;

}

.kouza1 {
  font-size : 24px;
  color: #2cf862;
  font-weight: bold;
  text-align: left;
}

.kouza2 {
  font-size : 24px;
  color: #068728;
  font-weight: bold;
  text-align: left;
}

.kouza3 {
  font-size : 18px;
  font-weight: bold;
  text-align: left;
}

table.kouza4 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid;
}

.juku {
  font-size : 20px;
  line-height: 140%;
  color : #ffffff;
  background-color: #3582d8;
  text-align: left;

}


.footer1 {
  font-size : 14px;
  color : #000000;
  text-align: left;
}

.footer2 {
  font-size : 14px;
  color : #000000;
  text-align: center;
}


.sen {
  border : 1px solid #e7e7e7;
}

#formWrap {
	width:900px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;

}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
