@charset "UTF-8";
@import url("reset.css");

#header			{position: relative;margin: auto;width: 900px;height: 280px;text-align: left;}
#header h1		{background: #ccccff url(./common/header_bg.jpg) no-repeat;}
#topmenu		{position: absolute;top: 11px;right: 45px;}
#topmenu li		{display: inline;padding-right: 5px;text-decoration: none;}
#topmenu li a		{text-decoration: none;color: #666666;}
#topmenu li a:hover	{text-decoration: none;color: #ffffff;}
#gnavi			{clear: both;display: block;width: 780px;position: absolute;top: 240px;left: 59px;}

body			{color: #333;background-color: #ccccff;text-align: center;line-height: 150%;}
body > #container	{height: auto;}
#container		{width: 900px;min-height: 100%;padding-top: 1px;margin: auto;text-align: left;background: #ccccff url(./common/bg_container.gif) repeat-y;background-position: center;}
p			{margin: 0 0 1em;}
li			{list-style: none;}
a			{color: #0000cc;}
a:visited		{color: #0000cc;}
a:hover			{color: #cc66cc;text-decoration: none;}
a:active		{color: #cc66cc;}

#main			{width: 480px;margin-left: 340px;color: #333333;background: #ffffff;}
#main p			{margin: 5px;}
#main p.to_contact	{margin: 0px;padding: 15px 0 0 0;clear: both;}
#main h2		{margin: 20px 0;}
#main h3		{margin-top: 5px;margin-bottom: 10px;padding: 5px 0px 3px;text-indent: 10px;color: #191970;background-color: #fafafa;border-left: 5px #000080 solid;border-bottom: 1px #dedede solid;}
#main h4		{margin: 15px 0 0 0;padding-left: 20px;background: #fff url(./common/li_right_blue.gif) no-repeat;background-position: center left;}
#main ul		{margin: 0 10px;}
#main li		{list-style-type: circle;list-style-position: inside;}

#sub			{float: left;display: inline;width: 230px;padding: 10px;margin-top: 20px;margin-left: 60px;border: 1px solid #f0f0f0;background: #fff;}
#sub h1			{margin-bottom: 5px;letter-spacing: 1px;}
#sub h2			{margin-bottom: 5px;color: #666666;letter-spacing: 1px;font-size: 14px;}

#footer			{clear: both;width: 900px;height: 150px;margin: auto;color: #808080;background: #ccccff url(./common/bg_footer.gif) no-repeat;background-position: center;}
#footer a		{color: #191970;text-decoration: none;}
#footer a:hover		{color: #fff;text-decoration: underline;}
#footer ul		{margin: 0 auto 5px;padding-top: 70px;text-align: center;}
#footer ul li		{display: inline;margin-right: 5px;padding-left: 10px;line-height: 1.1;border-left:1px solid #9999ff;}
#footer ul li.utilityHome{border-left: 0;}
#footer p#copyright	{text-align: center;margin-bottom: 0;}
