/* CSS Document */


body,h1,h2,h3,h4,p,form,ol,ul,li,dl,dt,dd { 
	margin:0px; 
	padding:0px; 
	font-weight:normal; 
}

html, body {
	height: 100%;
}

body  { 
	color:#333; 
	font-family: 
	Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	background:#ececec; 
}

div {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}

a:link    { 
	color:#3939ff; 
	text-decoration: none 
}

a:visited { 
	color:#3939ff; 
	text-decoration: none 
}

a:hover{ 
	color:#FF6633; 
	text-decoration:none; 
}

/* layout */
#main{
	width: 100%;
}
#main_center{
	width: 950px;
	text-align:center; 
	padding:0; 
	overflow:hidden; 
    margin: 0 auto;
}
#header{
	width:950px;
	height: 100px;
	margin-bottom: 10px;
}
#header_left{
	width:600px;
	float: left;
}
#header_right{
	width:300px;
	float: right;
}
#header_logo{
	width: 431px;
	height: 71px;
	background:url(images/global_logo.gif) no-repeat;
	margin-top: 11px;
	float: left;
}
#header_contact{
	float:right
	width: 200px;
	height: 55px;
	float: right;
	text-align: left;
	padding-top:25px;
	font-weight:600;
}
#header_language{
	width:120px;
	height: 20px;
	float:right
}
#header_text{
	position:relative;
	top: 50px;
	left: 76px;
	font-weight: 700;
	font-color: #999;
	font-size: 12px;
	text-align: left;
}
#jheader{
	width:950px;
	margin-bottom: 10px;
}
#jheader_left{
	width:600px;
	float: left;
}
#jheader_right{
	width:300px;
	float: right;
}
#jheader_logo{
	width: 431px;
	height: 71px;
	background:url(images/global_logo.gif) no-repeat;
	margin-top: 11px;
	float: left;
}
#jheader_contact{
	float:right
	width: 200px;
	height: 55px;
	float: right;
	text-align: left;
	padding-top:10px;
	font-weight:600;
	padding-bottom: 10px;
}
#jheader_language{
	width:120px;
	height: 20px;
	float:right
}
#jheader_text{
	position:relative;
	top: 50px;
	left: 76px;
	font-weight: 700;
	font-color: #999;
	font-size: 12px;
	text-align: left;
}
#vmenu{
	width: 950px;
	height: 50px;
	background:url(images/menu_back.jpg) center top;
}
#vmenuj{
	width: 950px;
	height: 50px;
	background:url(images/menu_back.jpg) center top;
	clear: both;
}
#banner{
	width:950px;
	min-height: 132px;
	background:url(images/banner_back.gif) repeat;
	margin: 10px 0 10px 0;
	padding: 10px;
	text-align: left;
}
#content{
	width: 950px;
	min-height: 1000px;
	background: #fff;
}
#content_left{
	width: 250px;
	text-align:center;
	float: left;
}
#content_right{
	width:700px;
	text-align:left;
	float: right;
	overflow:hidden;
}
.inner{
	padding: 40px;
	font-size: 12px;
	line-height: 1.3;

}
.inner ul li{
	margin-left: 60px;
	line-height: 1.4;
}
.inner ol{
	margin-left: 60px;
}
#footer{
	width: 100%;
	min-height: 200px;
	background:#666;
	margin-top: 10px;
	text-align:center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#footer_center{
	width: 950px;
	text-align:center; 
	padding:0; 
	overflow:hidden; 
    margin: 0 auto;
	padding-left: 20px;
}	
.footer_block{
	text-align:left;
	width:260px;
	float: left;
	padding:20px;
}
#footer h3{
	font-weight:900;
	font-size: 13px;
	margin-bottom: 15px;
}
#footer ul li{
	line-height: 1.4;
	list-style:none;
	font-size: 12px;
		padding-left: 10px;
}
#footer a:link,
#footer a:visited{
	color: #fff;
}
#footer a:hover{
	color:#FC9;
}


#init{
	float: none;
	clear: both;
}
a img{
	border:none;
}
#top_block_l{
	width: 380px;
	min-height:380px;
	padding-left:60px;
	float:left;
	overflow: hidden;
	display: inline;
}
#top_block_r{
	width: 380px;
	min-height:380px;
	padding-left:60px;
	float:right;
		overflow: hidden;
	display: inline;

}
#top_block_image{
	width:150px;
	float: left;
}
#top_block_catch{
	width:150px;
	min-height:120px;
	float:left;
}
#top_block_list{
	width:150px;
	float: left;
}
#top_block_list ul li{
	list-style:none;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}

/* menu */
#vmenu ul li{
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	border-left: solid #dedede 1px;
	border-right: solid 1px #999;
	height: 38px;
	display: block;
	vertical-align: middle;
	list-style: none;
	font-weight:bold;
	text-shadow: 1px 1px 1px #fff;
	font-size: 12px;
	padding-top:12px;
}
#vmenu ul li a:link,
#vmenu ul li a:visited{
	color:#333;
}
#vmenu ul li a:hover{
		margin-top: 10px;

	color:#33f;
}
/* menu Japanese*/
#vmenuj ul li{
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	border-left: solid #dedede 1px;
	border-right: solid 1px #999;
	height: 50px;
	line-height: 22px;
	display: block;
	vertical-align: middle;
	list-style: none;
	font-weight:bold;
	text-shadow: 1px 1px 1px #fff;
	font-size: 12px;
	
}   
#vmenuj ul li a:link,
#vmenuj ul li a:visited{
	margin-top: 10px;
	color:#333;
}
#vmenuj ul li a:hover{
	color:#33f;
}
#order_now{
	margin-left: 450px;
}
#order_now a:link,#order_now a:visited{
	width:135px;
	height: 60px;
	display: block;
	background: url(images/order_now.jpg) 0px 0px;
}
#order_now a:hover{
	width:135px;
	height: 60px;
	display: block;
	background: url(images/order_now.jpg) 0px 60px;
}
table, tr,td{
	border-collapse:collapse;
	border-color: #bbb;
	padding:3px;
}
#rental_procedure ul li{
	list-style:none;
	text-align:center;
	padding:15px 15px 15px 15px;
	border: solid 1px #dedede;
	margin-bottom: 20px;
	background:url(images/procedure_back.gif) top repeat-x;
	font-size: 16px;
	weight: 700;
	
}
#testimonials ul li  #name{
	width: 104px;
	height:73px;
	background:url(http://globaladvancedcomm.com/images/fukidashi.gif) center top;
	line-height: 50px;
}
#testimonials ul li {
	list-style: none;
	width: 104px;
	height:73px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
#testimonials ul li ul li{
	width: 400px;
	margin-left: 120px;
	margin-bottom: 100px;
	margin-top: -40px;
	height: 40px;
	color: #333;
	line-height: 16px;
	padding: 10px;
	border: solid 1px#ccc;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	background:url(images/procedure_back.gif) repeat-x;
}
iframe{
	border: none;
}

.inner h2 {
	border-left:solid 14px #00d;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-bottom: solid 1px #00d;
	font-size: 16px;
	text-align:left
}

