body {
	font-size : 12px;
}
a:link {			/* リンクの設定 */
	color			: #003399;				/* 文字色：群青	*/
	text-decoration	: underline;			/* 下線を付ける	*/
}

a:active {			/* リンク中の設定 */
	color			: #003399;				/* 文字色：群青	*/
	text-decoration	: none;					/* 何も付けない	*/
}

a:visited {			/* 既に訪れたリンクの設定 */
	color			: #003399;				/* 文字色：群青	*/
	text-decoration : underline;			/* 下線を付ける	*/
}

a:hover {			/* リンクにマウスを乗せた時の設定 */
	color			: #990000;				/* 文字色：濃い赤		*/
	text-decoration	: underline overline ;	/* 下線、上線を付ける	*/
	background-color: #ffcccc;				/* 背景色：薄い赤		*/
}

.imagealign {
	vertical-align  : middle;
	border			: 0;
}

.course_image {
	text-indent			: 10px;
}

/* サイトマップ用 */
.sitemap {
	padding			: 0px;
	font-size		: 83%;
}

td {
	line-height			: 15pt;
	padding-top			: 2px;
	padding-bottom		: 2px;
	padding-left		: 5px;
	padding-right		: 3px;
}
.top_title {
	white-space			: nowrap;
	background-color	: #0878A6;
	color				: #FFFFFF;
	font-size			: 83%;
	font-weight			: bold;
}
.top_contents {
	white-space			: nowrap;
	background-color	: #DAF3F8;
	color				: #330099;
	font-size			: 83%;
}
.main_title {
	white-space			: nowrap;
	background-color	: #0878A6;
	color				: #FFFFFF;
	font-weight			: bold;
	font-size			: 110%;
}
.main_contents {
	background-color	: #FFFFFF;
	color				: #000000;
	line-height			: 1.25;
	font-size			: 100%;
}
.contents_name {
	font-size			: 120%;
}
.mypage_title {
	font-size			: 130%;
	background-color	: #8080c0;
	color				: #FFFFFF;
	font-weight			: bold;
}

