@charset "utf-8";

/*--------------------------------------------------*/
/*---------------------- Main ----------------------*/
/*--------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0 none;
}

html, body{
	font-family:"Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	background-image:url(../layout/grungeBG.jpg);
	background-color:#b3b3b3;
}

header{
	height:10px;
	background-color:#FFF;
}


header::after{
	content: ' ';
	display:block;
	position:absolute;
	left:0px;
	top:10px;
	width:100%;
	height:30px;
	background:url(../layout/cut_top.png);
}

.wrapper{
	position:relative;
	width:960px;
	margin-left:-480px;
	left:50%;
}

#impress{
	position:relative;
	overflow:hidden;
}

#haft{
	background-color:#FFF;
	overflow:hidden;
}

#haft::before{
	content: ' ';
	display:block;
	position:absolute;
	margin-top:-30px;
	left:0;
	width:100%;
	height:30px;
	background:url(../layout/cut_bot.png);
}

.scrollup{
    width:46px;
    height:46px;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../layout/scrollup.png) no-repeat;
    background-position: -46px 0px;
}

.scrollup:hover, .scrollup:focus{
	background-position: 0px 0px;
}

/*--------------------------------------------------*/
/*---------------------- FONT ----------------------*/
/*--------------------------------------------------*/

h1{
	font-size:60px;
	color:#FFF;
	text-align:center;
	font-weight:lighter;
	margin-top:100px;
}

#haft h1{
	color:#999;
}

h2{
	font-size:24px;
	color:#666;
	text-align:center;
	font-weight:lighter;
	margin-top:80px;
	margin-bottom:30px;
}

#haft h2{
	color:#70a8c0;
}

h3{
	font-size:18px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

p{
	font-size:18px;
	line-height:27px;
	color:#FFF;
	text-align:center;
	font-weight:lighter;
}

p:last-child{
	margin-bottom:100px;
}

#haft p{
	font-size:18px;
	line-height:27px;
	color:#666;
	text-align:justify;
	font-weight:lighter;
}

a{
	color:#666;
	text-decoration:none;
}

a:hover, a:focus{
	color:#FFF;
}