/*** BASIC ***/
html{
	_overflow-x: hidden;
}

body{
 padding:0px;
 margin:10px 0px 20px 0px;
 text-align: center;







 font-size:12px;
 color:#666;

 line-height:1.3em;
}

body div {
 text-align: left;
}

a{ color:#669999;text-decoration:none; }
a:visited{ text-decoration:none; }
a:hover{ text-decoration:underline }
a:active{ text-decoration:underline; }

br.clr{
 clear:both;
}

br.clr_none{
 clear:both;
 display:none;
 _display:block;
}

img{
 border-width:0px;
}

h1{
	font-size:10px;
	margin:0px 0px 20px 0px;
	padding:0px;
}

p{
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:1.4em;
}

strong{
	color:#996633;
}

.note1{
	color:#996633;
}

.note2{
	color:#aa5544;
}

.small1{
	font-size:10px;
}




/*** HEADER ***/
#header{
	width:864px;
	height:60px;
	margin:auto;
	padding:0px 28px 0px 28px;
}

#header_l{
	width:720px;
	float:left;
}

/*
#header_c{
	width:520px;
	float:left;
}
*/

#header_r{
	width:144px;
	float:left;
	padding:12px 0px 0px 0px;
	text-align:right;
}





/*** CONTENTS ***/
#frame1{
	margin:auto;
	width:864px;
	padding:10px 28px 0px 28px;
	background-image:url("../imgs/header_bgimg.jpg");
	background-repeat:no-repeat;
}

#main_image{
}

#frame2{
	margin:auto;
	width:864px;
	padding:0px 28px 0px 28px;
	background-image:url("../imgs/footer_bgimg.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
}

#contents{
	overflow:auto;
	zoom:1;
	background-image:url("../imgs/contents_bgimg.gif");
	background-repeat:repeat-y;
}

#contents_btm{
	background-image:url("../imgs/contents_btm.gif");
	background-repeat:no-repeat;
	height:1px;
	clear:all;
}







#left_area{
	float:left;
	width:158px;
	border-top:1px solid #8DB2AE;
	padding:0px 1px 0px 1px;
}

#menu{
	margin:0px;
	padding:0px;
}

#submenu{
	font-size:10px;
	border-bottom:1px solid #8DB2AE;
	margin:0px;
	padding:7px 0px 7px 0px;
}

#submenu ul{
	margin:0px 0px 0px 18px;
	padding:0px;
	list-style:none outside;
}

#submenu li{
	margin:0px;
	padding:3px 0px 3px 0px;
	background-image:url("../imgs/menu_icn.gif");
	background-repeat:no-repeat;
	background-position:0px 9px;
	border-bottom:1px solid #B6C9C8;
}

#submenu li.on{
	background-image:url("../imgs/menu_icn_on.gif");
}

#submenu li.last{
	border-bottom:0px solid #B6C9C8;
}

#submenu .menu_pad{
	padding:0px 0px 0px 10px;
}





#center_area{
	width:444px;
	padding:0px;
	margin:0px 30px 0px 30px;
	float:left;
}

#center_area a{ text-decoration:underline; }
#center_area a:hover{ text-decoration:underline; }

#center_area ul{
	margin:0px;
	padding:0px 0px 10px 30px;
}

#center_area ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
}

.to_pagetop{
	font-size:10px;
	text-align:right;
	padding:5px 0px 0px 0px;
	margin:20px 0px 20px 0px;
	border-top: 1px dashed #8DB2AE;
}

img.icon_mdl{
 vertical-align:bottom;
 padding:0px 2px 2px 0px;
 _padding:2px 2px 2px 0px; /* for IE6 */
}

/* for IE7 */
*+html body img.icon_mdl{
 padding:2px 2px 2px 0px;
}



#right_area{
	font-size:10px;
	width:200px;
	float:left;
}

#right_area .banner{
	padding:0px;
	margin:0px 0px 4px 0px;
}

#right_area .banner a{
	outline:none;
}

#right_area .block{
	padding:10px;
	margin:0px 0px 4px 0px;
	border:1px solid #8DB2AE;
}

#right_area .block_amz{
	text-align:center;
	padding:10px;
	margin:0px 0px 4px 0px;
	border:1px solid #B6C9C8;
}





/*** FOOTER ***/
#footer{
	width:864px;
	margin:10px 0px 0px 0px;
	_margin:0px 0px 0px 0px;
	padding:7px 0px 7px 0px;
	color:#729190;
	font-size:10px;
	border-top:1px solid #CFDCDB;
}

#footer a{ color:#729190; }

#footer_menu{
}

#copyright{
}




/*** ACCESSIBILITY ***/
.off-left {
 position : absolute;
 left : -999px;
 width : 999px;
 margin:0px;
 padding:0px;
 font-weight:normal;
 font-size:8px;
}





/*** Contents Detail Setting ***/
div.line {
   margin-top: 2em;
   margin-bottom: 2em;
   border: 1px solid #CFDCDB;
}

h2 {
    margin: 0 10px;
    position: relative;
    top: -7px;
    font-size: 14px;
    font-weight: normal;
    color: #59827E;
}

