@charset "utf-8";
/* CSS Document */

/*======================================
　1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
ul {
	list-style: none;
}
img {
	border:0;
}
/*======================================
　2.Fonts
=======================================*/

body {
font-size: 62.5%;
font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
}

/*======================================
　3.Other
=======================================*/

body {
color: #696969;
background: #ffffff;
}


/* --- link --- */
a {
color: #0094D8;
text-decoration: none;
}
a:visited {
	color: #5519b3;
	text-decoration: none;
}
a:hover {
color: #FC6320;
text-decoration: underline;
}
