body { 
background-color: #000000; }
a:link { color: #FFFFFF; }
a:visited {color: #CCCCCC;}

#wrapper {
width: 800px;
height: 600px; 
position: absolute; 
top: 0px; 
left: 0px; 
}

#flashcontent {
width: 350px;
position: absolute; 
left: 0px;
top: 0px;
}


h3{
width: 350px;
position: absolute; 
left:60px;
top:120px;
font-size: 9px;
color: green;
letter-spacing: 1px;
float: left;
line-height: 16px;
}


#pagebody {
width: 360px; 
height: 600px; 
position: absolute; 
top: 0px; 
left: 440px;
}

#title {
width: 320px; 
height: 30px; 
position: absolute; 
top: 50px; 
left: 0px;
}

h1 {
font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
font-size: 10px;
color: #660000;
letter-spacing: 1px;
float: left;
line-height: 16px;
}

#content {
width: 320px;
height: 400px;
position: absolute; 
top: 130px; 
left: 0px;
color: #ffffff;
font-size: x-small;
}

p {
width: 320px; 
margin: 0px 0px 18px 0px;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
font-size: 11px;
color: #ffffff;
letter-spacing: 1px;
float: left;
line-height: 13px;
}


#pano {
width: 320px;
height: 216px;
position: absolute; 
top: 306px; 
left: 0px;

font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
font-size: 10px;
color: #ffffff;
letter-spacing: 1px;
float: left;
line-height: 14px;
}

#other {
width: 320px;
height: 200px;
position: relative; 
top: 337px; 
left: -40px;
}

#example0 { border: none; } 

#footer{
width: 320px;
height: 100px;
position: absolute; 
top: 478px; 
left: 0px;
color: #999999;
}
h2{
font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
font-size: 9px;
letter-spacing: 1px;
padding: 0px;
line-height: 16px;
}

/*--------------------------------------------------------
	mailform style
--------------------------------------------------------*/
div#formTitle {
	border: solid 0px #CCCCCC;
	background-color: #000000;
	width: 0px;
	text-align: left;
	margin: 0px auto 0px auto;
}
div#formTitle h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: solid 0px #FFFFFF;
	background-color: #000000;
	font-size: 10px;
	padding: 5px;
	color: #007CC2;
}
form#mailform {
	margin: 100px 0px 0px 0px;
	padding: 0px;
}
table.infield {
	width: 360px;
	background-color: #000000;
	margin: 10px auto auto 0px;
}
table.infield tr {
	border-bottom: solid 0px #CCCCCC;
}
table.infield tr th {
	border: solid 0px #FFFFFF;
	background-color: #000000;
	padding: 0px;
	text-align: left;
}
table.infield tr th p{
	color: #999999;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
table.infield tr th img{
	float: right;
}
table.infield tr th span{
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	color: #007CC2;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
table.infield tr td {
	border: solid 0px #FFFFFF;
	background-color: #000000;
	padding: 5px;
	text-align: left;
	font-size: 10px;
	line-height: 2.5em;
}
table.infield tr td  span {
	font-size: 10px;
	color: #999999;
}
table.infield tr td input,textarea {
	vertical-align: middle;
	border-top : 0px solid gray ;
	border-bottom : 0px solid gray ;
	border-left : 0px solid gray ;
	border-right : 0px solid gray ;
	background-color : #FFFFFF;
	padding: 2px;
	color : #232323;
}
div#confirmWindow {
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: left;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	overflow: auto;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	padding: 20px;
	text-align: left;
	margin: 0px 20px 0px 0px;
}
div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
div.buttons {
	padding: 10px;
	margin: 0px;
}