h2 span {
    background-color: #ffffff;
    padding: 0 5px;
}

.text {
    padding: 3px 10px 10px 10px;
    background-image: url(../imgs/contents_back01.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #000;
}

.text p {
    margin: 5px 0 10px 0;
    font-size: 12px;
}







/*** TOP PAGE ***/
.top_news{
	margin:30px 0px 0px 0px;
}

.top_stitle{
	margin:0px 0px 5px 0px;
}


#top_news_frame{
	margin:0px;
	padding:0px;
	border:1px solid #B6C9C8;
}

#top_news_frame iframe{
	margin:0px;
	padding:0px;
	width:442px;
	height:200px;
}

#top_news_contents table{
	width:405px;
	_width:395px;
	font-size:10px;
	line-height:1.3em;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#top_news_contents table a{ text-decoration:underline; }
#top_news_contents table a:visited{ text-decoration:underline; }



/*** CONSULTING ***/
#consul_list{
}

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

#consul_list ul li{
	float:left;
	padding:0px;
	margin:0px 0px 12px 0px;
	_margin:0px 0px 0px 0px;
}

#consul_list ul li a{
	padding:4px;
	margin:0px 12px 0px 0px;
	border:1px solid #CFDCDB;
	float:left;
}

#consul_list ul li.last a{
	margin:0px 0px 0px 0px;
}

#consul_list ul li a:hover{
	padding:4px;
	margin:0px 12px 0px 0px;
	border:1px solid #8DB2AE;
	float:left;
}

#consul_list ul li.last a:hover{
	margin:0px 0px 0px 0px;
}

.consul_list_name{
	padding:0px 0px 2px 5px;
	margin:6px 0px 2px 0px;
	border-left:2px solid #CFDCDB;
	display:block;
}

#consul_list a{ text-decoration:none; }
#consul_list a:hover{ text-decoration:none; }

#consul_list a .consul_list_name{ text-decoration:none; }
#consul_list a:hover .consul_list_name{ text-decoration:underline; }


.consul_profile {
  float: left;
  margin: 0 10px 10px 0;
}

.consul_proifle_pic {
  border: 1px solid #CFDCDB;
  padding: 2px;
}

.consul_name {
  margin-bottom: 10px;
}


.consul_seperate {
  margin: 5px 0 10px 0;
  border-top: 1px dashed #8DB2AE;
}

#consul_book{
	padding:0px;
	margin:0px 0px 10px 0px;
}

#consul_book .consul_book_l{
	width:195px;
	float:left;
}

#consul_book .consul_book_l img{
	border:1px solid #cccccc;
}

#consul_book .consul_book_r{
	font-size:10px;
	width:244px;
	float:left;
	padding-left:5px;
}

#consul_book .consul_book_r ul{
	line-height:1.5em;
	list-style:none outside;
	padding:0px 0px 0px 0px;
	margin:0px;
}

#consul_book .consul_book_r ul li{
	padding:0px 0px 5px 0px;
	margin:0px;
}

#consul_book .consul_book_r ol{
	line-height:1.5em;
	padding:0px 0px 0px 28px;
	margin:0px;
}

#consul_book .consul_book_r ol li{
	padding:0px;
	margin:0px;
}

.consul_book_title1{
	padding:2px 2px 2px 5px;
	margin:0px 0px 10px 0px;
	background-color:#e6e6e6;
}

.consul_book_title2{
}




/*** LINK ***/

#link_list{
}

#link_list ul{
	padding:0px;
	margin:0px;
}

#link_list ul li{
	padding:0px;
	margin:0px 20px 7px 0px;
	_margin:0px 0px 0px 0px;
}




/*** MAIL FORM ***/
form{

	padding:0px;
	margin:0px;
}

table#mail_form{
	font-size:10px;
	width:100%;
	padding:0px;
	margin:0px;
	border-top:1px solid #CFDCDB;
	border-left:1px solid #CFDCDB;
	border-right:1px solid #CFDCDB;
}

table#mail_form td{
	padding:5px;
	margin:0px;
}

table#mail_form td.label{
	border-bottom:1px solid #CFDCDB;
	background-color:#E7EDED;
	margin-right:2px;
	width:150px;
}

table#mail_form td.value{
	border-bottom:1px solid #CFDCDB;
	background-color:#ffffff;
	width:270px;
}

table#mail_form .mail_form_note{
}

table#mail_form input[type=text]{
	width:260px;
}

table#mail_form input{
	_width:260px;
}

table#mail_form textarea{
	width:260px;
	height:100px;
}





/*** ABOUT COMPANY ***/
table#company{
	font-size:10px;
	width:100%;
	padding:0px;
	margin:0px;
	border-top:1px solid #CFDCDB;
	border-left:1px solid #CFDCDB;
	border-right:1px solid #CFDCDB;
}

table#company td{
	padding:5px;
	margin:0px;
}

table#company td.label{
	border-bottom:1px solid #CFDCDB;
	background-color:#E7EDED;
	margin-right:2px;
	width:120px;
}

table#company td.value{
	border-bottom:1px solid #CFDCDB;
	background-color:#ffffff;
	width:300px;
}

