@charset "utf-8";

/* Reset */
@charset "utf-8";body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}q:before,q:after{content:''}abbr,acronym{border:0}
/* Basic */
.clear{
	clear:both;
}
em{
	visibility:hidden;
}

a,
a:link,
a:visited{
	color:#383838;
	text-decoration:none;
}

a:hover,
a:active{
	color:#f15858;
	text-decoration:none;
}

/* Layouts */
html{
	overflow-y: scroll;
	height:100%;
}

body{
	background:#e9e9e9;
	font-family:Meiryo, Verdana, Arial, Helvetica, sans-serif,  'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
	font-size: 14px;
	font-weight: normal;
	line-height:18px;
	text-align: center;
	color: #464646;
	width:100%;
	height:100%;
	margin:0 auto;
}

header h1{
	background:url(../img/header_logo.png) no-repeat 0 0;
	width:410px;
	height:65px;
	margin:50px auto;
}

nav li{
	letter-spacing:20px;
	font-size:16px;
	padding:0 0 25px;
}

section#key{
	margin:0 0 60px;
}

section#key img{
	margin:0 auto 10px;
	display:block;
}

footer{
	padding:0 0 50px;
}

footer p{
	margin:0 0 100px;
	letter-spacing:10px;
}

footer span{
	display:block;
}


