﻿@charset "UTF-8";

.h4 {
	margin: 5px 0px 0px 0px;
	font-size: 140%;
	font-weight:bold;
	color:#66aa00;
}

/* お知らせ */
#news {
	margin: 0px 0px 20px 0px;
	padding:10px;
	height:158px;;
	font-size: 100%;
	overflow: auto;
	border:1px solid #00cc99;
}

/* キャンペーン */
.campaign_box {
	margin: 0px 0px 20px 0px;
	line-height: 150%;
}

.campaign_box table {
	margin-top: 5px;
	width:100%;
}

td {
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #333333;
}

td.week {
	width:90px;
	padding: 10px 0px 5px 20px;
}

td.type {
	width:120px;
	text-align:right;
}

td.money {
	width:90px;
	padding: 10px 40px 5px 20px;
}

th {
	padding: 10px 20px 5px 20px;
	background:#f2f9f9;
	border-bottom: 1px solid #333333;
}

table .big {
	font-size:230%;
	font-weight:bold;
}

td.type0 {
	width:120px;
	text-align:center;
	color:#ffffff;
	font-size:large;
	font-weight:bold;
	background:url(../img/icon_bk.gif) center right no-repeat;
}

/* バナー */

#banner li{
	float:left;
	text-indent:-9999px;
}

/* バナー ・会員募集*/

#banner li.member {
	margin: 10px 0px 30px 0px;
}

#banner li.member a{
	width:360px;
	height:110px;
	background:url(../img/banner_member.gif);
	display:block;
}

#banner li.member a:hover{
	background:url(../img/banner_on_member.gif);	
}

/* バナー・ケータイ会員募集 */
#banner li.keitai{
	margin: 10px 0px 30px 20px;
}

#banner li.keitai a{
	width:360px;
	height:110px;
	background:url(../img/banner_keitai.gif);
	display:block;
}

#banner li.keitai a:hover{
	background:url(../img/banner_on_keitai.gif);
}
