body  {
	background-image: url(img/back.gif);
	background-repeat: repeat;
	font-family: "lr SVbN", "Osaka|";
	color: #666666;
	font-style: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 788px;
	text-align: left;
	color	#333333;
	background: #ffffff
	url(img/back-wrapper.gif);
	background-repeat: repeat-y;
}

#header	{
	position:relative;
	height: 166px;
	color: #99FF00;
	background: url(img/header.gif) no-repeat;
	margin-top: 0px;
}	

#globalMenu {
	margin-left: 2px;
	margin-top: 2px;
	padding-left: 2px;
	list-style-type: none;
	width: 778px;
	float: none;
	color: #000099;
}

#globalMenu a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #99FF99;
	border-left: 2px solid #ffffff;
	text-decoration: none;
	text-align: center;
	color: #000066;
}

#globalMenu a:hover {
			color: #333333;
			background-color: #33FF00;
			text-decoration: underline;
          }

#globalMenu li {
	float: left;
	width: 111px;
}

#pan {
	float:right;
	width: 620px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

#content {
	float:left;
	width: 440px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.5em;
	height: auto;
	padding-left: 145px;
	padding-right: 0px;
	text-align: left;
}

#content ul  {
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	border-left: 1em solid #666666;
	padding-left: 0.3em;
}

h1 {
	font-size:medium;
	color:#333333;
	border-left: 7px solid #99FF99;
	border-bottom: 1px solid #99FF99;
	padding-left: 5px;
	padding-bottom: 1px;
}

h2 {
	font-size: medium;
	font-weight: normal;
	color: #333333;
	border-left: 1em solid #99FF99;
	padding-left: 0.3em;
}

#banner {
	float:right;
	width: 160px;
	margin-top:40px;
	margin-right:10px;
	font-weight: normal;
}

#right  {
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	border: 3px double #cccccc;
	line-height: 1.2em;
	font-size: 12px;
}

#footer {
	float: bottom;
	clear: both;
	text-align: center;
	font-size: 12px;
	width: auto;
	color: #999999;
	margin-right: 4px;
	margin-left: 4px;
}

#footerNavi {
	list-style-type: none;
	text-align: right;
	margin-left: 4px;
	margin-right: 5px;
}

#footerNavi li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}

A:link    { color           : #0066FF;
            text-decoration : none   ;
          }
A:visited { color           : #0066FF;
            text-decoration : none;
          }
A:hover   {
	color           : #0000FF;
	text-decoration : underline;
	font-size: 12px;
          }

