@charset "utf-8";


/* default sytle
===============================================================*/
body,
h1,h2,h3,h4,h5,h6,
p,
ul,ol,dl,dt,dd,
form,fieldset,input,textarea{
	margin:0;
	padding:0;
}

img{
	border:none;
}

ul{
	list-style-type:none;
}

hr{
	display:none;
}




/* basic sytle
===============================================================*/
html{
	height:100%;
}

body{
	height:100%;
	background:#ffffff url(../cmn_img/bg_bottom.jpg) repeat-x left bottom;
	color:#3f3d3d;
	font-size:12px;
	font-family:Arial,"HiraKakuPro-W3",Osaka,"MS PGothic",sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	font-weight:normal;
}

a:link,
a:visited{
	color:#8e3f0a;
	text-decoration:none;
}

a:hover,
a:active{
	color:#8e3f0a;
	text-decoration:underline;
}