@charset "utf-8";

/**************************************/
/*   general classes                  */
/**************************************/

/* ---------------------------------- */
/*   definition of 'body'             */
/* ---------------------------------- */
body
{
	background: #ffffff;
	padding: 0;
	color: #006633;
	text-decoration: none;
}

/* ---------------------------------- */
/*   classes for anchor element       */
/* ---------------------------------- */
a:link,
a:visited
{
	color: #66cc99;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	background: #66cc99;
	text-decoration: none;
}

a img
{
	margin-top: 10px;
	margin-right: 3px;
	border: 0px;
}

a.back-to-top:link,
a.back-to-top:visited
{
	text-align: right;
	color: #ff9900;
	font-size: 80%;
	margin: 5px 10px 10px 10px;
	padding: 2px;
	display: block;
	text-decoration: none;
}

a.back-to-top:hover
{
	color: #ffffff;
	background-color: #ff9900;
}

/* ---------------------------------- */
/*   classes for paragraph element    */
/* ---------------------------------- */
p										/* general text */
{
}

p.text									/* general text */
{
	font-size: 90%;
	margin-left: 30px;
	margin-right: 10px;
}

p.emphasis								/* emphasized text */
{
	font-weight: bold;
	color: #ff9966;
	text-decoration: underline;
	margin-left: 30px;
}
.emphasis								/* emphasized text */
{
	font-weight: bold;
	color: #ff6633;
	text-decoration: underline;
}


p.caution								/* text for caution */
{
	font-size: 90%;
	margin-left: 50px;
	margin-bottom: 20px;
	color: #ff0000;
}

p.banner								/* for banner description */
{
	font-size: 80%;
	margin-top: 3px;
	color: #339966;
}

/* ---------------------------------- */
/*   classes for header element       */
/* ---------------------------------- */
h1
{
	color: #ffffff;
	background-color: #ff9900;
	font-size: 120%;
	font-weight: bold;
	margin: 6px 10px 20px 6px;
	padding: 4px 10px 6px;
	height: 1em;
	border-top: #ff6600 4px solid;
	border-left: #ff6600 8px solid;
	display: block;
}

h1 a:link,
h1 a:visited
{
	color: #f0f0d0;
	background-color: #ff9900;
}

h1 a:hover
{
	color: #ff9900;
	background-color: #f0f0d0;
}

h2
{
	color: #ff6600;
	background-color: #ffcc66;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 10px 5px 30px;
	padding: 3px 10px 3px;
	border-top: #ff9900 3px solid;
	border-left: #ff9900 6px solid;
	display: block;
}

h2 a:link,
h2 a:visited
{
	color: #ff6600;
	background-color: #ffcc66;
}

h2 a:hover
{
	color: #ffcc66;
	background-color: #ff6600;
}

/* ---------------------------------- */
/*   classes for definition element   */
/* ---------------------------------- */
dt										/* definition term */
{
	font-weight: bold;
	color: #006633;
	padding-top: 2px;
	margin-left: 30px;
	font-size: 90%;
}

dt a:link,								/* definition term anchor */
dt a:visited
{
	color: #339966;
}

dt a:hover
{
	color: #ffffff;
	padding-top: 4px;
	background-color: #339966;
}

dd										/* definition description */
{
	color: #006633;
	margin: 5px 10px 20px 100px;
}

/* ---------------------------------- */
/*   classes for list items           */
/* ---------------------------------- */
li
{
	margin-left: 30px;
	margin-top: 8px;
	list-style-type: square;
	font-size: 90%;
}

/**************************************/
/*   ID properties                    */
/**************************************/

#header-left							/* title block (group name and district) */
{
	display: block;
	float: left;
	width: 45%;
	padding-bottom: 3px;
}

#district								/* district */
{
	font-size: 100%;
	font-weight: normal;
	color: #00cc99;
}

#group-name								/* group name */
{
	font-size: 200%;
	font-weight: normal;
	color: #009966;
}

#header-right							/* description block ( warranty and copyright ) */
{
	display: block;
	float: right;
	width: 54%;
	padding-bottom: 3px;
}

#warranty								/* warranty */
{
	font-size: 70%;
	color: #009966;
}

#copyright								/* copyright declaration */
{
	padding-top: 10px;
	padding-right: 10px;
	font-size: 80%;
	font-style: italic;
	color: #009966;
	text-align: right;
}

#header-line							/* line below header */
{
	clear: both;
}

#position								/* current position on this site */
{
	float: left;
	color: #339966;
	margin-left: 5px;
	font-size: 80%;
	width: 60%;
}

#update									/* update information */
{
	float: right;
	margin-right: 10px;
	font-size: 80%;
	font-style: italic;
	color: #009966;
	text-align: right;
	width: 30%;
}

#navigation-box							/* navigation block ( menu and banner ) */
{
	position: absolute;
	left: 10px;
	display: block;
	float: left;
	width: 130px;
	margin-top: 35px;
}

#menu-box								/* menu box */
{
	padding: 2px;
	font-size: 100%;
	border: 1px solid #999999;
	background-color: #e0ffe8;
}

#banner-box								/* banner box */
{
	margin-top: 5px;
	padding: 2px;
}

#main-box								/* main box for content */
{
	position: relative;
	display: block;
	margin-top: 35px;
	margin-left: 150px;
}

#pickup-box								/* picup picture box */
{
	position: relative;
	display: block;
	margin-left: 50px;
}

#youtube-box								/*YouTube box */
{
	position: relative;
	display: block;
	margin-left: 50px;
}
