@charset "UTF-8";

/* 共通・E・*********************************************************/

/* 全要素に対してマージン・パディングの0px指・E*/
html,body,
div,p,ul,li,dl,dt,dd,
table,tr,th,td,
h1,h2,h3,h4,h5,
a,img,br{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(../img/back.gif);
	line-height: 1.6;
	color:#666666;
	font-size:small;
	font-family:"Meiryo","メイリオ",sans-serif;
}

/*全体のコンテナ*/
#wrapper {
	background: #FFFFFF url("../img/baseback.jpg") repeat-y top center;
	background-repeat: repeat-y;
	width: 788px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*メインのコンテナ*/

#contents {
	width: 782px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}

/*ＱＲコード*/
h1,
p.focus {
	margin:0 10px;
	background:#FFC733;
	padding:5px;
	text-align:center;
	letter-spacing:0.3em;
	color:#FFFFFF;
	font-size:small;
}
.qrtable {
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 25px;
	width: 732px;
}
td.qr {
	padding-left: 20px;
}
form.qr {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
p.small {
	font-size:x-small;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.goto {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
	padding-right: 25px;
}
div.pointback {
	background-image: url(../img/pointback.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
}
img.mobile  {
	padding-left: 10px;
}

.pointtable {
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 15px;
	width: 742px;
}

/*すごいポイント*/
td.pointbackone {
	background-image: url(../img/pointback_1_1.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 133px;
}

td.pointbacktwo {
	background-image: url(../img/pointback_2_1.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 133px;
}
td.pointbackthree {
	background-image: url(../img/pointback_3_1.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 133px;
}

td.pointbackfour {
	background-image: url(../img/pointback_4_1.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 133px;
}

td.pointbackfive {
	background-image: url(../img/pointback_5_1.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 133px;
}

img.pointtitle {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom:0px;
}
p.pointtext {
	margin-right: 15px;
	margin-left: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 1.3;
}
div.notes {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	width: 465px;
}
/*footer*/
table.footer {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 722px;
}
td.footer {
	paddin-top: 25px;
	padding-left:40px;
	}
td.logo {
	padding-top: 10px;
	padding-left:20px;
	padding-right:px;
	padding-bottom:10px;
}
img.mailimg {
	margin-right: 3px;
}
