/* For Visible International Co., LTD. Web */
/* Version: v-summer05 */
/* File name: visible.css */
/* frame: content */

/* CSS setting for body */
body{
	font: 14px verdana, arial, helvetica, sans-serif;
	margin: 0;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: white; /* #99ccff; */
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-shadow-color: silver;
	background-color: white;
	background-image: url(images/background-all.gif);
	line-height: 16px;
	text-align: center;
}

/* CSS setting for position */

.top-menu {
	position: fixed;
	
	background-color: sliver;
	background-image: url(images/background-top.gif);
	/*
	margin-left: 20%;
	margin-right: 20%;
	*/
	height: 100px;
	width: 800px;
	border-top: 1px dotted black;
	border-right: 1px dotted black;
	border-left: 1px dotted black;
	padding: 0px 0px 0px 0px;
	/*z-index: 3;*/
}

.content {
	position: fixed;
	text-align:left;
	background-color: white; /* #D2691E; 
	background-image: url(image_layout/background_content.gif);
	
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
	background-attachment: fixed;
	/*
	margin-left: 20%;
	margin-right: 20%;
	*/
	width:800px;
    height: 350px;
	
	border-top: 1px dotted black;
	border-right: 1px dotted black;
	border-left: 1px dotted black;
	padding: 10px 25px 5px 20px;
	
	/*z-index: 3;*/
}

div#copyright{
	position: fixed;
	color: white;
	background-color: black; /*#D2691E;
	
	margin-left: 20%;
	margin-right: 20%;
	*/
	margin-bottom: 0px;
	width: 800px;
	border: 1px dotted black;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	/*z-index: 2;*/
}
	
	
/* CSS setting for Link */
a {
	color: #3366CC;
	font-size: 12px;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
}
a:link {
	color: Navy;
}
a:visited {
	color: Navy;
}
a:hover {
	font-style: bold;
	color: Navy;
	text-decoration: underline;
}





P{
	/*text-align: justify;*/
	line-height: 16px;
}





div#co1{
	position: absolute;
	margin-bottom: 0px;
	width: 300px;
	border-right: 1px dotted black;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	/*z-index: 2;*/
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ----------------------------------------------------------------------------------------------- */
div#subtitle{
	background-image: url(image_layout/sub_title_bar.gif);
	width: 417px;
	height: 25px;
}


/*
div#menu{
	position: absolute;
	width:131px;
	top:0px;
	left: 20px;
	height: 300px;
	border-left:1px solid black;
	border-bottom:4px double black;
	background-color:white;
	background-image: url(image_layout/background_menu.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 5px 10px 2px 10px;
	z-index:2;
	}

div#copyright{
	position: absolute;
	width:131px;
	top:300px;
	height: 30px;
	left:20px;
	font-size: 9px;
	text-align: left;
	padding: 5px;
	z-index:2;
	}
*/
div.sel{
	background-color: yellow;
	color:#09c;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	font-family:verdana, arial, helvetica, sans-serif;	
}
span.t{
	font-size:11px;
	
/* CSS setting for P tag */
}
P{
	text-align: left;
	line-height: 16px;
}
P:first-letter.e{
	font-size: 150%;
}
table{
	font-size:11px;
}



input {
	border:1px dotted #C0C0C0 inset; 
	background-color: whide;
	font: 10px arial;
	}
