#top_g {
	margin: 0px;
	padding: 0px;
	background-image:url(../top/img/top_p.png);
	background-repeat: no-repeat;
	width:980px;
	height:500px;}
	
	
#wrapper {
	background-color:#eef5db;
	padding: 10px;
	width: 980px;
	height:550px;
	clear: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	
#side {
	position: relative;
	margin:0px;
	padding:0px 30px ;
	width:300px;}
	
.logo{
	margin: 0px;
	padding:0px;
	background-image:url(../image/title.png);
	width:300px;
	height:77px;
	text-indent: -999999px;}
	
.info {
	margin: 0px;
	padding:10px;
	width:280px;
	height:150px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position:relative;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
}
	
info:before, .info:after {
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 8px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 8px rgba(0,0,0,0.8);
    box-shadow:0 0 8px rgba(0,0,0,0.8);
    bottom:0;
    left:8px;
    right:8px;}
	
.info p {
	margin:0px;
	padding:5px 15px 0px 15px;
	color:#878e88;
	font-size:12px;
	line-height: 1.6em;
	}
	
.info ul {
	margin:0px;
	padding:5px 15px 0px 15px;
	font-size:10px;}

.info ul .wa {
	line-height:15px;
	color:#d6d1b1;
}	
	
h1 {
	margin:10px 5px 2px 10px;
	padding:0px;
	background-image:url(../top/img/info.png);
	background-repeat:no-repeat;
	text-indent: -999999px;}
	
h2 {
	margin:7px 5px 2px 10px;
	padding:0px;
	background-image:url(../top/img/wh.png);
	background-repeat:no-repeat;
	text-indent: -999999px;}

.right {
	margin:5px 0px 0px 0px;
	float: right;
}

.left {
	float: left;
	}
