@import url(color.css);
@import url(typography.css);

/* 各要素のmargin,paddingの正規加*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0;}

/* ul, ol要素のlist-styleを削除*/
ol, ul
{list-style: none;}

/* table要素のセルのボーダーとボーダーの間隔を0に*/
table
{ border-collapse: collapse; border-spacing: 0; }

#wrapper {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	width: 900px;
	height: 100px;	
	background-image: url(../menu_img/header.gif);
}
/* Maim画像*/
#wrapper #main {
	width: 900px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	margin-top: 0px;
}
#wrapper #main #main_left {
	float: left;
	height: 300px;
	width: 480px;
}
#wrapper #main #main_right {
	float: right;
	height: 300px;
	width: 420px;
}
/* copyright*/
#wrapper #footer {
	font-family: "century gothic", sans-serif;
	color: #FFF;
	font-size: small;
	text-align: center;
	clear: both;
	height: auto;
	width: 900px;
	background-color: #990;
}

#wrapper #infomation {
	text-align: left;
	float: left;
	height: auto;
	width: 580px;
	margin-top: 10px;
}
/*トップ右側情報*/
#wrapper #topics {
	float: right;
	height: auto;
	width: 300px;
	margin-top: 10px;
}

/*サブコンテンツ左280*/
#wrapper #content_sub {
	float: left;
	height: auto;
	width: 270px;
	margin-bottom: 10px;
}
/*メインコンテンツ610*/
#wrapper #content_main {
	float: right;
	height: auto;
	width: 610px;
	margin-bottom: 10px;
}
/*メインコンテンツ900*/
#wrapper #900content {
	float: left;
	height: auto;
	width: 900px;
	background-color: #FFF;
}
#wrapper #infomation .info {
	float: left;
	height: auto;
	width: 570px;
}

