/**
 * PCサイト共通
 */

#wrapper {
	width: 100%;
	padding-top:20px;
}

/* ヘッダータブ */
#header{
	width:100%;
	position: relative;
}
#headerTab{
	width:100%;
	background-image: url(../img_pc_common/headertab_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#headerTab .list{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#headerTab .list li{
	float: left;
	margin-left: 20px;
}
#headerTab .list li:first-child{
	margin-left: 0;
}