@charset "UTF-8";

/*----------------■プラスプレミアム---------------*/
 /* リンク色 */
a:link { text-decoration:none;color:#00f; }
a:visited { text-decoration:none;color:#00f; }
a:hover { text-decoration:underline;color:#09a; }
a:active { text-decoration:none;color:#fff; }
a[name]:hover { text-decoration:none;color:#000; }

/*----------------■全体---------------*/

body  {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:  84%;
	line-height:  1.4;
	background:  #fff;
	color: #000;
}
#wrapper  {
	width: 1000px;
	margin:  0 auto;
	background: url(../image/pluspremium/bg.png) repeat-y;
}

/*----------------■ヘッダー---------------*/
#header  {
	background: url(../image/pluspremium/head.png) no-repeat center top;
	width: 1000px;
	height: 685px;
	position: relative;
}
#header h1,#header h2,#header h3,#present {
	display: none;
}
#tel {
	position: absolute;
	font-weight: bold;
	top: 325px;
	width: 200px;
	left: 770px;
	font-size: 16px;
	color: #f00;
}
p#contact {
	position: absolute;
	width: 750px;
	height: 50px;
	top: 420px;
	left: 130px;
}
p#contact a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

/*----------------■コンテンツ---------------*/
#contents {
	width: 920px;
	padding: 0 40px;
}

.box {
	padding: 0 30px;
	width: 858px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
h3.mi {
	background: url(../image/pluspremium/mi.png) no-repeat left center;
	height: 26px;
	font-weight: bold;
	padding: 4px 18px;
	color: #008CFF;
	margin-bottom: 15px;
	font-size: 18px;
}
h4.mi  {
	margin:  10px 0;
	font-weight:  bold;
	font-size:  14px;
}
h5.mi {
	font-weight:  bold;
	margin-top: 5px;
}
h3.mi span,h4.mi span  {
	color: #f00;
	font-weight: bold;
}

h2#top_mi {
	display: none;
}
p#top_comment {
	text-align: center;
	margin-bottom: 30px;
}

.type_left {
	width: 404px;
	margin-top: 20px;
	float: left;
}
.type_right {
	width: 404px;
	margin-top: 20px;
	float: right;
}

#zu01 {
	background: url(../image/pluspremium/zu01.png) no-repeat;
	height: 467px;
	margin-top: 20px;
}
#zu01 li {
	display: none;
}
#zu02 {
	background: url(../image/pluspremium/zu02.png) no-repeat center center;
	height: 456px;
	margin-top: 20px;
}
#zu02 * {
	display: none;
}

#box_water {
	padding: 0 30px 0 313px;
	background: url(../image/pluspremium/ph03.png) no-repeat 30px 0px;
	width: 575px;
	min-height: 150px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#box_water h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
p.link {
	background: url(../image/pluspremium/link.png) no-repeat left center;
	padding: 10px 25px;
}


#bottom_btn {
	position: relative;
	background: url(../image/pluspremium/bottom_btn.png) no-repeat center top;
	margin-top: 40px;
	width: 920px;
	height: 147px;
}
#contact_bottom {
	position: absolute;
	width: 750px;
	height: 50px;
	top: 0px;
	left: 85px;
}
p#contact_bottom a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

strong  {
	color:  #f00;
}
table.tb1  {
	width:  100%;
}
table.tb1 td,table.tb1 th  {
	padding:  10px 0;
	border:  1px solid #ddd;
	vertical-align: middle;
	text-align: center;
}
table.tb1 th  {
	background:  #eee;
	white-space: nowrap;
}
table.tb1 td  {
	background: #eff;
}
tr.meg td  {
	background:  #cff;
	color:  #f00;
	font-weight:  bold;
}

/*----------------■フッター--------------*/
div#footer  {
	margin:  30px 40px 0 40px;
	padding-top:  10px;
	text-align: center;
	border-top:  1px solid #ccc;
}
div#footer span {
	color:  #f00;
	font-weight:  bold;
	font-size: 16px;
}