@charset "UTF-8";
/*----------------------------------------------------
 common
 ----------------------------------------------------*/
/* CLEAR FIX*/
.clearfix {
	display: inline-table;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* CLEAR FIX END*/


fieldset, img {
	border: 0;
}

li {
	list-style:none;
}

br {
	letter-spacing: 0;
	line-height:100%;
}

img {
	border: none;
}

hr {
	display: none;
}

a:focus {
	outline:none;
}




/*----------------------------------------------------
 layout
 ----------------------------------------------------*/

html {
	min-height: 100%;
	overflow: auto;
	position:relative;
	z-index: 1;
	
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	position: relative;
	z-index: 1;
	background-color:#343434;
}

/*----------------------------------------------------
 header
 ----------------------------------------------------*/



/*--------logo--------*/

h1 {
	margin: 0px;
	padding: 0px;
	height: 142px;
	width: 220px;
	float: left;
}

h1 a {
	margin: 0px;
	padding: 0px;
	height: 142px;
	width: 220px;
	display:block;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size:36px;
	font-weight:normal;
}


h3 {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-weight:normal;
	line-height: 2;
	letter-spacing:0.08em;
}


/*----------------------------------------------------
 contents
 ----------------------------------------------------*/


/*----------------------------------------------------
 footer
 ----------------------------------------------------*/



#facebook {
	margin-top:-2px;
	margin-left:700px;
	float:right;
}


