@charset "utf-8";
/*-------------------------------------
デフォルト設定リセット
-------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size: 100%;
}
body, ul, ol, li, dl, dt, dd, form, p {
	list-style:none outside none;
	margin:0;
	padding:0;
}
fieldset, img, a img { border:0 none; }
table {
	empty-cells:show;
	border-collapse:collapse;
	border-style: none;
	border-width: 0px;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after, .inner:after, dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix, .inner, dl { min-height: 1px; }
* html .clearfix, * html .inner, * html dl { height: 1px; }
img { border-width: 0px; }
a:link {
	color: #febc95;
	text-decoration: underline;
}
a:hover { text-decoration: none; 
}
a:visited { color: #febc95; }

