@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFCC;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
----------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout
----------------------------*/


#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: left;
	width: 560px;
	margin-bottom: 20px;
	border: 1px none #999999;
	clear: right;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
	border-right: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#footer {
	color: #FFFFFF;
	background-color: #669900;
	padding: 15px;
	clear: both;
}
/*header style
----------------------------*/


#header {
	background-image: url(images/title_photo.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 6px solid #99CC33;
	position: relative;
}
#guide #header {
	background-image: url(images/guide_photo.jpg);
}
#greeting #header {
	background-image: url(images/greeting_photo.jpg);
}
#service #header {
	background-image: url(images/service_photo.jpg);
	}
#application #header {
background-image: url(images/application_photo.jpg);
}
#access #header {
background-image: url(images/access_photo.jpg);
}
#recruitment #header {
background-image: url(images/recruitment_photo.jpg);
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header h2 {
	float: right;
	margin-top: 18px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
}
#header h3 {
	float: left;
	padding-bottom: 10px;
	margin-left: 16px;
	margin-top: 118px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 120px;
	border-top: 2px solid #99CC33;
	border-bottom: 5px ridge #999999;
	border-left: 2px solid #FFFFFF;
	margin: 0px;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}
#home  #header  #nHome  a,
#greeting  #header  #nGreeting  a, 
#guide  #header  #nGuide  a,   
#service  #header  #nService  a,   
#application  #header  #nApplication  a,   
#access  #header  #nAccess  a,   
#recruitment  #header  #nRecruitment  a {
	color: #FFFFFF;
	background-color: #828CA7;
}
/*main styles
----------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
	margin-top: 10px;
	clear: left;
}
#main h3 {
	font-size: 100%;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	border-bottom: thin dotted #333333;
	margin-bottom: 5px;
	clear: left;
}
#main h4 {
	font-size: 100%;
	font-weight: bold;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home   #main   h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	text-align: left;
	width: 8em;
	padding: 0px 0px 0px 20px;
}

#main dl#news dd   {
	text-align: left;
	margin: 0px 0px 10px 6em;
	font-weight: normal;
}
#main #name p {
	font-size: 110%;
	text-align: right;
	}
#main #nameLeft p {
	font-size: 110%;
	text-align: left;
}
#main ul li {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	list-style: none;
	background-position: left 4px;
	padding-left: 14px;
	clear: left;
	margin-bottom: 5px;
}
#main  ol li {
	margin-left: 35px;
	margin-bottom: 5px;
	list-style: decimal;
}
#main dl dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 6em;
	margin-bottom: 3px;
	padding-right: 5px;
	font-size: 100%;
	padding-left: 3px;
}
#main dl dd {
	font-weight: bold;
	margin-bottom: 3px;
}
#main div.surround {
	float: left;
	width: 269px;
	margin-right: 11px;
	margin-bottom: 15px;
}
#main span.colorRed {
	color: #CC3300;
}
#main span.colorBlue {
	color: #0066CC;
}

 /*table
----------------------------*/

#main table  {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-collapse:collapse;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#main  table th  {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space: nowrap;
}
#main  table td  {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}
#main   table td.center {
	white-space: nowrap;
	text-align: center;
}
#main  table tr.odd  {
	background-color: #EFEFEF;
}


/*sidebar styles
----------------------------*/


#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: none;
}


#sidebar dl dt {
	clear: left;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 15px;
}
#sidebar ul li {
	margin-bottom: 15px;
	list-style: none;
	font-size: 1.2em;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	width: 210px;
	padding-left: 25px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
#sidebar dd {
	line-height: 1.2;
	padding-top: 12px;
	font-style: normal;
}
#sidebar dl dd.left {
	clear: left;
	padding-left: 8px;
	padding-right: 40px;
	padding-top: 0px;
}
#sidebar dl dt a:hover {
	border: thin dotted #999999;
}
/*footer styles
----------------------------*/


#footer ul li a {
	color: #FFFFFF;
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	color: #FFFF33;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer ul li a:hover {
	color: #FFFF33;
	text-decoration: none;
	
}    
 /*image styles
----------------------------*/

#speach
 img   {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
