/*******************************************************************************
*                                                                              *
*  Author    :  Shinya Kudo (John Edams)                                       *
*  Web       :  http://xeong.com/                                              *
*  E-mail    :  edams ( at ) xeong ( dot ) ( com )                             *
*  Modified  :  27-Sep-2005                                                    *
*                                                                              *
*******************************************************************************/


/* General
*******************************************************************************/
* {
	font-family: Arial, Verdana, sans-serif;
}
body {
	text-align:center;
	background:#4c6f9c;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}


/* Layout
*******************************************************************************/
.container {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background:#f0e9d3;
	border-right:3px solid #ac9572;
	border-left:3px solid #ac9572;
}
#bunner {
	height:180px;
	background:url(img/navi_bg1.gif) repeat-x;
	text-align:center;
}
#navi {
	background:url(img/navi_bg2.gif);
	text-align:center;
	width:100%;
	padding:0px;
}
#sub_left {
	width:210px;
	float:left;
	padding-left:25px;
}
#sub_right {
	margin-left:275px;
	margin-right:25px;
}
#text_navi {
	text-align:center;
	font-size:10px;
}
#sub_left h5 {
	color:#4c6f9c;
	font-size:10px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-top:8px;
	line-height:10px;
}
#sub_left p, #sub_left a, td a {
	color:#4c6f9c;
	font-size:10px;
	padding:0px;
	margin:0px;
	margin-top:3px;
	line-height:10px;
	text-decoration:none;
}
#sub_left img {
	margin:0px;
}

#sub_right h5, dt {
	color:#5e594e;
	font-weight:bold;
	font-size:10pt;
	padding:0px;
	margin:0px;
}
#sub_right p, dd, td {
	color:#5e594e;
	font-weight:normal;
	font-size:10pt;
	padding:0px;
	margin:0px;
	line-height:13px;
	
}
#par {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:15px;
	background:url(img/home.gif) repeat-y;
}
#text_navi a {
	color:#777777;
	text-decoration:none;
}
div.quote {
	font-weight:normal;
	font-size:10pt;
	border:none;
	margin:5px 20px;
	line-height:1.3em;
}


/* Navigation :hover
*******************************************************************************/
ul#menu {
	position:relative;
	width:476px;
	height:24px;
	list-style:none;
	overflow:hidden;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}
ul#menu li a {
	height:24px;
	position:absolute;
	overflow:hidden;
	padding:24px 0px 0px 0px;
	text-indent:-100em;
	text-decoration:none;
	top:0px;
	width:132px;
}
html>body #navi ul#menu li a{
	height:0px;
}
li#company a { 
	background:transparent url(img/nav1.gif) no-repeat 0 0;
	left:0px;
}
li#solution a { 
	background:transparent url(img/nav2.gif) no-repeat 0 0;
	left:85px;
}
li#policy a { 
	background:transparent url(img/nav3.gif) no-repeat 0 0;
	left:170px;
}
li#map a { 
	background:transparent url(img/nav4.gif) no-repeat 0 0;
	left:302px;
}
li#contact a { 
	background:transparent url(img/nav5.gif) no-repeat 0 0;
	left:386px;
}
li#company a:hover, li#solution a:hover, li#policy a:hover, li#map a:hover, li#contact a:hover { 
	background-position:0px -24px;
}


/* Other
*******************************************************************************/
#linkmsg, #markmsg, #copymsg {
	color:#4c6f9c;
	width:180px;
	border:1px dotted #999999;
	display:none;
	font-size:10px;
	margin-left:10px;
	padding:5px;
}
object {
	padding:0px;
	margin:0px;
	margin-top:26px;
	position:relative;
}

/*******************************************************************************
*                                                                              *
*                          May the xeong be with you...                        *
*                                                                              *
*******************************************************************************/