﻿@charset "utf-8";

/* top */
div.header{
	margin:auto;
	width:950px;
	height:90px;
	background:url(../images/hea_bg.jpg) 150px top no-repeat;
	clear:both;
	}

/* main */
div.main{
	margin:auto;
	width:950px;
	background:#fff url(../images/main_bg.gif) no-repeat;
	clear:both;
	}

.m_le{float:left;width:700px;}
.m_ri{float:left;margin-left:10px;width:240px;}

/* footer */
div.footer{
	margin:20px auto 0 auto;
	padding:0 10px;
	width:930px;
	line-height:30px;
	overflow:hidden;
	clear:both;
	}
div.footer p{color:#666;text-align:center;}
div.footer p a,
div.footer p a:visited{color:#666;}
