@charset "UTF-8";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body{
	background: url(../images_design/body_bg.jpg) repeat #000;
}

div,dl,dt,dd,ul,ol,li,
h2,h4,h5,h6,
p{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}

/*Firefox対策*/
html{ overflow-y: scroll; }
body,x:-moz-broken { margin-left:-1px; }

/*リンク色*/
a:link{ color: #ffffff; }
a:visited{ color: #ffffff; }
a:hover{ color: #E1017B; text-decoration:underline; }

/*グループ店舗バナー------------------------------------*/

/*hタグ*/
h3{
	width: 670px;
	height: 30px;
	margin-bottom: 10px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	background: url(../images_design/h3_group_bg.jpg);
	line-height: 30px;
	padding-left: 10px;
}

/*ボックス*/
.group{
	width: 680px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}

/*テーブル設定*/
.group tr,.group td{
	padding-bottom: 5px;
}

/*フッター*/
.footer{
	font-size: 12px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 70px;
	text-align: center;
}




