@charset "utf-8";@import url(//fonts.googleapis.com/css?family=Muli|Cutive+Mono);
/*
 * ==========================================================================
 * 
 * 各ページ用css
 * 
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * body
 * --------------------------------------------------------------------------
 */
body {
	font-family: 'Muli', 'lucida grande', tahoma, verdana, arial, 
	"hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
}
/**
 * --------------------------------------------------------------------------
 * gNav
 * --------------------------------------------------------------------------
 */
#gNav {
	position: absolute;
	background: #000000;
	padding: 37px 0 0 0;
	top: 0;
	left: 50%;
	z-index: 10;
	text-align: left;
	display: none;
	z-index: 1100;
}
	#gNav ul {
		list-style-type: none;
		padding: 0;
		margin: 5px;
	}
	#gNav li {
		font-size: 200%;
		font-family: 'Cutive Mono', serif;
		margin: 0;
		line-height: 1;
	}
		#gNav li a {
			color: #FFFFFF;
			display: block;
			padding: 0.75em;
			margin: 0;
			zoom: 1;
		}
		#gNav li a:hover {
			background: #FFFFFF;
			color: #000000;
		}
	#gNav #gNavCloseBt {
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 1200;
	}
/**
 * --------------------------------------------------------------------------
 * siteHeader
 * --------------------------------------------------------------------------
 */
#siteHeader {
	margin: 0 0 1.5em;
}
/**
 * --------------------------------------------------------------------------
 * content
 * --------------------------------------------------------------------------
 */
#content h1 {
	font-size: 200%;
	font-family: 'Cutive Mono', serif;
	margin: 0 0 1em;
}
	#content section h2 {
		border-bottom: 1px dotted #d4D4D4;
		margin: 0 0 1em;
	}
/**
 * --------------------------------------------------------------------------
 * page top
 * --------------------------------------------------------------------------
 */
#pageTop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 200;
	background: scroll url(../../images/global/pageTop.gif) no-repeat left top;
}
#pageTop a {
	width: 31px;
	height: 31px;
	display: block;
	text-indent: -9999px;
}
#pageTop a img { vertical-align: bottom; }
/**
 * alpha BG
 */
#alphaBg {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background: #FFFFFF;
	display: none;
	zoom: 1;
}
/**
 * loading
 */
#loading {
	width: 187px;
	height: 194px;
	position: absolute;
	z-index: 1100;
	top: 40%;
	left: 40%;
}
/**
 * add common style
 */	
.revision {
	background: #C6C6C6;
	color: #FFFFFF;
}
/**
 * 	color
 */
.c9E9E9E { color: #9E9E9E; }
