@charset "UTF-8";
/* formatting style
------------------------------------------------ */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* link styles
------------------------------------------------ */
a img {
	border-style: none;
	padding-right: 15px;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}
.floatright {
	float: right;
	margin-left: 15px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
#main  a:link  {
	border-bottom: 1px dotted #EE6E06;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
#main  a:visited  {
	border-bottom: 1px dotted #EE6E06;
}
a:hover {
	font-weight: bold;
	color: #F57306;
}
/* basic layout
------------------------------------------------ */
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 1024px;
}
#main {
	padding: 15px;
	float: right;
	width: 724px;
}
#main #content_top {
	margin-top: 50px;
}
#main #content_description, #content_01, #content_02, #content_03, #content_04, #content_05, #content_06, #content_07, #content_08 , #content_09, #content_10, #content_11, #content_12, #content_13, #content_14, #content_15, #content_16, #content_17, #content_18, #content_19, #content_20, #content_21, #content_22, #content_23, #content_24, #content_25, #content_26 {
	margin-bottom: 20px;
	width: 600px;
}
#header {
	height: 125px;
	color: #999999;
}
#header ul {
	width: 1024px;
	padding-top: 75px;
	padding-left: 0px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 75%;
	height: 75%;
	float: left;
	font-family: serif;
	font-size: 1.4em;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	color: #B0B0B0;
}
#header ul li a:hover {
	color: #EE6E06;
	font-weight: bold;
}
#home #nHome a,
#work #nWork a,
#about_us #nAbout_us a,
#column #nColumn a    {
	color: #EE6E06;
	font-weight: bold;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 240px;
	margin-bottom: 20px;
	height: 500px;
}
#sidebar h2 {
	line-height: 1.6;
	font-weight: bold;
	font-size: 1em;
}
#sidebar #title_project {
	margin-bottom: 10px;
}
#sidebar h3 {
	font-size: 1em;
	line-height: 1.6;
	font-weight: bold;
	margin-left: 45px;
}
#sidebar h4 {
	font-weight: normal;
	font-size: 0.85em;
}
#footer {
	padding: 15px;
	clear: both;
}
#footer address {
	text-align: right;
	margin-top: 10px;
	color: #999999;
}
#footer #page_top {
	float: left;
	margin-left: 270px;
}
/* table
------------------------------------------------ */
#main table {
	margin-bottom: 15px;
	border-collapse:collapse;
	border-top: 1px dotted #999999;
	border-right: 0px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0px none #999999;
	width: 600px;
}
#main table th {
	text-align: left;
	padding: 5px 0px;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
	width: 140px;
}
#main table td {
	padding: 5px 0px;
	border-bottom: 1px dotted #999999;
}
#main table#staff {
}
#main table#staff th {
	width: 175px;
	font-weight: normal;
}
#main table#staff td {
	vertical-align: top;
}
#news table th {
	text-align: left;
	font-weight: normal;
}
#news table td {
	color: #EE6E06;
	font-weight: bold;
}
