@charset "UTF-8";/* -------------------------------------*/* {	font-style: normal;	margin: 0px;	padding: 0px;}body {	font-family: sans-serif;	font-size: 75%;	line-height: 1.6;	color: #333333;	background-color: #FFFFFF;	background-image: url(img/bg1.jpg);	background-repeat: repeat-x;	background-position: 0px 100px;}/* basic layout-------------------------------------*/#wrapper {	background-color: #FFFFFF;	margin: 0px auto;	width: 900px;}#header {	height: 100px;}#header ul {	margin-left: 50px;	padding-top: 30px;}#header ul li {	float: left;	list-style: none;	margin-right: 7px;}#header ul li a {	color: #00CCFF;	text-decoration: none;	background-color: #FFFFFF;	text-align: center;	display: block;	height: 1.5em;	margin-top: 10px;	margin-bottom: 10px;	border-radius: 4px;	padding: 3px 5px;	text-indent: 1.5em;	background-image: url(img/point.png);	background-repeat: no-repeat;	background-position: 5px center;}#header img {	float: left;	margin-bottom: 10px;	margin-top: 30px;}#header ul li#nHome a {}#header ul li a:hover {	background-color: rgba(0,204,255,1);	box-shadow: inset 1px 1px 2px 1px rgba(51,51,51,1);	color: rgba(255,255,255,1);	-webkit-box-shadow: 1px 1px 3px rgba(51,51,51,1);}#footer ul li {	list-style: none;}#main #portfolio li {	list-style: none;}#main dl dd {	padding-left: 200px;	padding-bottom: 10px;}#main dl img {	float: left;	margin-top: 5px;	margin-bottom: 10px;}#main dl dt {	padding-bottom: 10px;}#main dl {	clear: both;}#main dl dd h1 {	text-indent: 1.3em;	background-image: url(img/point2.png);	background-repeat: no-repeat;	background-position: left center;	font-size: 14px;}a:link {	color: #00ccff;	text-decoration: none;}#footer {	height: 80px;	width: 900px;	clear: both;	margin-top: 5px;	margin-bottom: 20px;}#footer img {	float: right;	margin-top: 5px;}#footer ul {	float: left;	width: 500px;}#footer h1 {	height: 50px;	width: 900px;	padding-bottom: 5px;	border-bottom: 1px solid rgba(102,102,102,1);	float: left;	background-image: url(img/kuronoz_footer2.jpg);	background-repeat: no-repeat;	background-position: left center;}a:visited {	color: #00ccff;}