@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 style info :共通（ヘッダー，フッター）
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
}

#header h1 {
	float: left;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	text-align: right;
	margin-right: 30px;
	padding-top: 3px;
	font-size: 12px;
}

#header #utilityNav li {
	display: inline;
	margin-right: 5px;
	background: url(../img/icn_arrowh.gif) no-repeat left 0.3em;
	padding-left: 10px;
}

#header #utilityNav a {
	color: #FFFFFF;
}


/* #gNav
----------------------------------------------------------- */
#gNav {
	/*overflow: hidden;*/
	height: 30px;
	clear: both;
	line-height: 2.2;
}

#main #gNav ul {
	margin-bottom: 0;
}

#gNav li {
	float: left;
	padding-right: 1.1em;
	background: url(../img/bg_gnav.gif) 100% 50% no-repeat;
}

#gNav li.lastChild {
	background: none;
}

#gNav a {
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	padding: 10px;
	padding-bottom: 35px;
}

#footer ul {
	text-align: center;
	font-size: 90%;
}

#footer ul li {
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.8em;
	background: url(../img/fot_line.gif) no-repeat left;
}

#footer ul li.firstChild,
#footer ul li:first-child {
	background: none;
}

#footer .copyright {
	text-align: left;
	color: #999999;
}