.border_green_all {
	border: 1px solid #91CC1B;
}

.border_green_left30_bottom {
	border-bottom-width: 1px;
	border-left-width: 30px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #91CC1B;
	border-left-color: #91CC1B;
}

.border_all_black {
	border: 1px solid #333333;
}

.border_notop_black {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.border_bottom_black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.border_dotted_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#border_dotted_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}

.border_dotted_red_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B51729;
}

.border_left_black {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}

.border_left_bottom_black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}

.border_left_right_bottom_black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#bg_blue_border_bottom {
	background-color: #A2A8D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91CC1B;
}


.blue {
	line-height: 1.3em;
	color: #2556A4;
}
.blue_bold {
	font-weight: bold;
	line-height: 1.5em;
	color: #2556A4;
}
.blue_light_bold {
	font-weight: bold;
	line-height: 1.5em;
	color: #008ACF;
}
.red {
	color: #B51729;
	line-height: 1.3em;
}
.red_bold {
	font-weight: bold;
	color: #B51729;
	line-height: 1.5em;
}

.bold {
	font-weight: bold;
}

.large {
	font-size: large;
	line-height: 1.3em;
	font-weight: bolder;
}

#med {
	font-size: medium;
}

.s {
	font-size: small;
	line-height: 1.3em;
}

.xs {
	font-size: x-small;
	line-height: 1.3em;
}

#xs {
	font-size: x-small;
}

.xxs {
	font-size: xx-small;
	line-height: 1.3em;
}

#xxs {
	font-size: xx-small;
	line-height: 1.3em;
}


#padding2 {
	margin: 0px;
	padding: 2px;
}

#padding2_5 {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#padding5 {
	margin: 0px;
	padding: 5px;
}

#padding10 {
	margin: 0px;
	padding: 10px;
}

#padding3_10 {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#padding5_10 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#padding10_5 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#padding_top20 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#padding_bottom10 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#padding_bottom20 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#padding_left27 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}

#padding_top10_left27 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}


#margin_left10{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#margin_right10{
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#margin_bottom10{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.bg_beige {
	background-color: #E9E0CC;
}
.bg_pink {
	background-color: #EACBD1;
}
.bg_orange_light {
	background-color: #F9C694;
}
.bg_orange_light2 {
	background-color: #FDEACE;
}
#bg_gray {
	background-color: #DFDFDF;
}
.bg_gray {
	background-color: #DFDFDF;
}
.bg_gray_light {
	background-color: #EDE7E4;
}
.bg_blue {
	background-color: #A2A8D2;
}


#con_title {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #91CC1B;
	border-left-color: #91CC1B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91CC1B;
}
#table_title {
	background-image: url(bosyu/img/table_title_back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 3px;
	font-weight: bolder;
}
#nennkan {
	background-image: url(curriculum/img/03_back.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 850px;
	width: 680px;
}
.margin_bottom10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#katei_left {
	background-image: url(curriculum/img/left_back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 5px;
	height: 194px;
	width: 210px;
}
#katei_center {
	background-image: url(curriculum/img/center_back.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 194px;
	width: 210px;
	margin: 0px;
}
#katei_right {
	background-image: url(curriculum/img/right_back.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 194px;
	width: 210px;
	margin: 0px;
}
.curriculum_list {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(curriculum/img/list_back.jpg);
	background-repeat: repeat-y;
}
.kiso1 {
	background-color: #B4C0AC;
}
.kiso2 {
	background-color: #DDDFD6;
}
.hatten1 {
	background-color: #DDB8A2;
}
.hatten2 {
	background-color: #ECD9CD;
}
.jigyo1 {
	background-color: #B0BFC6;
}
.jigyo2 {
	background-color: #DBE0E2;
}
.ensyu1 {
	background-color: #D8CBA9;
}
.ensyu2 {
	background-color: #EDE6D6;
}
#no_list {
	background-image: url(curriculum/img/no_list.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}
#kiso_curriculum {
	background-image: url(curriculum/img/kiso_curriculum.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}
#kiso_curriculum2 {
	background-image: url(curriculum/img/kiso_curriculum2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}

#hatten_curriculum {
	background-image: url(curriculum/img/hatten_curriculum.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}

#jigyo_curriculum {
	background-image: url(curriculum/img/jigyo_curriculum.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}

#jigyo_curriculum2 {
	background-image: url(curriculum/img/jigyo_curriculum2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}

#no_curriculum {
	background-image: url(curriculum/img/no_curriculum.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}


#no_curriculum2 {
	background-image: url(curriculum/img/no_curriculum2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}


#daylist {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #F0AA00;
	padding: 5px;
	font-weight: bold;
	margin: 0px;
}
#time_list {
	background-color: #FDEACE;
	padding: 5px;
	margin: 0px;
	line-height: 1.5em;
	font-size: x-small;
}

.time_list {
	background-color: #FDEACE;
	padding: 5px;
	margin: 0px;
	font-size: x-small;
}

.time_height{
	height:4em;
}

.border_left_white {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.border_right_white {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#gray_list {
	background-color: #EDE7E4;
	margin: 0px;
	padding: 2px;
}
