@charset "utf-8";

/* reset ////////////////////////////////////////////////*/
*,
body {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
	text-decoration: none;
	font-weight: normal;
}
ul, li {
	list-style: none;
}

/* commons ////////////////////////////////////////////////*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.substitute {
	display: none;
}
.txt_right {
	text-align: right;
}
/* links /////*/
a:link {
	color: #7777777;
	text-decoration: none;
}
a:visited {
	color: #7777777;
	text-decoration: none;
}
a:hover {
	color: #7777777;
	text-decoration: none;
}
a:active {
	color: #7777777;
	text-decoration: none;
}

a.link_grn {
	color: #19872A;
}
/* clearfix /////*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */