@charset "utf-8";

/*___________ 基本設定 ___________ */


/*___________チェック___________ */
.c14 {
	font-size: 14px;
	margin: 0;
	padding: 0px 0 2px 35px;
	background:url(http://www.gitsl.com/img/check.png) no-repeat 2px center;
	line-height: 200%;
	font-weight: ;
}
.c16 {
	font-size: 16px;
	margin: 0;
	padding: 0px 0 2px 40px;
	background:url(http://www.gitsl.com/img/check.png) no-repeat 2px center;
	line-height: 160%;
}

/*___________ タイトル head___________ */

.head1 {
	font-family:serif;
	font-size:35px;
	color:  #CF0008;
	font-weight: bold;
	line-height: 140%;
	margin:0;
	padding: px 0 px px;
	text-align: center;
}

.head3 {
	font-family:serif;
	font-size:22px;
	color:  black;
	font-weight: bold;
	line-height: 140%;
	margin: 20px 0 0 0;
	padding: 0px 0px 0 10px;
	text-align: left;
	border-top: solid 0px #DF7800;
	border-bottom: solid 1px #DF7800;
	border-left: solid 7px #DF7800;
	border-right: solid 0px #DF7800;
}

.head4 {
	font-family:serif;
	font-size:18px;
	color:  white;
	font-weight: bold;
	line-height: 140%;
	margin: 20px 0 0 0;
	padding: 3px 0px 3px 10px;
	text-align: center;
    background-color: navy; 
}


/*___________ 枠 waku___________ */
.waku-ora {
	background-color: ;
	border: 1px solid #DF7800;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}


/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}

/* ____ テキスト設定 ____ */
.y {
	font-weight: bold;
	background-color: yellow;
}
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}

#teachersvoice {
	background:url(http://www.gitsl.com/topimg/bg_teachers_voice.jpg) repeat-y;
	width: 574px;
	margin: 0 0 0 1px;
	text-align:left;
}
#teachersvoice dl {
	width: 500px;
	margin: 0 0 20px 35px;
	border: 2px solid #CCCCCC;
}
#teachersvoice dt {
	background: #EEE;
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
}
#teachersvoice dd {
	padding: 10px 15px 10px 0;
	line-height: 1.4;
    zoom: 1;
}
#teachersvoice dd:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0; 
    visibility: hidden;
}

#teachersvoice dd img {
	display:block;
	margin: 5px;
	float: right;
}


/* ____ title ____ */

.css3Title15{
	position:relative !important;
	width:auto !important;
	height:auto !important;
	text-align:left !important;
	padding-left: 7px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	border-top: 1px solid #CCCCCC !important;
	border-left: 1px solid #CCCCCC !important;
	border-right: 1px solid #CCCCCC !important;
	border-bottom: 3px solid #AD0000 !important;
	border-radius: 3px 3px 0px 0px !important;
	-moz-border-radius: 3px 3px 0px 0px !important;
	-webkit-border-radius: 3px 3px 0px 0px !important;
	background-color: #FFFFFF !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)) !important;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE) !important;
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE) !important;
	background-image: -ms-linear-gradient(top, #FFFFFF, #EEEEEE) !important;
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE) !important;
	background-image: linear-gradient(to bottom, #FFFFFF, #EEEEEE) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#EEEEEE) !important;
}
.css3Title15 h1,
.css3Title15 h2,
.css3Title15 h3,
.css3Title15 h4,
.css3Title15 h5,
.css3Title15 h6{
	margin:0px !important;
	font-family: auto !important;
	font-weight: bold !important;
	font-size: auto !important;
	color: #444444 !important;
	padding-left: 5px !important;
	border-left: 3px solid #AD0000 !important;
}
