@charset "UTF-8";

/*--------------------------------------------------------------------
 full reset
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	color: #333333;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}


/*--------------------------------------------------------------------
 common setting
--------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}
body {
	font-size: 1.2em;
	font-family: "メイリオ", "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FF4500;
	text-align: center;
	line-height: 1.4;
	_letter-spacing:　-0.05em;
}
*+html body {
	_letter-spacing:0.05em;
}

body:first-of-type { /* hack for safari */
	font-size: 1.1em;
} 
a {
	color: #333333;
}
a:hover {
	color: #FF4500;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

