﻿@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:74.5%;
	color:#333;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:3;
}

img,
fieldset {
	border:0;
}

.clear {
  clear:both;
		}
/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:100%;
	background-image: url(img/header_back.jpg);
	background-repeat: repeat-x;
	height: 234px;
	background-position: top;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	background-image: url(img/header.jpg);
	height: 234px;
	background-repeat: no-repeat;
	width: 880px;
	background-position: top;
	position: relative;
}

#header h1 {
	padding:10px 0 10px 10px;
	color:#FFFFFF;
	background-image: url(img/rogo.jpg);
	background-repeat: no-repeat;
	width: 426px;
}

#header p#siteDescription {
	padding:0 15px 10px 30px;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:860px;
	margin-bottom:15px;
	padding:10px;
	background:#000000;
	color: #FFFFFF;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
		font-size:10pt;
		height: 15px;		
	width:100%;
}


/* __main
------------------------------------------*/

#contents #main {
	width: 220px;
	float:left;
	padding-right: 15px;
	padding-left: 20px;
}

#main #link {
	border: solid 1px #CCC;
	width: 200px;
	padding: 10px;
	height: 293px;
}

/* __sub
------------------------------------------*/

#sub {
	float:right;
	width:550px;
	padding:0 60px 0 0;
	
}

#sub h3 {
	margin-bottom:5px;
	font-size:100%;
	color:white;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:5px;
	background:white;
	border:1px solid #999;
}

#sub ul li {
	padding:5px 10px;
}
#header ul {
	width: 681px;
	height: 34px;
	background-image: url(img/btn_back.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	position: absolute;
	bottom: 0px;
}
#header li {
	float: left;
}
#header li a:hover {
 background-position:bottom;
}
#header #btn_1 a {
	background-image: url(img/btn_1.jpg);
	width: 110px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}
#header #btn_2 a {
	background-image: url(img/btn_2.jpg);
	width: 150px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}
#header #btn_3 a {
	background-image: url(img/btn_4.jpg);
	width: 91px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}
#header #btn_4 a {
	background-image: url(img/btn_5.jpg);
	width: 220px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}
#header #btn_5 a {
	background-image: url(img/btn_6.jpg);
	width: 110px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}

#sub #news {
	border: solid 1px #CCC;
	width: 530px;
	padding: 10px;
	height: 293px;
	overflow:auto;
}
#sub #news dl {  
 width:95%;  
}  

#sub #news dt {
	float:left;
	width:30%;
	clear:both;
	font-weight:bold;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	border-left: solid 3px #FF6600;
	padding-left: 10px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
}  

#sub #news dd {
	width:40%;
	margin-left:30%;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	border-bottom-style: dotted;
	padding-bottom: 5px;
}  
#contentsin {
	width: 880px;
	background-image: url(img/content_back.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 0 0;
}
h2 {
	margin: 0;
	height: 44px;
}
#footer a {
	color: #FFFFFF;
}
#btnarea {
	margin: 0 auto;
	clear: both;
	width: 835px;
	padding: 25px 0;
}
