*{
	margin		: 0px;
	padding		: 0px;
}

#wrapper{
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	width: 960px;
	}
	
#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#main_left {
    float:left;
	margin-left:0px;
	margin-top: 0px;
	width:670px;
	  /* メニューとコンテンツを囲んでいるセレクタです。 */
}
	
#header {
	height: 400px;
	width: 670px;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#main_right {
    float:right;
   	margin-right:0px;
   	width:280px;
}

#footer {
	clear:both;
	background-image: url(../images/footer.jpg);
	height: 160px;
	width: 960px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.clear {
	clear: both;
}

a:link {
	color: #ffffff;line-height:35px;text-decoration: none;font-size:14px;
}
a:visited {
	color: #ff0000;line-height:35px;text-decoration: none;font-size:14px;
}
a:active {
	color: #000000;line-height:35px;text-decoration: none;font-size:14px;
}
a:hover {
	color: #ff0000;line-height:35px;text-decoration: underline;;font-size:14px;
}