@charset "utf-8";

/* layout
========================================================================== */

html {
	overflow-y: scroll;
}

body {
	background: url(../img/common/bg.jpg) no-repeat top center;
}

#wrap {
	width: 100%;
	min-width: 1080px;
	min-height: 100%;
	font-size: 108%; /* 14px */
	position: relative;
	overflow: hidden;
}


/* selected text
-------------------------------------------------------------------------- */

::selection {
	background: #dddddd; /* Safari */
}
::-moz-selection {
	background: #dddddd; /* Firefox */
}



/* anchor
========================================================================== */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #ccc;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: none;
}



/* header
========================================================================== */

header {
	width: 1080px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	zoom: 1;
}
header:after {
	content:"";
	display: block;
	clear: both;
}

header h1 {
	position: absolute;
	top: 28px;
	right: 34px;
}
header h1 img {
	width: 777px;
}

header div {
	position: absolute;
	top: 10px;
	left: 10px;
}
header div img {
	width: 100px;
}



/* footer
========================================================================== */

footer {
	width: 100%;
	min-width: 1080px;
	padding: 40px 0;
	background: #00453c;
	color: #fff;
	position: absolute;
	bottom: 0;
}


/* copyright
-------------------------------------------------------------------------- */

#copyright {
	font-size: 86%; /* 12px */
}


/* page up
-------------------------------------------------------------------------- */

#pageup {
	display: none;
	position: fixed;
	bottom: 70px;
	right: 30px;
}
#pageup img {
	width: 60px;
}



/* font-size (14px)
==========================================================================

72% = 10px
79% = 11px
86% = 12px
93% = 13px
100% = 14px
108% = 15px
115% = 16px
122% = 17px
129% = 18px
136% = 19px
143% = 20px
150% = 21px
158% = 22px
165% = 23px
172% = 24px
179% = 25px
186% = 26px
193% = 27px
200% = 28px

========================================================================== */