@charset "UTF-8";

/*--- キャンパスニュース　インラインフレーム ---*/

.news	{
			width						:	215px;
			height					:	80px;
			overflow				:	auto;
			border					:	solid 1px #FFFFFF;
			margin					:	0px;
			padding					:	3px;
			scrollbar-face-color	:	#EEEEEE;
}

/*--- 00　キャンパスニュース ---*/

.news a:link{
			color					:	#660066;
			text-decoration	:	none;
}

.news a:visited{
			color					:	#660066;
			text-decoration	:	none;
}

.news a:hover{
			color					:	#0000FF;
			text-decoration	:	underline;
}

.news a:active{
			color					:	#660066;
			text-decoration	:	underline;
}

/*--- ニュース用 日付 ---*/

.date	{
			margin				:	0px 5px 0px 0px;
			padding				:	0px 5px 0px 0px;
			font-weight			:	normal;
			color				:	#333333;
}

/*--- TOPページ各コンテンツへのテキストリンク ---*/

ul {
			list-style-type	:	none;
			margin-top			:	5px;
			margin-left			:	0px;
			margin-bottom		:	5px;
			padding					:	0px;
			text-align			:	left;
			line-height			:	1.5em;
}

/*--- 01　留学生別科について ---*/

.cnt01 li{
			background-image	:	url(images/i_about.gif);
			background-repeat	:	no-repeat;
			background-position	:	0.3em;
			padding-left	:	22px;
}

.cnt01 a:link{
			color					:	#CC6666;
			text-decoration	:	none;
}

.cnt01 a:visited{
			color					:	#CC6666;
			text-decoration	:	none;
}

.cnt01 a:hover{
			color					:	#0000FF;
			text-decoration	:	underline;
}

.cnt01 a:active{
			color					:	#CC6666;
			text-decoration	:	underline;
}

/*--- 02　教育プログラム ---*/

.cnt02 li{
			background-image	:	url(images/i_prog.gif);
			background-repeat	:	no-repeat;
			background-position	:	0.3em;
			padding-left	:	22px;
}

.cnt02 a:link{
			color					:	#666699;
			text-decoration	:	none;
}

.cnt02 a:visited{
			color					:	#666699;
			text-decoration	:	none;
}

.cnt02 a:hover{
			color					:	#0000FF;
			text-decoration	:	underline;
}

.cnt02 a:active{
			color					:	#666699;
			text-decoration	:	underline;
}

/*--- 03　学生生活 ---*/

.cnt03 li{
			background-image	:	url(images/i_life.gif);
			background-repeat	:	no-repeat;
			background-position	:	0.3em;
			padding-left	:	22px;
}

.cnt03 a:link{
			color					:	#547A54;
			text-decoration	:	none;
}

.cnt03 a:visited{
			color					:	#547A54;
			text-decoration	:	none;
}

.cnt03 a:hover{
			color					:	#0000FF;
			text-decoration	:	underline;
}

.cnt03 a:active{
			color					:	#547A54;
			text-decoration	:	underline;
}


/*--- 04　入学案内 ---*/

.cnt04 li{
			background-image	:	url(images/i_ent_guide.gif);
			background-repeat	:	no-repeat;
			background-position	:	0.3em;
			padding-left	:	22px;
}

.cnt04 a:link{
			color					:	#3366CC;
			text-decoration	:	none;
}

.cnt04 a:visited{
			color					:	#3366CC;
			text-decoration	:	none;
}

.cnt04 a:hover{
			color					:	#0000FF;
			text-decoration	:	underline;
}

.cnt04 a:active{
			color					:	#3366CC;
			text-decoration	:	underline;
}


/*--- 05　メッセージ ---*/

.cnt05 li{
			background-image	:	url(images/i_message.gif);
			background-repeat	:	no-repeat;
			background-position	:	0.3em;
			padding-left	:	22px;
}

.cnt05 a:link{
			color					:	#E35B00;
			text-decoration	:	none;
}

.cnt05 a:visited{
			color					:	#E35B00;
			text-decoration	:	none;
}

.cnt05 a:hover{
			color					:	#0000FF;
			text-decoration	:	underline;
}

.cnt05 a:active{
			color					:	#E35B00;
			text-decoration	:	underline;
}

/*--- TABLE<td>に対して位置指定 ---*/

.vtop{
			vertical-align	:	top;
			background-color	:	#FFFFFF;
			width	:	165px;
}
