@charset "utf-8";

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*基本設定*/
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-style:normal;
}
hr {
	display: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a { 
	color :#333333;
}
a:hover {
	color: #FF3300;
}
html {
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.6;
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#table01 {
	margin: 10px 5px;
}
#table01 img {
	padding: 3px;
	border-top: 1px solid #ececec;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #ececec;
}
#table01 td {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
}
#table01 h2 {
	font-size: 14px;
	color: #FF0000;
	margin-bottom: 10px;
}

#table02 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-right: 5px;
}
#table02 th {
	background: #CCCCCC url(../img/sla_bg_drive.gif);
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-family: "メイリオ";
}
#table02 td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 12px;
	color: #000000;
	padding: 5px 10px;
}
#head {
	background: url(../img/drive_sstitle_bg.gif) no-repeat;
	height: 43px;
	width: 510px;
	line-height: 43px;
	margin-top: 10px;
	color: #990000;
}
h1 {
	font-size: 16px;
	line-height: 43px;
	padding-left: 15px;
}
.coupon_navi {
	margin-right: 15px;
	margin-top: 10px;
}
