@charset "utf-8";
/*==========================
DEFAULT CSS
==========================*/

/*======================================

	1-2.Universal selector

=======================================*/

*{
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-family: Verdana,"ＭＳ Ｐゴシック","MS PGothic",Osaka,"ヒラギノ角ゴ ProW3","HiraKakuPro-W3",sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}

a{
	color: #14286C;
	text-decoration: none;
	outline-width: 0;
	}
a:visited{
	color: #663300;
	text-decoration: none;
	}
a:hover{
	color: #14286C;
	text-decoration: underline;
	}

a img{
	border: none;
	}
li{
	list-style: none;
	}
