@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Content

---------------------------------------- */

div#Content {
	text-align: center;
}
div#Content ul#GlobalNav {
	margin-top: 23px;
}

/* ----------------------------------------

Footer

---------------------------------------- */

div#Footer {
	clear: both;
	width: 916px;
	height: 31px;
	margin: 0 auto;
	background: none;
}
div#Footer  ul {
	float: left;
	padding: 3px 0 0 38px;
}
div#Footer  ul li {
	display: inline;
	margin-right: 35px;
}
div#Footer p#Copyright{
	float: right;
	color: #666;
	text-indent: 0;
	font-size: 100%;
	padding: 3px 35px 0 0;
}



/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#xxxx {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#xxxx {
	zoom: 1;
}