@charset "utf-8";


* {
	margin: 0;
	padding: 0;}

* {
	font-size: 10px;
	line-height: 23px;
	font-style: normal;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	list-style:none outside;
}

/* link
-----------------------------------*/

a img {
	border-style: none;
}
a:link,a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	top: +1px;
	position: relative;
	text-decoration: none;
}

/*basic layout
-----------------------------------*/
body {
	margin: 0px auto;
	width: 780px;
}
div {display: block;}

h1, h2, h3, h4, h5, h6, p, address	{
	display: block;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;}


img {border: none;}


/* ////////////////////////// Hack */

.clearfix:after {
	content: ".";
	display: block;
	height:	0;
	clear:	both;
	visibility:	hidden;}

.clearfix {	display:	inline-block;} /* IE7 */

/* Hides from IE-mac */
* html .crearfix {	height: 1%;}
.clearfix {	display:	block;}
/* End hide from IE-mac */



