@charset "utf-8";

/*======================================
　 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: 1.5;
}
img {
	border:0;
}
ul {
	list-style: none;
}
/*======================================
　 2.body
=======================================*/
body {
	font-size:0.75em;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	color: #666666;
	background-color: #FFFFFF;
}
/*======================================
　 3.link
=======================================*/
a {
	text-decoration: none;
	color: #666666;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

