@charset "utf-8";

@import url("share/default.css");

/* =========================================
*  COMMON
* ========================================= */

html {
	height: 100%;
}

body {
	padding: 1em;
	height: 100%;
	font: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	margin-bottom: 1em;
	border: solid #DFDFDF 1px;
	border-left-width: 5px;
	border-top: none;
	border-right: none;
	padding: 0 0 .3em .4em;
	font-size: 100%;
}

a {
	color: #0063E8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #F60;
}

/* =========================================
*  FRAME
* ========================================= */

div#pagebody {
	height: 100%;
	overflow: hidden;
}

ul#gNav {}

	ul#gNav li {
		display: inline-block;
		*display: inline;
		position: relative;
		zoom: 1;
	}
		
		ul#gNav li a {
			border: solid #DFDFDF 1px;
			border-right: none;
			padding: 0 1em;
			display: inline-block;
			*display: inline;
			height: 25px;
			line-height: 25px;
			text-decoration: none;
			zoom: 1;
		}
		
		ul#gNav li.last-child a {
			border-right: solid #DFDFDF 1px;
		}
		
		ul#gNav li a:hover {
			background: #EEE;
		}