@charset "utf-8";

html {
  min-height: 100%;
  position: relative;
}

body {
	background-image: url(../images/common/bg.png);
}
 

/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	margin: 0 auto;
}


/* header
---------------------------------------------------- */
header {
	width: 100%;
	height: 120px;
}
header .header {
	display: table;
	width: 100%;
	height: 80px;
}
header .header li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
header .header li:nth-child(1) {
	text-align: left;
}
header .header li:nth-child(4) {
	text-align: right;
}

header .gnav {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	height: 30px;
	padding-top: 5px;
}
header .gnav li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #d9d9d9;
}
header .gnav li:nth-child(1) {
	border-left: 1px solid #d9d9d9;
}
header .gnav li a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
}
header .gnav li a:hover {
	color: #0755b5;
}
header .gnav li span {
	padding-left: 22px;
}
header .gnav li:nth-child(1) span {
	background: url(../images/common/gnav01.png) left center no-repeat;
}
header .gnav li:nth-child(2) span {
	background: url(../images/common/gnav02.png) left center no-repeat;
}
header .gnav li:nth-child(3) span {
	background: url(../images/common/gnav03.png) left center no-repeat;
}
header .gnav li:nth-child(4) span {
	background: url(../images/common/gnav04.png) left center no-repeat;
}


/* main
---------------------------------------------------- */
.main {
	height: 120px;
	background-color: #0755b5;
	text-align: center;
}
h1 {
	font-size: 38px;
	font-weight: normal;
	line-height: 120px;
	color: #FFFFFF;
}


/* block
---------------------------------------------------- */
.block {
	padding: 50px 0;
	border-bottom: 1px solid #dedede;
}
.block h3 {
	font-size: 22px;
	margin-bottom: 30px;
	display: table;
	border-bottom: 2px solid #333333;
}
.grey {
	background-color: #f9f9f9;
}
.noborder {
	border: none;
}


/* footer
---------------------------------------------------- */
footer {
	height: 255px;
	width: 100%;
	background-image: url(../images/common/bg02.png);
	background-repeat: repeat;
}
footer .contents {
	height: 145px;
	padding-top: 40px;
	position: relative;
}
footer .contents .top {
	position: absolute;
	top: -35px;
	right: 0;
}
footer .logo {
	display: block;
	margin: 0 auto 40px;
}
footer .footer_menu {
	font-size: 12px;
	text-align: center;
}
footer .footer_menu a {
	color: #333333;
	text-decoration: none;
}
footer .footer_menu a:hover {
	color: #0755b5;
}
footer .copy {
	height: 70px;
	width: 100%;
	min-width: 1010px;
	line-height: 70px;
	background-color: #0755b5;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
