@charset "shift_jis";
*{
	margin		: 0px;
	padding		: 0px;
}

#wrapper{
	background:url(../images/back.jpg) #443914 top center no-repeat;
	width: 1100px;
	}
		
#header {
	height: 445px;
	width: 1133px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#main {
	width: 1100px;
	margin-top: -68px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#main_left{
	float:left;
	margin-left:10px;
	margin-top:100px;
	width:300px;

}

#main_right{
    float:right;
    margin-right:16px;
   	width:740px;
    
}
	
#footer {
    clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

a:link {
	color: #ffffff;line-height:35px;text-decoration: none;font-size:14px;
}
a:visited {
	color: #ffffff;line-height:35px;text-decoration: none;font-size:14px;
}
a:active {
	color: #ff0000;line-height:35px;text-decoration: none;font-size:14px;
}
a:hover {
	color: #fff100;line-height:35px;text-decoration: underline;;font-size:14px;
}

.clear {
	clear: both;
}