@charset "EUC-JP";

/* Block_column +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.column_group {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	/*色設定*/
}

.column_title {
	text-align: left;
	font-size: 116%;
	font-weight: bold;
	border-style: dashed;
	border-width: 2px 0 2px 0;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	/*色設定*/
	color: #000033;
	border-color: #225599;
	background-image: url("image/mess_back.gif");
	background-repeat: repeat;
}

.column_footer {
	clear: both;
	text-align: right;
	font-size: 77%;
	border-width: 0 0 1px 0;
	border-style: dashed;
	margin: 0 0 20px 0;
	padding: 5px 5px 5px 5px;
	/*色設定*/
	border-color: #447DB4;
	color: #0B246B;
}

#column_0,#column_1,#column_2,#column_3,#column_4,#column_5,#column_6,#column_7,#column_8,#column_9,#column_10,#column_11,#column_12,#column_13,#column_14
	{
	padding: 0 6px 10px 6px;
}

.image_group {
	margin: 0 0 10px 0;
	text-align: center;
}

.image_1,.image_2 {
	margin: 0 0 0 5px;
}

.image_4 {
	margin: 10px 0 0 0;
}

#column_1 .image_group {
	float: left;
	padding: 0 8px 0 0;
}

#column_2 .image_group {
	float: right;
	padding: 0 0 0 10px;
}

#column_3 .image_group {
	text-align: left;
}

#column_4 .image_group {
	text-align: center;
}

#column_5 .image_group {
	text-align: right;
}

#column_6 .image_group {
	text-align: left;
	margin: 10px 0 0 0;
}

#column_7 .image_group {
	text-align: center;
	margin: 10px 0 0 0;
}

#column_8 .image_group {
	text-align: right;
	margin: 10px 0 0 0;
}

#column_12 .image_group {
	margin: 10px 0 0 0;
}

#column_13 .image_group {
	margin: 10px 0 0 0;
}

#column_14 .image_group {
	margin: 10px 0 0 0;
}

/* 予定表設定 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.group_schedule {
	text-align: center;
	border-style: solid;
	border-width: 0px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	/*色設定*/
}

.group_schedule a:link {
	color: #AFFF87;
	text-decoration: none;
}

.group_schedule a:visited {
	color: #AFFF87;
	text-decoration: none;
}

.group_schedule a:active {
	color: #FFF993;
	text-decoration: none;
}

.group_schedule a:hover {
	color: #FFF993;
	text-decoration: underline;
}

.hyo_menu {
	text-align: right;
	border-style: dashed;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 0;
	padding: 0 5px 3px 5px;
	font-weight: bold;
	/*色設定*/
	border-color: #447DB4;
}

.hyo_menu a:link {
	color: #336BA2;
	text-decoration: none;
	padding: 0px 2px;
}

.hyo_menu a:visited {
	color: #336BA2;
	text-decoration: none;
	padding: 0px 2px;
}

.hyo_menu a:active {
	color: #660033;
	text-decoration: none;
	padding: 0px 2px;
}

.hyo_menu a:hover {
	color: #660033;
	text-decoration: underline;
	padding: 0px 2px;
}

.hyo_header {
	text-align: center;
	font-size: 116%;
	font-weight: bold;
	border-style: dashed;
	border-width: 2px 0 2px 0;
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 5px;
	/*色設定*/
	color: #000033;
	border-color: #225599;
	background-image: url("image/mess_back.gif");
	background-repeat: repeat;
}

.hyo_table { /*width: 402px;*/
	width: 95%;
	border-style: solid;
	border-width: 4px 0 0 0;
	margin: 4px 10px 4px 10px;
	/*色設定*/
	border-color: #66BDC1;
}

.hyo_date {
	text-align: center;
	font-size: 93%;
	width: 40px;
	border-style: solid;
	border-width: 0 0 4px 0;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	/*色設定*/
	color: #99E0E8;
	border-color: #66BDC1;
	background-image: url("image/sidemenu_l.gif");
	background-repeat: repeat;
}

.hyo_subject {
	text-align: left;
	font-size: 93%;
	border-style: solid;
	border-width: 0 0 4px 0;
	padding: 5px 5px 5px 5px;
	/*色設定*/
	color: #FFFFFF;
	border-color: #66BDC1;
	background-image: url("image/body_back.gif");
	background-repeat: repeat;
}

.hyo_footer {
	text-align: center;
	border-width: 1px 0 0 0;
	border-style: dashed;
	margin: 15px 0 10px 0;
	padding: 5px 5px 5px 5px;
	/*色設定*/
	border-color: #447DB4;
}

.hyo_footer a:link {
	color: #0B246B;
	text-decoration: none;
}

.hyo_footer a:visited {
	color: #0B246B;
	text-decoration: none;
}

.hyo_footer a:active {
	color: #660033;
	text-decoration: none;
}

.hyo_footer a:hover {
	color: #660033;
	text-decoration: underline;
}

/* ページリンク部分設定 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.group_pagelink {
	text-align: center;
	border-width: 0;
	border-style: dashed;
	font-size: 93%;
	margin: 25px 0 15px 0px;
	padding: 0;
	/*色設定*/
	color: #003366;
}

.group_pagelink a:link {
	color: #0B246B;
	text-decoration: none;
	padding: 0px 2px;
}

.group_pagelink a:visited {
	color: #0B246B;
	text-decoration: none;
	padding: 0px 2px;
}

.group_pagelink a:active {
	color: #660033;
	text-decoration: none;
	padding: 0px 2px;
}

.group_pagelink a:hover {
	color: #660033;
	text-decoration: underline;
	padding: 0px 2px;
}

.page_selected {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	padding: 0px 2px;
	/*色設定*/
	color: #FFFFFF;
	border-color: #000033;
	background-color: #003366;
	background-image: url("image/sidemenu_l.gif");
	background-repeat: repeat;
}

.page_navi {
	font-weight: bold;
	/*色設定*/
	color: #000033;
}
