@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height: 1.5;
	color: #666666;
	background:url(../new/images/backlogo2.gif);
}
a {/*\*/overflow: hidden;/**/ color:#1DAF84;}
a img {
	border-style: none;
}
a:hover {
	text-decoration: none;
}
.last_top {
	margin-top: 0px !important;
}
.first {
	margin-left: 0 !important;
}
.last {
	margin-right: 0 !important;
}
h1{
	margin-bottom: 20px;
}
h2 { margin-bottom: 10px; font-size: 14px;}
h3 { margin-bottom: 5px; font-size: 14px;}

ol{
		list-style: inside decimal;
}
/*after
-------------------------------------------------------------------------*/
#header:after, #content_b:after, ul:after, #navi:after {
	content: ".";
	display: block;	
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}	
/*Main design
-------------------------------------------------------------------------*/
#header, #content, #slide_show, #content_b, #footer, #footer .download {
	width: 1100px;
	clear: both;
}
#container {
	width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	background: #FFFCDB;
	border: 1px solid #E8E8E8;
}
#header {
	height: 106px;
	padding-top:20px;
	border-bottom: 1px solid #BABAB4;
	margin-bottom: 20px;
}
#header h1 {
	float: left;
	position: relative;
	top: 0;
	left: 20px;
}
#header #menu {
	float: right;
	list-style: none;
	width: 940px;
	margin: 74px 20px 0 0;
}
#header #menu li {
	float: left;
	margin-right: 17px;
	display: block;
	width: 142px;
	height: 20px;
}
#header #menu li a {
	display: block;
	width: 142px;
	height: 20px;
	text-indent: -9999px;
}
#header #menu li.home a {
	background: url(../new/images/menu.jpg) no-repeat 0 0;
}
#header #menu li.company a {
	background: url(../new/images/menu.jpg) no-repeat -142px 0;
}
#header #menu li.design_work a {
	background: url(../new/images/menu.jpg) no-repeat -284px 0;
}
#header #menu li.work_flow a {
	background: url(../new/images/menu.jpg) no-repeat -426px 0;
}
#header #menu li.recurit a {
	background: url(../new/images/menu.jpg) no-repeat -568px 0;
}
#header #menu li.contact_us a {
	background: url(../new/images/menu.jpg) no-repeat -710px 0;
}
#header #menu li.home a:hover {
	background-position: 0 -20px;
}
#header #menu li.company a:hover {
	background-position: -142px -20px;
}
#header #menu li.design_work a:hover {
	background-position: -284px -20px;
}
#header #menu li.work_flow a:hover {
	background-position: -426px -20px;
}
#header #menu li.recurit a:hover {
	background-position: -568px -20px;
}
#header #menu li.contact_us a:hover {
	background-position: -710px -20px;
}
#content #main p {
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 2em;
}
#slide_show {
	margin-bottom: 20px;
	height: 110px;
}
#slide_show ul {
	width: 1100px;
	list-style: none;
	overflow: hidden;
	height: 110px;
}
#slide_show ul li {
	float: left;
}
#content_b {
	margin-bottom: 20px;
}
#content_b #news {
	width: 770px;
	float: left;
}
#content_b #news dt {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	padding-left: 10px;
}
#content_b #magazine {
	width: 330px;
	float: right;
}
#content_b #magazine p {
	line-height: 1.2em;
}
#content_b #magazine h3 {
	line-height: 1em;
}
#content_b #magazine h3 span.small {
	font-size: 11px;
}
#content_b #magazine img {
	 float: right;
	 margin-right: 5px;
}
#footer {
	text-align: center;
	padding: 10px 0;
}
#footer #navi ul {
	list-style: none;
	width: 405px;
	display: block;
	margin:0 auto;
	clear: both;
	margin-bottom: 10px;
}
#footer #navi ul li {
	float: left;
	text-align: center;	
}
#footer #navi ul li a {
	padding: 0 15px;
	border-right: 1px solid #CCCCCC;
}
#footer #navi ul li.last a {
	border: none;
}
#footer .download img {
	margin-bottom: 10px;
}