@charset "utf-8";
/* CSS Document */

body{
	background:#FFFFFF;
}

img{
	border:none;
}

a{
	color:#000000;
}

a:hover{
	color:#666666;
}

	
	/*共通*/
	.head,.foot{
		min-width: 1100px;
		_width:auto;
		margin:0px;
	}
	
	/*　ヘッター　*/
	.head{
		height:45px;
		background:url(../../img/pc/group-sp/h1_bg.gif) repeat-x;
	}
	
	
	/*　メインコンテンツ　*/
	.contents{
		width:1100px;
		margin:30px auto 50px auto;
	}
	

	
	/*　フッター　*/
	.foot{
		height:21px;
		background:url(../../img/pc/group-sp/foot.gif) repeat-x;
	}
	

