@charset "utf-8";

/* 基本の設定 */

body{
	color: #646464;
	margin: 0px;
	padding: 0px;
}
a {
	color: #646464;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td{  
	margin:0;
	padding:0;
}

img{  
	border:0;
}
.clear {
	clear: both;
}
.navy {
	color: #000077;
}
.brown {
	color: #794704;
}
.red {
	color: #F00;
	}
.bold {
	font-weight: bold;
}

.red_underline {
	color: #f00;
	text-decoration: underline;
}

.margin-t30 {
margin-top: 30px;
}
.margin-b30 {
margin-bottom: 30px;
}
.margin-b10 {
	margin-bottom: 10px;
}
.margin-b20 {
	margin-bottom: 20px;
}



/*Navi Path*/
p#navPath{
	margin:0 15px;
	margin-bottom: 10px;
	width:750px;
	text-align:left;
	font-size:0.8em;
}

p#navPath a{
color:#06c;
text-decoration:none;
}

p#navPath a:hover{
text-decoration:underline;
}

p#navPath a:visited{
color:#c63;
}


/* グループカードページの設定 */

#container {
	width: 750px;
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px 10px 2px;
	font-size: 12px;
	line-height: 1.8em;
	color: #000000;
	background: #d6cfa6;
}
#notice {
	margin-bottom: 5px;
	margin-right: 500px;
}

#container h1 {
	height: 35px;
	width: 652px;
	text-align: left;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 175px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	background-image: url(images/titile.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#container .campaign {
	background: #d6cfa6 url(images/sub_back.gif) repeat-y;
	width: 364px;
	float: left;
	margin-left: 6px;
}
#container .campaign p {
	width: 336px;
	text-align: left;
	border-top: 2px solid #650000;
	padding: 10px 0px;
	margin: 0px auto;
}
#container .campaign #tel {
	background: url(images/subtitle_tel.gif) no-repeat;
	height: 65px;
	width: 364px;
	text-indent: -9999px;
}
#container .campaign #car {
	background: url(images/subtitile_car.gif) no-repeat;
	height: 65px;
	width: 364px;
	text-indent: -9999px;
}

#container #otoku_txt {
	margin: 15px auto 20px;
	padding: 0px;
	width: 690px;
	clear: both;
	text-align: left;
	font-size: 13px;
	line-height: 1.5em;
}
#container #button a {
	background: url(images/button.gif) no-repeat;
	height: 70px;
	width: 638px;
	display: block;
	text-indent: -9999px;
	margin: 0px auto;
	padding: 0px;
}
#container #button a:hover {
	background: url(images/button_ro.gif) no-repeat;
	height: 70px;
	width: 638px;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
#cashbackrink {
	font-size: 12px;
	background: url(images/arrow_red.gif) no-repeat 465px 0px;
	margin-bottom: 7px;
	padding-left: 450px;
}
#attention {
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
	width: 350px;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
}
