/* ONLYONE PRODUCTS STYLE SHEET */

/* GLOBAL DESIGN */
body {
	background-image: url("./images/temp/bcg_gray.jpg");
	background-color: #f7f7f7;
	color: #000000;
}
h1 a img {
	border: 0px;
}

/* HEADER DESIGN */
div#header {
	margin-bottom: 1em;
}
div#headlogo {
	border-bottom: 2px solid darkgreen;
}
div#headnavi {
	text-align: center;
}
div#pankuzulist {
	font-size: 90%;
	margin-top: 5px;
	font-family: Arial,sans-serif;
}

/* SIDE DESIGN */
#sidenavi {
	background-image: url("./images/temp/bcg_gray_dark.gif");
}
#sidenavi table#navigationbox {
	/*border-collapse: collapse;*/
	border-width: 0px;
	margin: 0.5em 2px;
}
#sidenavi table#navigationbox td {
	/*height: 25px;*/
}
#centerspace {
	background-image: url("./images/temp/bcg_gray_dark_2.gif");
}

/* MAIN DESIGN */
#maincontents div#main {
	margin: 0.5em 1em;
	font-family: Arial,sans-serif;
}


/* COMMON LINK STYLE: */
/*a:link		{ color: #808000; }*/
/*a:visited	{ color: #808080; }*/
a:hover		{ color: #008080; }
a:active	{ color: #00cccc; }

/* FOOTER DESIGN */
div#footer {
	margin-top: 1em;
	border-top: 2px solid darkgreen;
}
p#footnavi {
	text-align: center;
	font-size: 80%;
	line-height: 1.4;
}
p.copyright {
	font-size: smaller;
	text-align: left;
	margin-top: 0.3em;
}

/* Copyright of Foreign Company */
p.fcopy {
	font-size: 60% !important;
	color: #555555;
	font-weight: normal;
}

/* SUB CORNERS DESIGN */
div#main h1.titlelogo { text-align: center; margin-bottom: 1px; }
div#main p.withlogo { text-align: center; margin-top: 1px; }
div#main p.headguide { text-align: center; font-size: 80%; }

/* Multipurpose Designs */
a.insidesentence {
	text-decoration: none;
	color: #000080;
}

