@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------

	01. header

------------------------------------------------------------*/

#headerwrap{
	margin:10px 0;
	background:url(../images/bg_gnavi.jpg) 0 bottom repeat-x;
	text-align:left;
}

#header{
	width:980px;
	margin:0 auto;
}

/*------------------------------------------------------------

	02. contents

------------------------------------------------------------*/

#contentswrap{
	width:990px;
	margin:0 auto;
}


#main-col{
	float:left;
	width:750px;
}

#right-col{
	float:right;
	width:220px;
}

/*------------------------------------------------------------

	03. footer

------------------------------------------------------------*/

#footerwrap{
	clear:both;
	margin-top:20px;
	font-size:90%;
	line-height:5em;
	background:#000;
	border-top:1px solid #333;
	color:#FFF;
}

/*------------------------------------------------------------

	11. layout cell 

------------------------------------------------------------*/

.contents-cell{
	width:720px;
	margin:10px auto;
}
