/* 全ブラウザ共通で使用するスタイルシート */

/* タグのスタイル再定義 */
body {
	background-color:	#FFFFFF;
	margin:			0px;
}


/* リンク関連のスタイル定義 */
a:visited {
	color:			#003366;
	text-decoration:	none;
}

a:active {
	color:			#660099;
	text-decoration:	none;
}

a:link {
	color:			#660099;
	text-decoration:	none;
}

a:hover {
	color:			#660099;
	text-decoration:	underline;
}


/* オリジナルのスタイル定義 */
.Text-L {
	line-height:		150%;
}

.Text-M {
	line-height:		150%;
}

.Text-S {
	line-height:		150%;
}

.Heading {
	font-weight:		bold;
	line-height:		120%;
}

.SubHeading {
	font-weight:		bold;
	line-height:		120%;
}

.Caption {
	line-height:		120%;
}

.IME-ON {
	ime-mode:		active;
}

.IME-OFF {
	ime-mode:		inactive;
}