@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: #999999;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
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;
}
/* basic layout
--------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 30px;
}
#footer {
	color: #FFFFFF;
	background-color: #878787;
	padding: 15px;
	clear: both;
	height: 10px;
}
#header {
	background-image: url(../images/header01.jpg);
	background-repeat: no-repeat;
	height: 200px;
	border-top: 3px solid #3399cc;
	border-bottom: 3px solid #3399cc;	
	position: relative;
}
#profile #header {
	background-image: url(../images/header02.jpg);
}
#works #header {
	background-image: url(../images/header03.jpg);
}
#recruit #header {
	background-image: url(../images/header04.jpg);
}
#contact #header {
	background-image: url(../images/header05.jpg);
}

#header #logo {
	position: absolute;
	left: 13px;
	top: 23px;
}
#header ul {
	width: 858px;
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #FFFFFF;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #3399cc;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#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,
#recruit #header #nRecruit a,
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #828CA7;
}

/* main style
--------------------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #3399cc;
	border-bottom: 1px dotted #666666;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main  dl#news dt {
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 10em;
	padding-left: 15px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}


/* sidebar styles
--------------------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	float: none;
}
#sidebar dl dt a {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#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
--------------------------------------------*/

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

#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #CCCCCC;
}
#works #main h4 {
	list-style: url(../none) none inside;
	font-weight: bold;
	color: #006699;
	font-size: medium;
	font-style: normal;
}
#works #main h1 {
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px;
}
/* profile
--------------------------------------------*/
#profile #main #tateya{
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
#profile #main table{
	width: 95%;
}
