@charset "utf-8";
/*=========================================================================
*							BASE STYLE
*=======================================================================*/

/*--font family--*/
html, input, select, textarea, table, th, td, li ,a {
	font-family:'Arial', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'SimHei', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}
/*--font style--*/
html {
	line-height: 1.5;
	font-size: 12px;
	border-color: #464646;
}
/*--base font color--*/
html, input, select, textarea {
	color: #464646;
}
/*--normalize size--*/
input, select, textarea {
	font-size: 100%;
}
/*--normalize style & weight--*/
strong, em, small {
	font-style: normal;
	font-weight: normal;
}

/*--------------------------------ANCHORS STYLE--------------------------------*/

a:link		{ color: #1470CC; }
a:visited	{ color: #802680; }
a:hover		{ color: #2f6a9d; text-decoration: none; }
a:active	{ color: #2f6a9d; text-decoration: none; }
