@charset "utf-8";

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

html {
	height: 100%;
}

body {
	padding: 1em;
	height: 100%;
}

div#pagebody {
	font-size: 93%;
}

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

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

a:hover {
	text-decoration: none;
}

div.section {
	margin-top: 1em;
	height: 1500px;
}

#footer {
	height: auto;
}

div.tabArea {
	margin-top: 1em;
	width: 500px;
}

	div.tabArea ul.tab {
		height: 21px;
	}
	
		div.tabArea ul.tab li {
			float: left;
			margin-right: 2px;
			width: 70px;
		}
		
			div.tabArea ul.tab li a {
				border: solid #ddd 1px;
				display: block;
				height: 20px;
				line-height: 20px;
				text-align: center;
				text-decoration: none;
			}
			
			div.tabArea ul.tab li a.active,
			div.tabArea ul.tab li a:hover {
				background: #eee;
			}

	div.tabArea div {
		border: solid #ddd 1px;
		height: 300px;
		font-size: 100%;
		line-height: 300px;
		text-align: center;
		font-weight: bold;
	}