/*----------------------------------------------------------------------------------*/
/*COMMON TAG*/
/*----------------------------------------------------------------------------------*/

body,div,p,h1,h2,h3,h4,h5,form,ul,li{
	padding:0px;
	margin:0px;
	font-family: Helvetica;
}

body{
	background-color:#796B60;
	color:#FFFFFF;
	font-size:83%;
	text-align:center;
}

p{
	line-height:180%;
	margin-bottom:15px;
}

a:link		{color:#fff; text-decoration:underline;}
a:active	{color:#fff; text-decoration:underline;}
a:visited	{color:#fff; text-decoration:underline;}
a:hover		{color:#ecae00; text-decoration:underline;}


/*----------------------------------------------------------------------------------*/
/*CSS HACK*/
/*----------------------------------------------------------------------------------*/

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{display:inline-block;}
/* Hides from IE-mac _*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */


/*----------------------------------------------------------------------------------*/
/*Top page*/
/*----------------------------------------------------------------------------------*/
#thaichi{
	width:800px;
	margin:0 auto;
	text-align:center;
	padding-bottom:50px;
}

#thaichi #logo {
	width: 800px;
	text-align: center;
}

#copy{
	width:518px;
	margin:0 auto;
	text-align:left;
}

#copy h2{
	padding:67px 0 40px 0;
}


/*----------------------------------------------------------------------------------*/
/*outline*/
/*----------------------------------------------------------------------------------*/

#outline{
	width:800px;
	margin:0 auto;
	padding-bottom: 40px;
	text-align:left;
	border-bottom: 5px solid #948980;
}

#outline h2{
	padding:67px 0 25px 0;
}

#outline h3{
	padding-top:15px;
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:1px solid #948980;
}

/*----------------------------------------------------------------------------------*/
/*recruit*/
/*----------------------------------------------------------------------------------*/

#recruit{
	width:518px;
	margin:0 auto;
	text-align:left;
}

#recruit h2{
	padding:67px 0 25px 0;
}

#recruit h3{
	padding-top:15px;
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:1px solid #948980;
}



/*----------------------------------------------------------------------------------*/
/*portfolio*/
/*----------------------------------------------------------------------------------*/
#portfolio {
	width:800px;
	margin:0 auto;
	padding-bottom: 40px;
	text-align:left;
	border-bottom: 5px solid #948980;
}

#portfolio h2{
	padding:40px 0;
}

#portfolio ul {
	float: left;
	width:236px;
	margin-left: 30px;
	display: inline;
}

#portfolio ul li {
	margin-bottom: 7px;
}


#portfolio-list {
	font-size:smaller;
	margin:15px auto;
	bottom: 0px;
}

#portfolio-list ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}

#portfolio-list ul li {
	padding: 0px;
	margin: 0px;
	float:left;
}

#portfolio-list ul li a {
	display: block;
	border:solid 1px #FFFFFF;
	margin: 0px;
	width:119px;
}

/*----------------------------------------------------------------------------------*/
/*application*/
/*----------------------------------------------------------------------------------*/

#application{
	width:518px;
	margin:0 auto;
	text-align:left;
}

#application h2{
	padding:67px 0 40px 0;
}

#application p.template{
	background-color:#d7d3d0;
	color:#333;
	border:3px solid #e4e1df;
	padding:20px;
}

/*----------------------------------------------------------------------------------*/
/*contact*/
/*----------------------------------------------------------------------------------*/

#contact {
	width: 800px;
	clear: both;
	text-align: left;
	padding: 40px 0 60px 0;
}

/*----------------------------------------------------------------------------------*/
/*menu*/
/*----------------------------------------------------------------------------------*/
#footer{
	clear:both;
	position:fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	background-color:#342A23;
	margin-top:40px;
	z-index: 4;
}

#footer p {
	margin: 0 auto;
	width: 800px;
	text-align: right;
	font-size: 0.8em;
	padding: 12px 0px;
	color: #948980;
}

#menu {

	font-size:smaller;
	margin:0 auto;
	padding-top:10px;
	padding-left:40px;
	width:600px;
	bottom: 0px;
}

#menu ul {
	list-style:none;
	padding: 10px;
	margin: 0px;
}

#menu ul li {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	float:left;
	
}

#menu ul li a {
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-indent:-9999px;
}

/* ------------menu button------------ */
#menu-01 a {
	width:67px;
	height:13px;
	background: url(../img/menu_recruit.gif) no-repeat 0px 0px;
}
#menu-01 a:hover {
	background: url(../img/menu_recruit.gif) no-repeat 0px -13px;
}
#menu-01-on a {
	width:67px;
	height:13px;
	background: url(../img/menu_recruit.gif) no-repeat 0px -13px;
}

#menu-02 a {
	width:67px;
	height:13px;
	background: url(../img/menu_outline.gif) no-repeat 0px 0px;
}
#menu-02 a:hover {
	background: url(../img/menu_outline.gif) no-repeat 0px -13px;
}
#menu-02-on a {
	width:67px;
	height:13px;
	background: url(../img/menu_outline.gif) no-repeat 0px -13px;
}

#menu-03 a {
	width:67px;
	height:13px;
	background: url(../img/menu_portfolio.gif) no-repeat 0px 0px;
}
#menu-03 a:hover {
	background: url(../img/menu_portfolio.gif) no-repeat 0px -13px;
}
#menu-03-on a {
	width:67px;
	height:13px;
	background: url(../img/menu_portfolio.gif) no-repeat 0px -13px;
}

#menu-top a {
	width:87px;
	height:13px;
	background: url(../img/menu_top.gif) no-repeat 0px 0px;
}
#menu-top a:hover {
	background: url(../img/menu_top.gif) no-repeat 0px -13px;
}
#menu-top-on a {
	width:87px;
	height:13px;
	background: url(../img/menu_top.gif) no-repeat 0px -13px;
}

#menu ul li#menu-app, #menu ul li#menu-app-on{
	margin-left:45px;
	margin-top:-7px;
}

#menu-app a {
	width:86px;
	height:25px;
	background: url(../img/menu_application.gif) no-repeat 0px 0px;
}
#menu-app a:hover {
	background: url(../img/menu_application.gif) no-repeat 0px -25px;
}
#menu-app-on a {
	width:86px;
	height:25px;
	background: url(../img/menu_application.gif) no-repeat 0px -25px;
}
