@charset "UTF-8";
/* CSS Document */

/******** COMMON ********/
* {
	margin:0;
	padding:0;
}

body{
	background:url(../../images/bg.jpg) repeat transparent;
	margin:0px;
	padding:0px;
	font-size:12px;
}

/*
h1 {
	background:url(../../images/logo.gif) no-repeat transparent;
	width:117px;
	height:50px;
	font-size:10px;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
}

h2 {
	background:url(../../images/text.gif) no-repeat transparent;
	width:204px;
	height:50px;
	font-size:10px;
	text-indent:-9999px;
	float:right;
	overflow:hidden;
}

h3 {
	font-size:12px;
	line-height:1.8em;
}
*/

strong {
	font-style:normal;
	font-weight:normal;
}

.clear {
	clear:both;
}

/******** LAYOUT ********/
div#wrapper {
	overflow:hidden;
	width:800px;
	height:550px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	margin-top:5px;
	/*text-align:left;*/
}

div#contents {
	background-color:#FFFFFF;
	width:800px;
	height:530px;
	overflow:hidden;
	position:relative;
}

div#footer {
	width:800px;
	height:20px;
	overflow:hidden;
}

/******** contents ********/
/*
div#contents div#centerlogo {
	width:189px;
	height:71px;
	overflow:hidden;
	position:absolute;
	top:194px;
	left:303px;
}

div#contents div#langarea {
	width:158px;
	height:124px;
	overflow:hidden;
	position:absolute;
	top:317px;
	left:319px;
}

div#contents div#explain {
	width:780px;
	overflow:hidden;
	position:absolute;
	top:450px;
	left:10px;
	font-size:80%;
	color:#999999;
	line-height:1.4em;
	text-indent:-9999px;
}
*/

/******** footer ********/
div#footer {
	margin-top:4px;
	color:#666666;
	font-size:10px;
	font-family:Georgia, palatino, Arial, Verdana, sans-serif;
	font-weight:bold;
	line-height:1.1em;
}

div#footer div#plugintext {
	overflow:hidden;
	float:left;
}

div#footer div#copyright {
	overflow:hidden;
	float:right;
}

div#footer div#plugintext a {
	color:#999999;
/*
	text-decoration:none;
*/
}

div#footer div#plugintext a:hover {
	color:#cccccc;
}

div#footer div#copyright address {
	font-style:normal;
}


