html {
	background-color: #ebebeb;
}

#doc2 {
	margin-left: 0;
}

a {
	color: black;
}

h1 {
	font-size: 156%;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	font-size: 123.1%;		/* 16px */
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

.centered {
	text-align: center;
}

.notice {
	color: red;
	font-weight: bold;
}

/* @group Left Navigation */

#leftNav {
	background-image: url(../img/common/paper.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 auto 2em auto;
}

#leftNav ul {
	margin: 0 auto 1em 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#leftNav ul li {
	line-height: 1.5;
}

#leftNav ul li a, #header ul li a {
	color: black;
	*font-size: 93%;		/* 12px */
	font-weight: bold;
	text-decoration: none;
	text-shadow: #787878 2px 2px 2px;
}

/* Sub text */
#leftNav ul li span {
	font-size: 77%;			/* 10px */
	margin-left: 1.5em;
}

#leftNav ul li a:hover, #headerNav ul li a:hover {
	color: #052153;
}

/* @group Login Form */

#loginForm {
	margin: auto auto 1em 1em;
	padding-bottom: 1em;
}

#loginForm p {
	font-size: 85%;
}

#leftNav input {
	background-color: #d1c7ba;
	margin-bottom: 1em;
}

/* @end */

#showBox {
	background-color: #e2d9d0;
	margin-bottom: 1.5em;
	margin-top: 1em;
	padding: 1em 1em 0 1em;
	width: 10.692em;
	*width: 10.425em;
	border-top: 0.154em solid #998977;
	*border-top: 0.15em solid #998977;
	border-right: 0.154em solid #998977;
	*border-right: 0.15em solid #998977;
	border-bottom: 0.154em solid #998977;
	*border-bottom: 0.15em solid #998977;
}

#showBox p {
	font-size: 85%;
}

.catalogs {
	margin-bottom: 0.25em;
	margin-left: 0.5em;
}

/* @end */

/* @group Top Header */

#header {
	background-image: url(../img/common/top-nav-paper.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: left;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	position: relative;
}

#header p {
	position: absolute;
	right: 1em;
	top: 0.5em;
}

img#headerLogo {
	padding-top: 1em;
	padding-left: 1.5em;
	padding-bottom: 1em;
}

/* @end */

#yui-main {
	min-height: 40em;
}

#main {
	padding-bottom: 2em;
}

#ft p {
	text-align: center;
}

.centered {
	text-align: center;
}

.tanBorder {
	border: 0.154em solid #998977;
	*border: 0.15em solid #998977;
}