/* CSS SETTING for SAKI NISHINA official website. */

body { font-size: 12px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif, "MS UI Gothic", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック; line-height: 120%; background-color: white; }

A {
	text-decoration: none;
}

A:link {
	color: #336699;
	background-color: transparent;
}

A:visited {
	color: #FF6600;
	background-color: transparent;
}

A:active {
	color: #9999FF;
	background-color: transparent;
}

A:hover {
	color: #9999FF;
	background-color: transparent;
	text-decoration: underline;
}

/* -- english -- */

.en {
	font-family: "Verdana", "Arial", "sans-serif";
	line-height: 120%;
}

.en_12 {
	font-size: 12px;
	font-family: "Verdana", "Arial", "sans-serif";
	line-height: 120%;
}

.en_12_bold {
	font-weight: bold;
	font-size: 12px;
	font-family: "Verdana", "Arial", "sans-serif";
	background-color: transparent;
	line-height: 120%;
}

.en_12_glay {
	font-size: 12px;
	font-family: "Verdana", "Arial", "sans-serif";
	color: #003366;
	line-height: 120%;
}

SUP {
	font-family:Verdana, Arial, sans-serif;
	font-size: 9px
	line-height: 120%;
}

/* -- japanese -- */

.jp_12 {
	font-size: 12px;
	line-height: 120%;
}

.jp_12_glay {
	font-size: 12px;
	color: #003366;
	line-height: 120%;
}

.jp_12_bold {
	font-weight: bold;
	font-size: 12px;
	background-color: transparent;
	line-height: 120%;
}

.jp_12_bold_white {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: transparent;
	line-height: 120%;
}

/* 2000-2009 NOW Net. http://www.now.ne.jp/~saki/ */
