﻿@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 style info :共通（ヘッダー、フッター）
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	border-top: 3px solid #006fc0;
	height: 121px;
	width: 798px;
	position: relative;
}
#header #logoJAFP {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header #siteSearch {
	position: absolute;
	top: 43px;
	right: 15px;
}
#siteSearch .searchBox {
	width: 130px;
	position: absolute;
	top: 0px;
	right: 40px;
}
#siteSearch .searchBtn {
	position: absolute;
	top: 0px;
	right: 0px;
}

#headerSearch {
	border-top: 3px solid #006fc0;
	height: auto;
	/* width: 560px; */
	position: relative;
}

/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 15px;
}

#header #utilityNav li {
	display: inline;
	margin-left: 10px;
}

/* #gNav
----------------------------------------------------------- */
#gNav {
	position: absolute;
	left: 0px;
	bottom: 0px;
    display: inline-block;  
}
#gNav:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#gNav li {
	float: left;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	border-top: 3px solid #006fbf;
}

#footer ul {
	text-align: center;
	padding: 8px 0px;
	border-bottom: 1px solid #c5d3de;
}

#footer ul li {
	display: inline;
	font-size: 10px;
	background: url(../../common/img/arr_footerlink.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 7px;
}

#footer ul li.firstChild,
#footer ul li:first-child {
	margin-left: 0px;
}
#footer  ul  li a {
	color: #686868;
	text-decoration: none;
}
#footer .txtCFP {
	text-align: center;
	padding: 15px 0px;
	margin-top: 1px;
	border-top: 1px solid #c5d3de;
	border-bottom: 1px solid #c5d3de;
}



#footer .copyright {
	text-align: center;
	padding: 13px 0px;
}
