/* 共通 */
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	background:#ffffff;
}

hr{
	width: 650px;
}

/* フッター(コピーライト、ロゴ) */
.table_ft{
	width: 655px;
}
.table_ft td{
	font-size: 12pt;
	text-align: center;
}

/* 学部別インデックスページ設定 */
.table_kmk_hd{
	width: 640px;
}

.table_kmk_syu{
	width: 640px;
}
.table_kmk_syu td{
	background-color:#ffffff;
	text-align: center;
}

.table_kmk_lst_bk{
	background-color:#000000;
	width: 640px;
}
.table_kmk_lst{
	width: 100%;
}
.table_kmk_lst td{
	background-color:#ffffff;
	text-align: center;
}

/* 以下は学部ごとに設定する 
110:社会福祉学部
120:福祉経営学部
130:経済学部
140:情報社会科学部
150:健康科学部
160:子ども発達学部
170:国際福祉開発学部
*/
.table_kmk_hd .td_110{
	background-color:#33cccc;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}
.table_kmk_hd .td_120{
	background-color:#b7d088;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}
.table_kmk_hd .td_130{
	background-color:#ff8800;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}

.table_kmk_hd .td_140{
	background-color:#ffcc33;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}

.table_kmk_hd .td_150{
	background-color:#cc99ff;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}
.table_kmk_hd .td_160{
	background-color:#ff6666;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}
.table_kmk_hd .td_170{
	background-color:#00cc00;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}

.table_kmk_lst .th_110{
	background-color:#33cccc;
	font-size: 12pt;
	text-align: center;
}
.table_kmk_lst .th_120{
	background-color:#b7d088;
	font-size: 12pt;
	text-align: center;
}
.table_kmk_lst .th_130{
	background-color:#ff8800;
	font-size: 12pt;
	text-align: center;
}
.table_kmk_lst .th_140{
	background-color:#ffcc33;
	font-size: 12pt;
	text-align: center;
}
.table_kmk_lst .th_150{
	background-color:#cc99ff;
	font-size: 12pt;
	text-align: center;
}
.table_kmk_lst .th_160{
	background-color:#ff6666;
	font-size: 12pt;
	text-align: center;
}
.table_kmk_lst .th_170{
	background-color:#00cc00;
	font-size: 12pt;
	text-align: center;
}
/* ここまで */

/* 科目概要ページ設定 */
#table_title table{
	width: 655px;
}
#table_title th{
	text-align: center;
}

#table_kmk table{
	width: 655px;
}
#table_kmk th{
	text-align: center;
}

.table_dt_h{
	width: 320px;
}

.table_dt_d{
	width: 655px;
}

.td_left{
	font-size: 10pt;
	text-align: left;
}

.td_center{
	font-size: 10pt;
	text-align: center;
}

.td_right{
	font-size: 10pt;
	text-align: right;
}

/* 以下は学部ごとに設定する 
110:社会福祉学部
120:福祉経営学部
130:経済学部
140:情報社会科学部
150:健康科学部
160:子ども発達学部
170:国際福祉開発学部
*/
.th_110{
	background-color:#33cccc;
	font-size: 12pt;
	text-align: left;
}
.th_120{
	background-color:#b7d088;
	font-size: 12pt;
	text-align: left;
}
.th_130{
	background-color:#ff8800;
	font-size: 12pt;
	text-align: left;
}
.th_140{
	background-color:#ffcc33;
	font-size: 12pt;
	text-align: left;
}
.th_150{
	background-color:#cc99ff;
	font-size: 12pt;
	text-align: left;
}
.th_160{
	background-color:#ff6666;
	font-size: 12pt;
	text-align: left;
}
.th_170{
	background-color:#00cc00;
	font-size: 12pt;
	text-align: left;
}
/* ここまで */
