@charset "utf-8";

/*==========================================================*/
/* body */

html{
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p{
	margin:0;
	padding:0;
	color:#333;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
p{
	line-height:1.7;
	letter-spacing:0.05em;
	font-size:80%;
}
dl,ul{
	font-size:80%;
}
ol,ul{
	list-style-type:none;
}
fieldset,img{ border:0; }
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/

br{
	letter-spacing:0;
}

img{
	border:none;
}

/*==========================================================*/
/* link */

a:link{
   text-decoration:underline;
   color:#458F00;
   
}
a:visited{
   text-decoration:underline;
   color:#458F00;
}
a:hover{
   text-decoration:none;
   color:#458F00;
}
a:active{
   text-decoration:none;
   color:#458F00;
}

/*==========================================================*/
/* list */

dl,dd,dt{
padding:0; margin:0;
}

dl{
padding:0; margin:0;
}
dd{
padding:0; margin:0;
}
dt{
padding:0; margin:0;
}

caption,th {}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}

/*==========================================================*/
/* clearfix */

.clear{
	clear:both;
}
.clearfix:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.clearfix{
	display:inline-block;
}
html[xmlns] .clearfix{
	display:block;
}
* html .clearfix{
	height:1%;
}

/*==========================================================*/
/* float */

.f_left{float:left;}
.f_right{float:right;}

/* hide */
.hide{display:none;}

/* rollover */
.btn{/* no use */}