@charset "UTF-8";

body {
	font: 100% 
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}


.oneColLiqCtrHdr #container {
	width: 100%;
	background-attachment: scroll;
	background-image: url(back/wmw.png);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: "Century Gothic","Arial", "Verdana" monospace;
	height: auto;
	border: 1px solid #FFF;
	font-size: 12px;
	font-style: normal;
	color: #333;
	padding: 0px;
}

.oneColLiqCtrHdr #container_etc {
	width: 100%;
	background-attachment: scroll;
	background-image: url(back/guru.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: "Century Gothic","Arial", "Verdana" monospace;
	height: auto;
	border: 1px solid #FFF;
	font-size: 12px;
	font-style: normal;
	color: #333;
}


.oneColLiqCtrHdr #header {
	background: #FFFFFF; 
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; 
	background: #FFFFFF;
} 

.oneColLiqCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

.oneColLiqCtrHdr #container #mainContent table {
	text-align: left;
}


div.thumb{
	float: left;
	margin: 15px 15px;}
div.line{
	margin: 15px 0px;
}

div.title{
	margin-bottom: 15px;	
}

div.tools{
	margin: 20px;	
}

div.navi{
	float:none;
	background: #FFFFFF;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-border-radius: 0 0 10% 10%;
}
div.contents_text{
        clear: left;
	background: #FFFFFF;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-border-radius: 1% 1%;
}
div.contents_text_80{
        clear: left;
	background: #FFFFFF;
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-border-radius: 1% 1%;
}
div.etc{
	padding: 50px;
	width: 600px;
	height:100%;
	word-wrap: break-word;
	font-family: "Arial","Verdana" monospace;
	height: auto;
	border: 1px solid #FFF;
	font-size: 12px;
	color: #333;
	background: #FFFFFF;
	filter: alpha(opacity=98);
	opacity: 0.98;
	-moz-border-radius: 1% 1%;
}






