@charset "utf-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
a
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

a img:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

a img.imgover:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}


#footer a:link{color:#999; text-decoration:none;}
#footer a:visited {color:#999; text-decoration:none;}
#footer a:hover {color:#F5AB00; text-decoration:underline; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

body{
	background:#F5AB00;
}

html{height:100%;}
body{height:100%;}

* html div#wrapper{height:100%;}

#wrapper{
	height:100%;
	min-height:100%;
	width:1060px;
	margin:0 auto;
	position:relative;
	background:#fff;
	}

body > #wrapper {height: auto;}


#container{
	margin:0 auto;
	padding:50px;
	text-align:left;
}

#aside{
	float:left;
	width:240px;
	font-size:108%;
}

#aside h1{
	margin:0 0 30px;
}

#aside ul{
	margin:0 0 60px;
}

#aside li{
	margin:0 0 18px;
}

#aside dl{
	line-height:1.7;
}

#aside dt{
	font-weight:bold;
	color:#F5AB00;
}

#aside dt span{
	font-size:86%;
}


.cnt{
	float:right;
	width:680px;
	margin:50px 0 0 0;
	font-size:108%;
}

.cnt h2{
	margin:0 0 130px;
}

.cnt p{
	line-height:2;
}

#footer{
	clear:both;
	padding:70px 0 0 0;
	background:url(../images/bg_footer.gif) no-repeat;
	text-align:center;
	font-size:93%;
	color:#999;
	zoom:1;
}

#footer p#fnav{
	margin:0 0 5px;
	letter-spacing:-0.05em;
}
