@charset "UTF-8";

/* -----------------------------------
	base styles
 ------------------------------------ */

* {
	margin:0;
	padding:0;
}

/* ========= elements ========= */

/* --- block level --- */

body {
	color: #6E3F2C;
	/*background:#FFF4BB;*/

	font-size:10px;
	_font-size:62.5%;
	/* affect to only MacIE \*//*/
	font-size:62.5%;
	/* end */
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
}

ul ,
ol {
	list-style-type:none;
}

table {
}

th ,
td {
}

address {
	font-style:normal;
}



/* --- inline level --- */

img {
	border:none;
}

a {
}

a:link {
	color:#6E3F2C;
}

a:visited {
	color:#BF7A5E;
}

a:focus,
a:hover,
a:active {
	color:#FF9900;
}

em {
	font-style:normal;
}

strong {
}