table#company p{
	padding:0px;
	margin:0px 0px 5px 0px;
}




/*** RECRUIT ***/
table#recruit{
	font-size:10px;
	width:100%;
	padding:0px;
	margin:0px;
	border-top:1px solid #CFDCDB;
	border-left:1px solid #CFDCDB;
	border-right:1px solid #CFDCDB;
}

table#recruit td{
	padding:5px;
	margin:0px;
}

table#recruit td.label{
	border-bottom:1px solid #CFDCDB;
	background-color:#E7EDED;
	margin-right:2px;
	width:120px;
}

table#recruit td.value{
	border-bottom:1px solid #CFDCDB;
	background-color:#ffffff;
	width:300px;
}

table#recruit p{
	padding:0px;
	margin:0px 0px 5px 0px;
}


/*** TRAINING ***/
.train-subt {
 margin: 0 0 0 0;
}


div.line2 {
   margin-top: 2em;
   margin-bottom: 2em;
   border: 1px solid #CFDCDB;
}

h3 {
    margin: 0 10px;
    position: relative;
    top: -7px;
    font-size: 12px;
    font-weight: normal;
    color: #59827E;
}

h3 span {
    background-color: #ffffff;
    padding: 0 5px;
}


.text-training {
    padding: 3px 10px 5px 10px;
    color: #000;
}

.text-training p {
    margin: 5px 0 5px 0;
    font-size: 12px;
}









/*** ENGLISH ***/
#center_area_en{
	width:644px;
	padding:0px;
	margin:0px 30px 0px 30px;
	_padding:0px 30px 0px 0px; /* for IE6 */
	_margin:0px 0px 0px 30px; /* for IE6 */
	float:left;
}

#center_area_en a{ text-decoration:underline; }
#center_area_en a:hover{ text-decoration:underline; }

#center_area_en ul{
	margin:0px;
	padding:0px 0px 10px 30px;
}

#center_area_en ul li{
	margin:0px;
	padding:0px 0px 5px 0px;
}

#consul_list_en{
}

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

#consul_list_en ul li{
	width:305px;
	padding:4px;
	margin:0px 14px 14px 0px;
	border:1px solid #CFDCDB;
	float:left;
}

#consul_list_en ul li.last{
	margin-right:0px;
}

#consul_list_en ul li img{
	margin-right:10px;
	float:left;
}

#consul_list_en ul li a{
	width:305px;
	padding:4px;
	margin:0px 14px 0px 0px;
	border:1px solid #CFDCDB;
	float:left;
}

#consul_list_en ul li.last a{
	margin:0px 0px 0px 0px;
}

#consul_list_en ul li a:hover{
	width:305px;
	padding:4px;
	margin:0px 14px 0px 0px;
	border:1px solid #8DB2AE;
	float:left;
}

#consul_list_en ul li.last a:hover{
	margin:0px 0px 0px 0px;
}

#consul_list_en .consul_list_name{
	float:left;
	padding:0px 0px 2px 5px;
	margin:6px 0px 2px 0px;
	border-left:2px solid #CFDCDB;
}

#consul_list_en .consul_list_name .name1{
	color:#669999;
}

#consul_list_en a{ text-decoration:none; }
#consul_list_en a:hover{ text-decoration:none; }

#consul_list_en a .consul_list_name .name1{ text-decoration:none; }
#consul_list_en a:hover .consul_list_name .name1{ text-decoration:underline; }

#consul_list_en a .consul_list_name .small1{ color:#666666; text-decoration:none; }
#consul_list_en a:hover .consul_list_name .small1{ color:#666666; text-decoration:none; }

#company_list_en{
	padding:0px;
	margin:0px;
}

#company_list_en ul{
	float:left;
	margin-top:5px;
	margin-right:20px;
}

#company_list_en ul.clients{
	width:150px;
}

#company_list_en ul.office{
	list-style:none outside;
	margin-left:10px;
	margin-right:0px;
	padding-left:0px;
	width:204px;
	_width:194px;
}

#company_list_en ul li{
}

#company_list_en .office_name{
	font-weight:bold;
	padding:3px;
	margin-bottom:5px;
	background-color:#E7EDED;
}

#company_list_en .address{
	padding:3px;
}



.subtitle {
	color: #669999;
	font-size: 12px;
}









/*** PRINT ***/
@media print{



#header_c,
#header_r,
#frame1,
#left_area,
#right_area,
#contents_btm,
#footer_menu{
	display:none;
}

#body,
#header,
#frame2,
#center_area,
#center_area_en{
	background-image:none;
	margin:0px;
	padding:0px;
	width:100%;
}

#contents{
	background-image:none;
	margin:20px 0px 0px 0px;
	padding:0px;
	width:100%;
}

#footer{

	margin:20px 0px 0px 0px;
	border-top:0px solid #ffffff;
}

#top_news_frame iframe{
	width:100%;
	height:200px;
}

#consul_list ul li.last a{
	margin:0px 12px 0px 0px;
}

#consul_list ul li.last a:hover{
	margin:0px 12px 0px 0px;
}









}
