/*-------------------------------
#head
-------------------------------*/

div.head h1{
	text-align: center;
	z-index: 0;
}

div.head ul.gNav{
	text-align: center;
	font-size: 0;
	white-space: nowrap;
	background: url(../img/head/bg_nav.png) repeat-x left top;
}

div.head ul.gNav li{
	display: inline;
	font-size: 10px;
	font-size: 1rem;
}

/*-------------------------------
#body
-------------------------------*/

div.body{
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../img/common/bg_body.png);
}

div.body>div.inner{
	margin: 0 auto;
	padding: 0 20px 10px;
	width: 1000px;
	background: #FFF;
}

/*-------------------------------
#foot
-------------------------------*/

div.foot{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #222;
}

div.foot ul.gNav{
	margin-bottom: 30px;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
}

div.foot ul.gNav li{
	display: inline;
	margin-right: 8px;
	border-right: 1px solid #FFF;
	padding-right: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}

div.foot ul.gNav li.last{
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}

div.foot ul.gNav li a{
	color: #FFF;
}

div.foot dl.contact{
	margin: 0 auto 30px;
	padding: 25px 50px;
	width: 960px;
	font-size: 13px;
	font-size: 1.3rem;
	background: #FFF;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

div.foot dl.contact dl,
div.foot dl.contact a{
	color: #333;
}

div.foot dl.contact>dt,
div.foot dl.contact>dd{
	display: table-cell;
	vertical-align: middle;
}

div.foot dl.contact>dt{
	border-right: 1px dashed #CCC;
	padding-right: 50px;
}

div.foot dl.contact>dd{
	padding-left: 50px;
}

div.foot dl.contact>dd dt{
	margin-bottom: 5px;
	font-weight: bold;
}

div.foot dl.contact>dd dd{
	line-height: 1.4;
}

div.foot dl.contact>dd.media{
	width: 280px;
}

div.foot p.copyright{
	text-align: center;
	color: #FFF;
}

div.foot p.copyright a{
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	color: inherit;
}