@charset "utf-8";

/*--------------------		GENERAL SETTINGS	-----------------------*/

/*	border: 1px #000 solid;		*/


html { min-height: 100%; }

body {
	min-height: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	background: #220000;
	background-image: url('../images/bkg1.gif');
	text-align: center;
}
	
*{margin: 0px; padding: 0px;}

img {border: 0px; vertical-align: top;}

	
div {
	overflow: hidden;   /* visible; / auto / scroll; */
}

object {
	overflow: hidden;
	border: none;
}

ul {list-style-type: none;}

a:link {
	color: #222277;
	text-decoration: none;
}
a:visited {
	color: #222277;
	text-decoration: none;
}
a:hover {
	color: #4444EE;
	text-decoration: none;
}
a:active {
	color: #4444EE;
	text-decoration: none;
}


/*--------------------		COMMON PARTS	-----------------------*/

H1, H2, H3, H4, H5, H6, P {
	font-family: "Georgia, "Times New Roman", Times, serif";
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	white-space: normal; 	/*nowrap; */
}

EM  {text-indent:50px;}

.font_red{color:#FF0000;}
B { font-weight:bold;}


/*-------------------------------------------------------------------------------------------------------------------------------------------*/


#font-test {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Optima, Albertus, Verdana, Arial, sans-serif; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	/*		www.wpdfd.com/issues/76/all_you_wanted_to_know_about_web_type_but_were_afraid_to_ask		*/
}


/*--------------------	PAGE TABLE	-----------------------*/


#pageframe {
	margin: 0 auto;
	background-image: url('../images/bkg2.jpg');
	background-repeat: repeat-y;
	border: 0;
	width: 832px;
	height: 100%;
	border: 0px #E00 solid;
}

#all_page {
	border-top: 0px;
	margin: 0 auto;
	height: 100%;
	border: 0px #0E0 solid;
}


/*--------------------	FLASH	-----------------------*/

#flashtable {
	background-image: url('../images/flashframe.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	border-top: 0px;
	margin: 0 auto;
}

#flashcell {
	height: 186px;
	position: relative;
	margin-top: 7px;
	padding-top: 0px;
}


/*--------------------	 MENU BAR	-----------------------*/

#menubartable {
	width: 792px;
	margin: 0 auto;
}

#menubarbkg {
	background-image: url('../images/menubar_bkg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 42px;
	border: 0;
}



/*-----------------  NEWSPAPER HEADER 	-----------------------*/

#japan_newspaperheader {
	background-image: url('../images/japan_business.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	width: 792px;
}


/*-----------------  MAIN CONTENT 	-----------------------*/

#japan_business_offer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bkg3.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	width: 792px;
	height: 700px;
}

ul {
	margin-top: 2px;
	margin-left: 90px;
}

li {
	width: 249px;
	height: 129px;
	margin-bottom: 14px;
}

li#japan_menu_rightcol {
	margin-top: -144px;
	margin-left: 374px;
}

#japan_menu_row1 {
	background-image: url('../images/japan_bkg1.png'); 
	background-position: center top;
	background-repeat: no-repeat;
	width: 249px;
	height: 129px;
	padding-top: 38px;
	text-align: center;
}

#japan_menu_row2 {background-image: url('../images/japan_bkg2.png');
	background-position: center top;
	background-repeat: no-repeat;
	width: 249px; height: 129px;
	padding-top: 38px;
	text-align: center;
}

#japan_menu_row3 {background-image: url('../images/japan_bkg3.png');
	background-position: center top;
	background-repeat: no-repeat;
	width: 249px; height: 129px;
	padding-top: 42px;
	text-align: center;
}

H1 {
	padding-left: 15px;
	padding-right: 15px;
	color: #331100;
}


/*-----------------  MY LINKS 	-----------------------*/

H1#linksmysites a:link, H1#linksmysites a:visited, H1#linksmysites a:hover, H1#linksmysites a:active  { 
	font-size: xx-small;
	color: #fbf0db;
	margin-top: 25px;
	text-decoration: none;
	line-height: 0.8em;
	overflow : hidden;
	cursor: default;
}

#linksmysites {
	color:#FFAA66;
}

#linksmysitesdiv {
	height: 20px;
	margin-top: 37px;
	overflow: hidden;
}



/*-----------------  COPYRIGHT & COUNTER 	-----------------------*/

#bottom-object-div {
	width: 800px;
	height: 14px;
	padding: 0px;
	background-image: url('../images/bkg_copyright.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	border-top: 1px #000000 solid;
	overflow: hidden;
}

#bottom-object {
	width: 100%;
	height: 14px;
	padding-top: 0px;
	display: block;
}

#counter {
	bottom: 0px;
}


