@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	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: #FFFFFF;
	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;
	width: 790px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	


}
#sidebar {
	float: left;
	width: 150px;
	height:2000px;
	color: #FFFFFF;
	padding-bottom:10px;
}
#footer {
	padding:15px;
	border-top: 3px solid #FF6600;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(../images/i_head.jpg);
	background-repeat: no-repeat;
	height: 79px;
	border-top: 3px solid #FF6600;
	position: relative;
}
#profile #header {
	background-image: url(images/header02.jpg);
}
#works #header {
	background-image: url(images/header03.jpg);
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#faq #header {
	background-image: url(images/header04.jpg);
}
#contact #header {
	background-image: url(images/header05.jpg);
}

#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 {
	width: 170px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}

#home #header #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#faq #header #nFaq a,
#contact #header #nContact 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;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 0px;
}
#sidebar dl dt a {
	padding-left:10px;
	padding: 4px;
	float: left;
	padding-left:10px;
}
#sidebar  dd  a:hover {
	color:#FF7321;
}

#sidebar dl {
	padding-top:10px;
	padding-bottom:20px;
	background-color: #333333;
}
#sidebar dd {
	padding-left:5px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
	font-size:12px;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* table
--------------------*/
#main table {


}

#main table td {
	padding: 5px 5px;
}

/* works
--------------------*/
#main ol {
	padding-left:25px;
}

#main li {
	margin-bottom: 6px;
	
}

/* form
--------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
.titleimg {
	padding-left:7px;
}

.flash {
	padding-left:15px;
}
.shousai {
	padding-top:11px;
}

.titletext {
	font-size:12px;
}
.pctxt {
	font-size:15px;
}
.pctxt2 {
	font-size:12px;
}
.gaiyo {
	font-size:12px;
	line-height:1.1;
}
.gaiyomail a {
	color:#0033FF;
}
.sidebarimg {
	padding-bottom:10px;
}
.cardtxt {
	padding-left:160px;
	margin:20px;
}
.tabletxt {
	padding-left:7px;
}
.tabletxt2 {
	padding-left:17px;
}
.tabletxt3 {
	padding-left:27px;
}
.tabletxt4 {
	padding-left:37px;
}
.tableimg2 {
	padding-bottom:10px;
	margin:3px;
}